Skip to content

Commit c23ac0f

Browse files
pwojtaszczyk-tsvzapolskiy
authored andcommitted
ARM: dts: lpc32xx: Add missing properties to I2S device tree nodes
Add NXP LPC32xx I2S controller device tree properties in accordance to nxp,lpc3220-i2s.yaml. Link to the original change: * https://lore.kernel.org/linux-arm-kernel/20240627150046.258795-7-piotr.wojtaszczyk@timesys.com/ Signed-off-by: Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com> [vzapolskiy: changes to the commit message] Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
1 parent 14c877d commit c23ac0f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,11 @@
232232
i2s0: i2s@20094000 {
233233
compatible = "nxp,lpc3220-i2s";
234234
reg = <0x20094000 0x1000>;
235+
interrupts = <22 IRQ_TYPE_LEVEL_HIGH>;
236+
clocks = <&clk LPC32XX_CLK_I2S0>;
235237
dmas = <&dma 0 1>, <&dma 13 1>;
236238
dma-names = "rx", "tx";
239+
#sound-dai-cells = <0>;
237240
status = "disabled";
238241
};
239242

@@ -250,8 +253,11 @@
250253
i2s1: i2s@2009c000 {
251254
compatible = "nxp,lpc3220-i2s";
252255
reg = <0x2009c000 0x1000>;
256+
interrupts = <23 IRQ_TYPE_LEVEL_HIGH>;
257+
clocks = <&clk LPC32XX_CLK_I2S1>;
253258
dmas = <&dma 2 1>, <&dmamux 10 1 1>;
254259
dma-names = "rx", "tx";
260+
#sound-dai-cells = <0>;
255261
status = "disabled";
256262
};
257263

0 commit comments

Comments
 (0)