diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2016-11-23 16:49:26 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-23 17:14:25 +0100 |
commit | f5c59d165af1238d097f23f458b2c5d96a5e7d66 (patch) | |
tree | ed273bf47a584a971e7f9aeabc619df2d8e9af44 /arch/arm/boot/dts/am335x-baltos.dtsi | |
parent | ARM: dts: am57xx-idk-common: Add overide powerhold property (diff) | |
download | linux-f5c59d165af1238d097f23f458b2c5d96a5e7d66.tar.xz linux-f5c59d165af1238d097f23f458b2c5d96a5e7d66.zip |
ARM: dts: am335x-baltos: use phy-phandle declarations
phy-phandle is now a preferred method to reference a PHY device.
Especially in regards to cpsw it enables PHY specific settings like
max-speed etc. being specified in DTS.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-baltos.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am335x-baltos.dtsi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am335x-baltos.dtsi b/arch/arm/boot/dts/am335x-baltos.dtsi index 09b954154e6b..efb5eae290a8 100644 --- a/arch/arm/boot/dts/am335x-baltos.dtsi +++ b/arch/arm/boot/dts/am335x-baltos.dtsi @@ -364,11 +364,14 @@ }; &davinci_mdio { + status = "okay"; pinctrl-names = "default", "sleep"; pinctrl-0 = <&davinci_mdio_default>; pinctrl-1 = <&davinci_mdio_sleep>; - status = "okay"; + phy1: ethernet-phy@1 { + reg = <7>; + }; }; &mmc1 { |