arm64: renesas: salvator-common: fixup audio_clkout
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 13 Oct 2017 05:56:58 +0000 (05:56 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 16 Oct 2017 07:47:16 +0000 (09:47 +0200)
"audio_clkout" is dummy clock of <&rcar_sound 0> to avoid clock loop
which invites probe conflict. Thus <&rcar_sound 0> and "audio_clkout"
should be same value.

On commit 5e2feac33095 ("arm64: renesas: salvator-common: sound
clock-frequency needs descending order") exchanged <&rcar_sound 0>,
but it didn't modify "audio_clkout".
This patch fixup it.

Fixes: 5e2feac33095 ("arm64: renesas: salvator-common: sound clock-frequency needs descending order")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/salvator-common.dtsi

index af434dcd21972cdd1d7cfd58f30fdc870da94ee0..c883e46c06ac913ef39b1fdf2f6cb57fd0ac0dc5 100644 (file)
@@ -52,7 +52,7 @@
                 */
                compatible = "fixed-clock";
                #clock-cells = <0>;
-               clock-frequency = <11289600>;
+               clock-frequency = <12288000>;
        };
 
        backlight: backlight {