]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: marvell: disable the mdio nodes by default
authorAntoine Tenart <antoine.tenart@free-electrons.com>
Thu, 8 Jun 2017 10:04:55 +0000 (12:04 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Sat, 17 Jun 2017 06:19:21 +0000 (08:19 +0200)
Disable the mdio nodes by default in the cp110 slave and master dtsi as
they're not wired on every board.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi

index e02ac90f7fdffb519a1cab760c459e12a0450dab..571ce27de8815ee9ee7ad89f448d4b20b8c41cb3 100644 (file)
@@ -95,6 +95,7 @@
                                compatible = "marvell,orion-mdio";
                                reg = <0x12a200 0x10>;
                                clocks = <&cpm_syscon0 1 9>, <&cpm_syscon0 1 5>;
+                               status = "disabled";
                        };
 
                        cpm_syscon0: system-controller@440000 {
index 7468fe00fc370ae7488180c7aaa0f350b3edbe74..7e98c155cc6afd46e1cf3643ea2495f0cf6f60ed 100644 (file)
                                compatible = "marvell,orion-mdio";
                                reg = <0x12a200 0x10>;
                                clocks = <&cps_syscon0 1 9>, <&cps_syscon0 1 5>;
+                               status = "disabled";
                        };
 
                        cps_syscon0: system-controller@440000 {