ipq806x: fix aliases node name for Qualcomm IPQ8064/DB149
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Fri, 3 Jul 2020 13:50:42 +0000 (15:50 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Tue, 14 Jul 2020 10:38:24 +0000 (12:38 +0200)
This device uses a node incorrectly named "alias" instead of
"aliases" since it was introduced.

Remove it without replacement, as the definitions in it don't
seem to be required anyway:

The serial0 definition has never been effective anyway and this
would be the only device deviating from the common setting
"serial0 = &gsbi4_serial;" for ipq8064. (So, maybe the wrong
node prevented us from finding out about the wrong serial
definition?)

The mdio-gpio0 alias was supposed to be removed in d2a2eb7e48f6
anyway, the redundant definition in the alias node was just
overlooked back then.

Fixes: 0fd202f3e563 ("ipq806x: add db149 dts files")
Fixes: d2a2eb7e48f6 ("ipq806x: replace caf nss-gmac driver by upstream stmmac")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ipq806x/files-4.19/arch/arm/boot/dts/qcom-ipq8064-db149.dts
target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064-db149.dts

index 5da523a728184b49bf86077eb0c4af00d63dd7a8..625e9a84ffc603a06886c86e071bcf3bcc48a08a 100644 (file)
                };
        };
 
-       alias {
-               serial0 = &uart2;
-               mdio-gpio0 = &mdio0;
-       };
-
        chosen {
                stdout-path = "serial0:115200n8";
        };
index e29084d8a9609548eee5d59fc8fbadb77ff4dfbc..e97c16b7e0d22a216dc7b787349196c6483a182e 100644 (file)
                        no-map;
                };
        };
-
-       alias {
-               serial0 = &uart2;
-               mdio-gpio0 = &mdio0;
-       };
 };
 
 &qcom_pinmux {
        phy-mode = "sgmii";
        qcom,id = <3>;
        phy-handle = <&phy7>;
-};
\ No newline at end of file
+};