Skip to content

Commit d55e688

Browse files
ZhengShunQianrkhuangtao
authored andcommitted
ARM: dts: rockchip: override codec i2s_clk in rk3128.dtsi
Inside rk3128, the codec connects to i2s_8ch which is different from the rk3126. This changes the i2s_clk to SCLK_I2S0, the mclk of i2s_8ch, for rk3128. Change-Id: I204e46dc2cf2c05bc85ef233b3139af94445ac90 Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
1 parent 421e14f commit d55e688

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3128.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@
7272
};
7373
};
7474

75+
&codec {
76+
/*
77+
* Override the i2s_clk since codec connects to i2s_8ch in rk3128,
78+
* which is different from rk3126.
79+
*/
80+
clock-names = "g_pclk_acodec", "i2s_clk";
81+
clocks = <&cru PCLK_ACODEC>, <&cru SCLK_I2S0>;
82+
};
83+
7584
&pd_vio {
7685
pm_qos = <&qos_rga>,
7786
<&qos_ebc>,

0 commit comments

Comments
 (0)