]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mvebu: dts: Armada8k enable mdio
authorSven Auhagen <Sven.Auhagen@voleatech.de>
Tue, 24 Aug 2021 08:14:25 +0000 (10:14 +0200)
committerStefan Roese <sr@denx.de>
Fri, 10 Sep 2021 07:01:51 +0000 (09:01 +0200)
Since mvpp2 is using the new mdio driver and the cp110 has been
synced with the linux upstream, the mdio has to enabled in the
device tree file.
This is missing for some device tree files and therefore the
network cards do not come online.

Signed-off-by: Sven Auhagen <sven.auhagen@voleatech.de>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-7040-db.dts
arch/arm/dts/armada-8040-clearfog-gt-8k.dts
arch/arm/dts/armada-8040-db.dts
arch/arm/dts/armada-8040-mcbin.dts

index b158f92349173f3ca43c92a37146a4599e425ed9..9104042359fcb01bbc0654107093f86237707538 100644 (file)
 };
 
 &cp0_mdio {
+       status = "okay";
        phy0: ethernet-phy@0 {
                reg = <0>;
        };
index 6a586dbbba12c2c5620fbe9b29c91690be0e4c0b..79ee871c5a24f556fb67a5d37d40551e53559a3b 100644 (file)
 };
 
 &cp1_mdio {
+       status = "okay";
        phy0: ethernet-phy@0 {
                reg = <0>;
        };
index 51c2f23f4dbf56ce80390fba166befebd0e71eda..2686e002426bb4c55ba6991b93a77fead65062a1 100644 (file)
 };
 
 &cp0_mdio {
+       status = "okay";
        phy1: ethernet-phy@1 {
                reg = <1>;
        };
index 218464831863ee25d12d4f1e118e095d3c288af1..b0bed77ae63275c6cd1bf2fcea21021ab50f6dfc 100644 (file)
 };
 
 &cp0_mdio {
+       status = "okay";
        ge_phy: ethernet-phy@0 {
                reg = <0>;
        };