ARM: dts: imx6ull-dhcor: Remove mmc aliases from DHCOR SoM
authorChristoph Niedermaier <cniedermaier@dh-electronics.com>
Fri, 7 Apr 2023 10:49:42 +0000 (12:49 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 13 May 2023 03:02:31 +0000 (11:02 +0800)
To be able to define mmc aliases correctly for a DHCOR board
remove mmc aliases from the DHCOR SoM layer.

All DHCOM SoM boards are based on the DHCOR SoM, as the DHCOR
SoM is soldered on top of the DHCOM SoM. As a result, remove
the mmc /delete-property/ entries from the aliases node in
the DHCOM SoM layer, because this is already removed in the
DHCOR SoM layer below.

Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ull-dhcom-som.dtsi
arch/arm/boot/dts/imx6ull-dhcor-som.dtsi

index 17837663c0b0d5903f5320390b6b7b5ee961df70..830b5a5064f28b45e7f387fbe2d506540bedafa8 100644 (file)
@@ -7,8 +7,6 @@
 
 / {
        aliases {
-               /delete-property/ mmc0; /* Avoid double definitions */
-               /delete-property/ mmc1;
                /delete-property/ spi2;
                /delete-property/ spi3;
                i2c0 = &i2c2;
index 5882c7565f6495b31c0d2c5f88431658e3ecf758..a386c1e9bed36179c3bc5fb946f2993068e02111 100644 (file)
 #include "imx6ull.dtsi"
 
 / {
+       aliases {
+               /delete-property/ mmc0;
+               /delete-property/ mmc1;
+       };
+
        memory@80000000 {
                /* Appropriate memory size will be filled by U-Boot */
                reg = <0x80000000 0>;