mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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>
This commit is contained in:
committed by
Tao Huang
parent
421e14f3bc
commit
d55e688a4f
@@ -72,6 +72,15 @@
|
||||
};
|
||||
};
|
||||
|
||||
&codec {
|
||||
/*
|
||||
* Override the i2s_clk since codec connects to i2s_8ch in rk3128,
|
||||
* which is different from rk3126.
|
||||
*/
|
||||
clock-names = "g_pclk_acodec", "i2s_clk";
|
||||
clocks = <&cru PCLK_ACODEC>, <&cru SCLK_I2S0>;
|
||||
};
|
||||
|
||||
&pd_vio {
|
||||
pm_qos = <&qos_rga>,
|
||||
<&qos_ebc>,
|
||||
|
||||
Reference in New Issue
Block a user