summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6ull-jozacp.dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-10-19 12:28:04 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-19 12:36:52 +0200
commit158944ab8cca4429e273189d121fa7149b7dc924 (patch)
treeb3aa8755eca65bd36b49412275602441890fa84e /arch/arm/dts/imx6ull-jozacp.dts
parentba407579fa3cc9466ea3277832be4720ecb2db2a (diff)
downloadbarebox-158944ab8cca4429e273189d121fa7149b7dc924.tar.gz
barebox-158944ab8cca4429e273189d121fa7149b7dc924.tar.xz
Treewide: Reference environment partitions by phandle
Where possible reference the environment partitions directly by phandle instead of referencing the physical device and describing the partition by "partname:xxx". This is one step to deprecate the "partname:xxx" binding. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/imx6ull-jozacp.dts')
-rw-r--r--arch/arm/dts/imx6ull-jozacp.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/imx6ull-jozacp.dts b/arch/arm/dts/imx6ull-jozacp.dts
index f41028455a..c7f05f12e8 100644
--- a/arch/arm/dts/imx6ull-jozacp.dts
+++ b/arch/arm/dts/imx6ull-jozacp.dts
@@ -9,7 +9,7 @@
environment@0 {
compatible = "barebox,environment";
- device-path = &usdhc1, "partname:barebox-environment";
+ device-path = &env_sd1;
};
};
@@ -40,7 +40,7 @@
#address-cells = <1>;
#size-cells = <1>;
- partition@40000 {
+ env_sd1: partition@40000 {
label = "barebox-environment";
reg = <0x40000 0x80000>;
};