mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: add i2s_2ch_0 clk-trcm=<1> for rk3308
rk3308 i2s_2ch_0 only have the tx_lrck pin, so must set only tx_lrck is used as synchronous signal for TX and RX. Signed-off-by: XiaoTan Luo <lxt@rock-chips.com> Change-Id: Ic1a843f96950162ca10ad625dae4e238c9aabfd8
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&is31fl3236 {
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&is31fl3236 {
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&i2s_8ch_0 {
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&i2s_8ch_0 {
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&pdm_8ch {
|
||||
|
||||
@@ -56,7 +56,6 @@
|
||||
&i2s_2ch_0 {
|
||||
status = "okay";
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,clk-trcm = <1>;
|
||||
};
|
||||
|
||||
&pdm_8ch {
|
||||
|
||||
@@ -1074,6 +1074,7 @@
|
||||
dma-names = "tx", "rx";
|
||||
resets = <&cru SRST_I2S0_2CH_M>, <&cru SRST_I2S0_2CH_H>;
|
||||
reset-names = "reset-m", "reset-h";
|
||||
rockchip,clk-trcm = <1>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2s_2ch_0_sclk
|
||||
&i2s_2ch_0_lrck
|
||||
|
||||
Reference in New Issue
Block a user