mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: px30: fixup i2s0 node
Change-Id: Ibf4f59d2f85dad9e7343d9d02c723891a5b7adbd Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
@@ -396,11 +396,11 @@
|
||||
};
|
||||
|
||||
i2s0_8ch: i2s@ff060000 {
|
||||
compatible = "rockchip,px30-i2s", "rockchip,rk3066-i2s";
|
||||
compatible = "rockchip,px30-i2s-tdm", "rockchip,rk3308-i2s-tdm";
|
||||
reg = <0x0 0xff060000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru SCLK_I2S0_TX>, <&cru HCLK_I2S0>;
|
||||
clock-names = "i2s_clk", "i2s_hclk";
|
||||
clocks = <&cru SCLK_I2S0_TX>, <&cru SCLK_I2S0_RX>, <&cru HCLK_I2S0>;
|
||||
clock-names = "mclk_tx", "mclk_rx", "hclk";
|
||||
dmas = <&dmac 16>, <&dmac 17>;
|
||||
dma-names = "tx", "rx";
|
||||
pinctrl-names = "default";
|
||||
|
||||
Reference in New Issue
Block a user