From: Alison Chaiken <alison_chaiken@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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@0 { + label = "pnor"; + reg = <0x0 0x1000000>; + }; }; }; -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html