]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: fsl: ls1046a: disable the flash controller by default
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 18 Dec 2018 16:07:48 +0000 (17:07 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 11 Jan 2019 09:13:08 +0000 (17:13 +0800)
Set the Integrated Flash Controller status to disabled so each board has
the option to enable it. All the existing users have status = "okay" so
there is no functional change.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

index 3df0ef93a9bfd3ba1fbe7236dd78fd31d1b25209..cba0eacd18c21ec60d44676374591f9e2f7eb0c8 100644 (file)
@@ -202,6 +202,7 @@ ifc: ifc@1530000 {
                        compatible = "fsl,ifc", "simple-bus";
                        reg = <0x0 0x1530000 0x0 0x10000>;
                        interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
+                       status = "disabled";
                };
 
                qspi: spi@1550000 {