summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx51.dtsi
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2024-02-26 16:31:17 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-02-27 08:12:44 +0100
commit0b2848e757aeaa8ea506d3cf8019755dafd3878a (patch)
treeae41257437a81ee0069a2548a3ba643724b8099f /arch/arm/dts/imx51.dtsi
parent02f8945abcb0e12d02b2a3186c7c4d4cac64f4e3 (diff)
downloadbarebox-0b2848e757aeaa8ea506d3cf8019755dafd3878a.tar.gz
barebox-0b2848e757aeaa8ea506d3cf8019755dafd3878a.tar.xz
ARM: i.MX: move barebox,bootsource-mmc aliases to chosen node
The barebox,bootsource-* properties are looked for in /chosen, not in /aliases. Move the properties to the correct node. Fixes: 7eedf79ba9 ("ARM: i.MX: add barebox,bootsource-mmc aliases") Link: https://lore.barebox.org/20240226153117.743128-1-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/imx51.dtsi')
-rw-r--r--arch/arm/dts/imx51.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/imx51.dtsi b/arch/arm/dts/imx51.dtsi
index 2be6b955e2..521f182d20 100644
--- a/arch/arm/dts/imx51.dtsi
+++ b/arch/arm/dts/imx51.dtsi
@@ -2,6 +2,9 @@
aliases {
pwm0 = &pwm1;
pwm1 = &pwm2;
+ };
+
+ chosen {
barebox,bootsource-mmc0 = &esdhc1;
barebox,bootsource-mmc1 = &esdhc2;
barebox,bootsource-mmc2 = &esdhc3;