projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c0373b
)
ARM: dts: am437x-idk-evm: get rid of phy_id property
author
Grygorii Strashko
<grygorii.strashko@ti.com>
Mon, 10 Sep 2018 22:57:43 +0000
(17:57 -0500)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 20 Sep 2018 21:42:00 +0000
(14:42 -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/am437x-idk-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/am437x-idk-evm.dts
b/arch/arm/boot/dts/am437x-idk-evm.dts
index
2013247
..
bb28540
100644
(file)
--- a/
arch/arm/boot/dts/am437x-idk-evm.dts
+++ b/
arch/arm/boot/dts/am437x-idk-evm.dts
@@
-499,10
+499,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 = "rgmii";
};