ARM: dts: lpc32xx: disable I2S controllers by default
authorVladimir Zapolskiy <vz@mleia.com>
Fri, 19 Apr 2019 20:54:44 +0000 (23:54 +0300)
committerVladimir Zapolskiy <vz@mleia.com>
Fri, 19 Apr 2019 20:56:48 +0000 (23:56 +0300)
The I2S controllers found on NXP LPC32xx SoCs are not yet in
use by any boards supported in upstream, disable the controllers
by default.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
arch/arm/boot/dts/lpc32xx.dtsi

index 5eb223dffbe7cdc6215a03d1f596ff5c97aec28d..aa1d9dd248fd8a8943cd59153288113a78168d52 100644 (file)
                        i2s0: i2s@20094000 {
                                compatible = "nxp,lpc3220-i2s";
                                reg = <0x20094000 0x1000>;
+                               status = "disabled";
                        };
 
                        sd: sd@20098000 {
                        i2s1: i2s@2009c000 {
                                compatible = "nxp,lpc3220-i2s";
                                reg = <0x2009c000 0x1000>;
+                               status = "disabled";
                        };
 
                        /* UART5 first since it is the default console, ttyS0 */