Skip to content

Commit

Permalink
arm64: dts: ulcb: add 12288000 for sound ADG
Browse files Browse the repository at this point in the history
Current rcar_sound only has 11289600 (= for 44.1kHz) clock-frequency,
but it needs 12288000 for 48kHz too.
Otherwise, 48kHz based sound can't handle correctly.

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 12, 2017
1 parent d37d2b3 commit 9f22774
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>;
clock-frequency = <11289600 12288000>;

status = "okay";

Expand Down

0 comments on commit 9f22774

Please sign in to comment.