Commit d37d2b3c authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman

arm64: dts: salvator-x: 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: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 0b03c32d
......@@ -523,7 +523,7 @@ &rcar_sound {
/* audio_clkout0/1/2/3 */
#clock-cells = <1>;
clock-frequency = <11289600>;
clock-frequency = <11289600 12288000>;
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment