summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Riedmueller <s.riedmueller@phytec.de>2018-02-21 08:55:41 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-04-16 09:58:07 +0200
commit3f9edc157b7bef2859a30aaa12f9b95019e2830b (patch)
tree502d8b73f0e3bc2011e43ec978cbfa8996605b06
parent4cdafeb43b44e0951112590bf49bfcb597e36569 (diff)
downloadbarebox-3f9edc157b7bef2859a30aaa12f9b95019e2830b.tar.gz
barebox-3f9edc157b7bef2859a30aaa12f9b95019e2830b.tar.xz
ARM: dts: phyCORE-imx6: Add SPINOR env node
Add the SPI NOR barebox-environment node to the devicetree to make it possible to use the barebox-environment from SPI NOR when booting barebox from SPI NOR. Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de> Signed-off-by: Christian Hemp <c.hemp@phytec.de>
-rw-r--r--arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
index 923c79c67b..a826a8b2ef 100644
--- a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
@@ -32,6 +32,12 @@
device-path = &gpmi, "partname:barebox-environment";
status = "disabled";
};
+
+ environment-spinor {
+ compatible = "barebox,environment";
+ device-path = &flash, "partname:barebox-environment";
+ status = "disabled";
+ };
};
};