[PATCH 2/2] ARM: dts: imx6qdl-sabreauto: enable partitions for parallel NOR
alchaiken at gmail.com
alchaiken at gmail.com
Sat Dec 5 19:30:57 PST 2015
From: Alison Chaiken <alison_chaiken at mentor.com>
Add a 'partitions' property to the nor child of the WEIM bus so
that ofpart will allow partiton creation.
Signed-off-by: Alison Chaiken <alison_chaiken at mentor.com>
---
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
index 530b4d6..10293f2 100644
--- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
@@ -626,5 +626,9 @@
fsl,weim-cs-timing = <0x00620081 0x00000001 0x1c022000
0x0000c000 0x1404a38e 0x00000000>;
nor-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
+ partitions at 0 {
+ label = "pnor";
+ reg = <0x0 0x1000000>;
+ };
};
};
--
2.6.2
More information about the linux-arm-kernel
mailing list