[PATCH 3/4][v4][RESEND] ARM: dts: Add NOR connection type with IFC
Prabhakar Kushwaha
prabhakar.kushwaha at nxp.com
Thu Feb 22 02:15:08 PST 2018
Connection between IFC and NOR flash is of big-endian type.
So add big-endian property in flash node to reflect the same.
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha at nxp.com>
---
Changes for v2: None
Changes for v3: None
Changes for v4: Updated device tree as per new binding
Resending as all patches of patchset never reaches to patchwork.
arch/arm/boot/dts/ls1021a-qds.dts | 1 +
arch/arm/boot/dts/ls1021a-twr.dts | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/ls1021a-qds.dts b/arch/arm/boot/dts/ls1021a-qds.dts
index 940875316d0f..8a383d37884a 100644
--- a/arch/arm/boot/dts/ls1021a-qds.dts
+++ b/arch/arm/boot/dts/ls1021a-qds.dts
@@ -237,6 +237,7 @@
reg = <0x0 0x0 0x8000000>;
bank-width = <2>;
device-width = <1>;
+ big-endian;
};
fpga: board-control at 3,0 {
diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index a8b148ad1dd2..2056d30df020 100644
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -205,6 +205,7 @@
reg = <0x0 0x0 0x8000000>;
bank-width = <2>;
device-width = <1>;
+ big-endian;
};
};
--
2.14.1
More information about the linux-arm-kernel
mailing list