]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: Define big endian of IFC for LS1043a/LS1046a
authorPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Thu, 4 May 2017 09:10:31 +0000 (14:40 +0530)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 May 2017 01:34:52 +0000 (09:34 +0800)
Integrated flash controller present in LS1043A and LS1046A is big endian.

So add big endian property in the devive tree.

Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

index 595da1abfb5d1170d0e7384bcfa2e66b2c3d642e..bd36a392f943f37998d0d99edd3c9f969da06f51 100644 (file)
@@ -223,6 +223,7 @@ dcfg: dcfg@1ee0000 {
                ifc: ifc@1530000 {
                        compatible = "fsl,ifc", "simple-bus";
                        reg = <0x0 0x1530000 0x0 0x10000>;
+                       big-endian;
                        interrupts = <0 43 0x4>;
                };
 
index d67557f60d7c199ba0196012bb9e4e46110c9125..7ef2b9f33e1bc971f85978c3bfdb7b2424af85e9 100644 (file)
@@ -190,6 +190,7 @@ ddr: memory-controller@1080000 {
                ifc: ifc@1530000 {
                        compatible = "fsl,ifc", "simple-bus";
                        reg = <0x0 0x1530000 0x0 0x10000>;
+                       big-endian;
                        interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
                };