Message ID | 20230907151725.198347-1-jakob.unterwurzacher@theobroma-systems.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v3,1/2] arm64: dts: rockchip: use codec as clock master on px30-ringneck-haikou | expand |
On Thu, 7 Sep 2023 17:17:15 +0200, Jakob Unterwurzacher wrote: > From: Ermin Sunj <ermin.sunj@theobroma-systems.com> > > If the codec is not the clock master, the MCLK needs to be > synchronous to both I2S_SCL ans I2S_LRCLK. We do not have that > on Haikou, causing distorted audio. > > Before: > > [...] Applied, thanks! [1/2] arm64: dts: rockchip: use codec as clock master on px30-ringneck-haikou commit: 84fa1865edbb3800f3344e2a5bc73c187adf42d0 [2/2] arm64: dts: rockchip: set codec system-clock-fixed on px30-ringneck-haikou commit: 1e585cd0aad3d491938230318d6d479f09589fd8 Best regards,
diff --git a/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts b/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts index 08a3ad3e7ae9..8792fae50257 100644 --- a/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts +++ b/arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts @@ -68,15 +68,15 @@ i2s0-sound { simple-audio-card,format = "i2s"; simple-audio-card,name = "Haikou,I2S-codec"; simple-audio-card,mclk-fs = <512>; + simple-audio-card,frame-master = <&sgtl5000_codec>; + simple-audio-card,bitclock-master = <&sgtl5000_codec>; - simple-audio-card,codec { + sgtl5000_codec: simple-audio-card,codec { clocks = <&sgtl5000_clk>; sound-dai = <&sgtl5000>; }; simple-audio-card,cpu { - bitclock-master; - frame-master; sound-dai = <&i2s0_8ch>; }; };