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

Commit e131fbda authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Kumar Gala
Browse files

powerpc/85xx: fix typo in p1010rdb.dtsi



Fix typo introduced by "powerpc: Add TBI PHY node to first MDIO bus"
from Andy Fleming.
It's device_type rather than device-type, which causes the mdio probe to
fail thus making all gianfar ethernet interfaces unusable.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 564ee46f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@
		};

		tbi-phy@3 {
			device-type = "tbi-phy";
			device_type = "tbi-phy";
			reg = <0x3>;
		};
	};