arm64: dts: ulcb: add 12288000 for sound ADG

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>
This commit is contained in:
Kuninori Morimoto 2017-05-24 02:16:39 +00:00 committed by Simon Horman
parent d37d2b3c0e
commit 9f22774c21
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ &rcar_sound {
/* audio_clkout0/1/2/3 */ /* audio_clkout0/1/2/3 */
#clock-cells = <1>; #clock-cells = <1>;
clock-frequency = <11289600>; clock-frequency = <11289600 12288000>;
status = "okay"; status = "okay";