summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Zapolskiy2019-04-19 22:54:44 +0200
committerVladimir Zapolskiy2019-04-19 22:56:48 +0200
commit903fa2ab79d832ef3dcf7424f0227799cbeda3da (patch)
tree12effdc641fc47ed29f3716d5ddb795b4a2b1b73
parentARM: dts: lpc32xx: change hexadecimal values to lower case (diff)
downloadkernel-qcow2-linux-903fa2ab79d832ef3dcf7424f0227799cbeda3da.tar.gz
kernel-qcow2-linux-903fa2ab79d832ef3dcf7424f0227799cbeda3da.tar.xz
kernel-qcow2-linux-903fa2ab79d832ef3dcf7424f0227799cbeda3da.zip
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: Vladimir Zapolskiy <vz@mleia.com>
-rw-r--r--arch/arm/boot/dts/lpc32xx.dtsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi
index 5eb223dffbe7..aa1d9dd248fd 100644
--- a/arch/arm/boot/dts/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/lpc32xx.dtsi
@@ -219,6 +219,7 @@
i2s0: i2s@20094000 {
compatible = "nxp,lpc3220-i2s";
reg = <0x20094000 0x1000>;
+ status = "disabled";
};
sd: sd@20098000 {
@@ -234,6 +235,7 @@
i2s1: i2s@2009c000 {
compatible = "nxp,lpc3220-i2s";
reg = <0x2009c000 0x1000>;
+ status = "disabled";
};
/* UART5 first since it is the default console, ttyS0 */