diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2017-06-08 13:04:55 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-06-17 09:19:21 +0300 |
commit | 5526bdc64141ab28784918533f8aee7f3fa7652d (patch) | |
tree | 487cda22d3250b8ba824957e3bbefbc5ca31f6e5 /arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi | |
parent | 3c6912cdc88f0837caf1a55dec5845fc2f84be3a (diff) | |
download | linux-5526bdc64141ab28784918533f8aee7f3fa7652d.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi index e02ac90f7fdf..571ce27de881 100644 --- a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi @@ -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 { |