projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d17555
)
ARM: dts: am335x-chiliboard: get rid of phy_id property
author
Grygorii Strashko
<grygorii.strashko@ti.com>
Sun, 9 Sep 2018 00:05:07 +0000
(19:05 -0500)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 20 Sep 2018 21:36:47 +0000
(14:36 -0700)
The phy_id property is deprecated and phy-handle has to be used instead.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-chiliboard.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am335x-chiliboard.dts
b/arch/arm/boot/dts/am335x-chiliboard.dts
index
59431b2
..
9c2a947
100644
(file)
--- a/
arch/arm/boot/dts/am335x-chiliboard.dts
+++ b/
arch/arm/boot/dts/am335x-chiliboard.dts
@@
-140,10
+140,14
@@
pinctrl-0 = <&davinci_mdio_default>;
pinctrl-1 = <&davinci_mdio_sleep>;
status = "okay";
+
+ ethphy0: ethernet-phy@0 {
+ reg = <0>;
+ };
};
&cpsw_emac0 {
- phy
_id = <&davinci_mdio>, <
0>;
+ phy
-handle = <ðphy
0>;
phy-mode = "rmii";
};