diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-10-13 08:56:58 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-10-16 10:47:16 +0300 |
commit | 64097f4c158199f520c483af0380cb58b23dff0a (patch) | |
tree | c63413bfae01252a26459ae7bb2c2785cd473eda /arch/arm64/boot/dts/renesas | |
parent | 38525608952ae5793a58c1ef4e447f45593d2ee1 (diff) | |
download | linux-64097f4c158199f520c483af0380cb58b23dff0a.tar.xz |
arm64: renesas: salvator-common: fixup audio_clkout
"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>
Diffstat (limited to 'arch/arm64/boot/dts/renesas')
-rw-r--r-- | arch/arm64/boot/dts/renesas/salvator-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi index af434dcd2197..c883e46c06ac 100644 --- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi +++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi @@ -52,7 +52,7 @@ */ compatible = "fixed-clock"; #clock-cells = <0>; - clock-frequency = <11289600>; + clock-frequency = <12288000>; }; backlight: backlight { |