summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-08-20 09:34:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-24 08:49:36 +0200
commitcd6e290480ba29596569015757ead161c2ece341 (patch)
tree23ecdc7714fe94252e6ebb946a24da0e19bab985 /arch
parentd735e7abcce4ec4f7c071d764302c162644ae53d (diff)
downloadbarebox-cd6e290480ba29596569015757ead161c2ece341.tar.gz
barebox-cd6e290480ba29596569015757ead161c2ece341.tar.xz
ARM: dts: protonic: lanmcu: add eMMC partition table
Since this board do not including imx6qdl-prti6q.dtsi, it will not get partition table which was added for other Protonic boards. So, add it separately. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx6dl-lanmcu.dts16
1 files changed, 13 insertions, 3 deletions
diff --git a/arch/arm/dts/imx6dl-lanmcu.dts b/arch/arm/dts/imx6dl-lanmcu.dts
index b05ed9c3ba..06d47bdc0d 100644
--- a/arch/arm/dts/imx6dl-lanmcu.dts
+++ b/arch/arm/dts/imx6dl-lanmcu.dts
@@ -13,6 +13,11 @@
chosen {
stdout-path = &uart4;
+
+ environment-emmc {
+ compatible = "barebox,environment";
+ device-path = &usdhc3, "partname:barebox-environment";
+ };
};
memory {
@@ -414,9 +419,14 @@
#size-cells = <1>;
#address-cells = <1>;
- bootstate_backend: bootstate_backend@f0000 {
- reg = <0xf0000 0x10000>;
- label = "bootstate";
+ partition@100000 {
+ label = "barebox-environment";
+ reg = <0x100000 0x100000>;
+ };
+
+ partition@200000 {
+ label = "state";
+ reg = <0x200000 0x100000>;
};
};
};