arm64: dts: marvell: disable the mdio nodes by default

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>
This commit is contained in:
Antoine Tenart 2017-06-08 12:04:55 +02:00 committed by Gregory CLEMENT
parent 3c6912cdc8
commit 5526bdc641
2 changed files with 2 additions and 0 deletions

View 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 {

View File

@ -102,6 +102,7 @@
compatible = "marvell,orion-mdio";
reg = <0x12a200 0x10>;
clocks = <&cps_syscon0 1 9>, <&cps_syscon0 1 5>;
status = "disabled";
};
cps_syscon0: system-controller@440000 {