Commit 903fa2ab authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy
Browse files

ARM: dts: lpc32xx: disable I2S controllers by default



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: default avatarVladimir Zapolskiy <vz@mleia.com>
parent 37917ce5
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -219,6 +219,7 @@
			i2s0: i2s@20094000 {
			i2s0: i2s@20094000 {
				compatible = "nxp,lpc3220-i2s";
				compatible = "nxp,lpc3220-i2s";
				reg = <0x20094000 0x1000>;
				reg = <0x20094000 0x1000>;
				status = "disabled";
			};
			};


			sd: sd@20098000 {
			sd: sd@20098000 {
@@ -234,6 +235,7 @@
			i2s1: i2s@2009c000 {
			i2s1: i2s@2009c000 {
				compatible = "nxp,lpc3220-i2s";
				compatible = "nxp,lpc3220-i2s";
				reg = <0x2009c000 0x1000>;
				reg = <0x2009c000 0x1000>;
				status = "disabled";
			};
			};


			/* UART5 first since it is the default console, ttyS0 */
			/* UART5 first since it is the default console, ttyS0 */