diff options
| author | Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com> | 2026-01-01 00:57:54 +0300 |
|---|---|---|
| committer | Vladimir Zapolskiy <vz@mleia.com> | 2026-01-09 10:53:17 +0300 |
| commit | c23ac0f9325ee5b3755ff9b7c3143fed7bbaebd8 (patch) | |
| tree | 09eaa505822e78eac4cbf9c2079b9b97ac95df72 | |
| parent | 14c877ddffe9d69da2c92eec390d2d0eadc8c1c6 (diff) | |
| download | linux-c23ac0f9325ee5b3755ff9b7c3143fed7bbaebd8.tar.xz | |
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>
| -rw-r--r-- | arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi index b9a0d7dae4ed..e89ef62f9fbb 100644 --- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi +++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi @@ -232,8 +232,11 @@ i2s0: i2s@20094000 { compatible = "nxp,lpc3220-i2s"; reg = <0x20094000 0x1000>; + interrupts = <22 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clk LPC32XX_CLK_I2S0>; dmas = <&dma 0 1>, <&dma 13 1>; dma-names = "rx", "tx"; + #sound-dai-cells = <0>; status = "disabled"; }; @@ -250,8 +253,11 @@ i2s1: i2s@2009c000 { compatible = "nxp,lpc3220-i2s"; reg = <0x2009c000 0x1000>; + interrupts = <23 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clk LPC32XX_CLK_I2S1>; dmas = <&dma 2 1>, <&dmamux 10 1 1>; dma-names = "rx", "tx"; + #sound-dai-cells = <0>; status = "disabled"; }; |
