summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6ul-pico-hobbit.dts
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-06-18 11:10:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-06-23 09:56:43 +0200
commitffedb4fca4269a39b5efe0343c8cd3984d988bfd (patch)
tree05b5a9feca6746864810f4c34c750a55d42a181f /arch/arm/dts/imx6ul-pico-hobbit.dts
parent126df16f35c9cbc7d4cfdfec59f6c7606257f0f3 (diff)
downloadbarebox-ffedb4fca4269a39b5efe0343c8cd3984d988bfd.tar.gz
barebox-ffedb4fca4269a39b5efe0343c8cd3984d988bfd.tar.xz
ARM: i.MX6UL: dts: remove defunct override of pico-hobbit memory node
Prior to 8226f7f90973 ("of: base: parse all available memory nodes"), barebox first looked at a /memory node, then at a node with a device_type = "memory" property when probing available memory banks from device tree. Linux instead only considered nodes with device_type = "memory". The imx6ul-pico-hobbit predates the change in barebox behavior, so it's unclear what is gained from dropping device_type = "memory" as barebox used to parse the node by name anyway and Linux only saw the new fixed up node. Since then the Linux device tree has been split into a SoM and carrier board device tree and the node name is now called memory@80000000 with a size of 0 in the reg property. Because it's already used for boards with differing memory size, we assume this will remain so and thus we just drop the defunct barebox memory node override. Cc: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/imx6ul-pico-hobbit.dts')
-rw-r--r--arch/arm/dts/imx6ul-pico-hobbit.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/imx6ul-pico-hobbit.dts b/arch/arm/dts/imx6ul-pico-hobbit.dts
index 2f37b724b6..0c543de8c9 100644
--- a/arch/arm/dts/imx6ul-pico-hobbit.dts
+++ b/arch/arm/dts/imx6ul-pico-hobbit.dts
@@ -9,10 +9,6 @@
device-path = &environment_usdhc1;
};
};
-
- memory {
- /delete-property/ device_type;
- };
};
&usdhc1 {