[PATCH 02/10] dts:imx6q:pcaaxl3: Add oftree partition to nand

Christian Hemp c.hemp at phytec.de
Fri Sep 12 06:33:39 PDT 2014


Add oftree partiton to nand.

Signed-off-by: Christian Hemp <c.hemp at phytec.de>
---
 arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi b/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi
index 45f3669..78c3334 100644
--- a/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi
+++ b/arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi
@@ -144,13 +144,18 @@
 	};
 
 	partition at 2 {
-		label = "kernel";
-		reg = <0x420000 0x800000>;
+		label = "oftree";
+		reg = <0x420000 0x20000>;
 	};
 
 	partition at 3 {
+		label = "kernel";
+		reg = <0x440000 0x800000>;
+	};
+
+	partition at 4 {
 		label = "root";
-		reg = <0xC20000 0x0>;
+		reg = <0xC40000 0x0>;
 	};
 };
 
-- 
1.7.0.4




More information about the barebox mailing list