Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdcd2563 authored by Prabhakar Kushwaha's avatar Prabhakar Kushwaha Committed by Shawn Guo
Browse files

arm64: dts: Define big endian of IFC for LS1043a/LS1046a



Integrated flash controller present in LS1043A and LS1046A is big endian.

So add big endian property in the devive tree.

Signed-off-by: default avatarPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8637f58b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -223,6 +223,7 @@
		ifc: ifc@1530000 {
			compatible = "fsl,ifc", "simple-bus";
			reg = <0x0 0x1530000 0x0 0x10000>;
			big-endian;
			interrupts = <0 43 0x4>;
		};

+1 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@
		ifc: ifc@1530000 {
			compatible = "fsl,ifc", "simple-bus";
			reg = <0x0 0x1530000 0x0 0x10000>;
			big-endian;
			interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
		};