Skip to content

Commit

Permalink
arm64: dts: renesas: ulcb: sound clock-frequency needs descending order
Browse files Browse the repository at this point in the history
Correct order of sound clock frequencies for ULCB boards
used with r8a7795 and r8a7796 SoCs.

These sounds clock frequencies are used as the ADG clock (output clocks
for audio module) initial setting and sound codec's initial system clock
which needs the maximum clock frequency. Thus, descending order is
required.

Fixes: 9f22774 ("arm64: dts: ulcb: add 12288000 for sound ADG")
Signed-off-by: Vladimir Barinov <vladimir.barinov+renesas@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
[simon: rewrote changelog]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Vladimir Barinov authored and Simon Horman committed Jul 10, 2017
1 parent 5e2feac commit 2752660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/ulcb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,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 2752660

Please sign in to comment.