mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
arm64: dts: rockchip: rk3588: Add property for dedicated i2s nodes
These controllers only have playback or capture capability. Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Change-Id: I69791088e4fd3e9a623b938279a7580b928dc89a
This commit is contained in:
parent
f3378c3aa6
commit
131a63013b
|
|
@ -108,6 +108,7 @@ i2s8_8ch: i2s@fddc8000 {
|
|||
dma-names = "tx";
|
||||
resets = <&cru SRST_M_I2S8_8CH_TX>;
|
||||
reset-names = "tx-m";
|
||||
rockchip,playback-only;
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
@ -134,6 +135,7 @@ i2s6_8ch: i2s@fddf4000 {
|
|||
dma-names = "tx";
|
||||
resets = <&cru SRST_M_I2S6_8CH_TX>;
|
||||
reset-names = "tx-m";
|
||||
rockchip,playback-only;
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
@ -148,6 +150,7 @@ i2s7_8ch: i2s@fddf8000 {
|
|||
dma-names = "rx";
|
||||
resets = <&cru SRST_M_I2S7_8CH_RX>;
|
||||
reset-names = "rx-m";
|
||||
rockchip,capture-only;
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
@ -162,6 +165,7 @@ i2s10_8ch: i2s@fde00000 {
|
|||
dma-names = "rx";
|
||||
resets = <&cru SRST_M_I2S10_8CH_RX>;
|
||||
reset-names = "rx-m";
|
||||
rockchip,capture-only;
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1200,6 +1200,7 @@ i2s4_8ch: i2s@fddc0000 {
|
|||
dma-names = "tx";
|
||||
resets = <&cru SRST_M_I2S4_8CH_TX>;
|
||||
reset-names = "tx-m";
|
||||
rockchip,playback-only;
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
@ -1226,6 +1227,7 @@ i2s5_8ch: i2s@fddf0000 {
|
|||
dma-names = "tx";
|
||||
resets = <&cru SRST_M_I2S5_8CH_TX>;
|
||||
reset-names = "tx-m";
|
||||
rockchip,playback-only;
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
@ -1240,6 +1242,7 @@ i2s9_8ch: i2s@fddfc000 {
|
|||
dma-names = "rx";
|
||||
resets = <&cru SRST_M_I2S9_8CH_RX>;
|
||||
reset-names = "rx-m";
|
||||
rockchip,capture-only;
|
||||
#sound-dai-cells = <0>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user