mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm64: dts: rockchip: rk3566-evb3: fix clk for i2s3
Signed-off-by: Binyuan Lan <lby@rock-chips.com> Change-Id: I58fa14ff7f9dfc33b9f4037377592f9721606082
This commit is contained in:
parent
fd5989b3f9
commit
a60591d5ba
|
|
@ -110,10 +110,11 @@ &i2s1_8ch {
|
|||
&i2s3_2ch {
|
||||
status = "okay";
|
||||
pinctrl-names = "default";
|
||||
rockchip,clk-trcm = <1>;
|
||||
pinctrl-0 = <&i2s3m1_sclk
|
||||
&i2s3m1_lrck
|
||||
&i2s3m1_sdi
|
||||
&i2s3m1_sdo>;
|
||||
&i2s3m1_lrck
|
||||
&i2s3m1_sdi
|
||||
&i2s3m1_sdo>;
|
||||
};
|
||||
|
||||
&mdio1 {
|
||||
|
|
@ -188,6 +189,8 @@ &rk809_codec {
|
|||
compatible = "rockchip,rk809-codec", "rockchip,rk817-codec";
|
||||
clocks = <&cru I2S3_MCLKOUT_TX>;
|
||||
clock-names = "mclk";
|
||||
assigned-clocks = <&cru I2S3_MCLKOUT_TX>;
|
||||
assigned-clock-parents = <&cru CLK_I2S3_2CH_TX>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2s3m1_mclk>;
|
||||
hp-volume = <20>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user