Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5526bdc6 authored by Antoine Tenart's avatar Antoine Tenart Committed by Gregory CLEMENT
Browse files

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: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 3c6912cd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {
+1 −0
Original line number Diff line number Diff line
@@ -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 {