]> Git Repo - linux.git/commitdiff
arm64: dts: renesas: r8a774e1: Add missing audio_clk_b
authorLad Prabhakar <[email protected]>
Wed, 4 Nov 2020 10:55:08 +0000 (10:55 +0000)
committerGeert Uytterhoeven <[email protected]>
Mon, 9 Nov 2020 10:47:35 +0000 (11:47 +0100)
Add audio_clk_b configured as 0 Hz, this will be overridden by the
boards providing the audio clock.

Fixes: 8183a7938cfec ("arm64: dts: renesas: r8a774e1: Add audio support")
Reported-by: Nobuhiro Iwamatsu <[email protected]>
Signed-off-by: Lad Prabhakar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
arch/arm64/boot/dts/renesas/r8a774e1.dtsi

index 9cbf963aa068e950eacbc4ac184a07f4b5ca30b8..c29643442e91f6cdc036663b7a23ba3d4eabfe44 100644 (file)
                clock-frequency = <0>;
        };
 
+       audio_clk_b: audio_clk_b {
+               compatible = "fixed-clock";
+               #clock-cells = <0>;
+               clock-frequency = <0>;
+       };
+
        audio_clk_c: audio_clk_c {
                compatible = "fixed-clock";
                #clock-cells = <0>;
This page took 0.050183 seconds and 4 git commands to generate.