Skip to content

Commit

Permalink
arm64: renesas: salvator-common: sound clock-frequency needs descendi…
Browse files Browse the repository at this point in the history
…ng order

It will be used ADG clock initial settings, and will be
sound codec's initial system clock which needs maximum clock frequency.
Thus, descending order is required

Fixes: d37d2b3 ("arm64: dts: salvator-x: add 12288000 for sound ADG")
Fixes: 0b03c32 ("arm64: dts: r8a7795: salvator-x: Add support for R-Car H3 ES2.0")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Kuninori Morimoto authored and Simon Horman committed Jun 19, 2017
1 parent 4d1255e commit 5e2feac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/salvator-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@

/* audio_clkout0/1/2/3 */
#clock-cells = <1>;
clock-frequency = <11289600 12288000>;
clock-frequency = <12288000 11289600>;

status = "okay";

Expand Down

0 comments on commit 5e2feac

Please sign in to comment.