projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
564ee46
)
powerpc/85xx: fix typo in p1010rdb.dtsi
author
Gustavo Zacarias
<
[email protected]
>
Tue, 28 Feb 2012 19:43:08 +0000
(16:43 -0300)
committer
Kumar Gala
<
[email protected]
>
Fri, 16 Mar 2012 15:46:31 +0000
(10:46 -0500)
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]
>
arch/powerpc/boot/dts/p1010rdb.dtsi
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/p1010rdb.dtsi
b/arch/powerpc/boot/dts/p1010rdb.dtsi
index 1c41ef0c817cb670f48804d2efd5549a6a406691..49776143a1b84874b515ecd164a384aface0f122 100644
(file)
--- a/
arch/powerpc/boot/dts/p1010rdb.dtsi
+++ b/
arch/powerpc/boot/dts/p1010rdb.dtsi
@@
-196,7
+196,7
@@
};
tbi-phy@3 {
- device
-
type = "tbi-phy";
+ device
_
type = "tbi-phy";
reg = <0x3>;
};
};