mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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: Gustavo Zacarias <[email protected]> Signed-off-by: Kumar Gala <[email protected]>
This commit is contained in:
committed by
Kumar Gala
parent
564ee46fb7
commit
e131fbda56
@@ -196,7 +196,7 @@
|
||||
};
|
||||
|
||||
tbi-phy@3 {
|
||||
device-type = "tbi-phy";
|
||||
device_type = "tbi-phy";
|
||||
reg = <0x3>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user