ODROID-M2: arm64/dts: es8316: Change system clock for android audio.

Signed-off-by: xiane <sangch.go@gmail.com>
Change-Id: I6987edcf64daec32dad9ddf611707f0eb223c3f8
This commit is contained in:
xiane
2025-06-19 17:37:32 +09:00
committed by codewalkerster
parent 6c5e8274c5
commit 1ad3dcfbf4

View File

@@ -99,11 +99,11 @@
"Headphone Jack", "HPOR";
simple-audio-card,cpu {
sound-dai = <&i2s0_8ch>;
system-clock-frequency = <11289600>;
system-clock-frequency = <12288000>;
};
simple-audio-card,codec {
sound-dai = <&es8316>;
system-clock-frequency = <11289600>;
system-clock-frequency = <12288000>;
};
};
@@ -1102,4 +1102,4 @@
rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
};
};