diff options
author | Patrice Chotard | 2020-01-07 11:38:33 +0100 |
---|---|---|
committer | Patrice Chotard | 2020-02-11 17:24:54 +0100 |
commit | 9b9be9e6dcf444de08fc675c61ac8e541b458d56 (patch) | |
tree | 8bf4d198c2d6d506ec57269234cff79d04306dc9 /arch | |
parent | bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9 (diff) |
ARM: dts: sti: Remove deprecated snps PHY properties for stih410-b2260
Remove "snps,phy-bus-name", "snps,phy-bus-id" and "snps,phy-addr"
properties which are deprecated.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/stih410-b2260.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/stih410-b2260.dts b/arch/arm/boot/dts/stih410-b2260.dts index 4fbd8e9eb5b7..e2bb59783146 100644 --- a/arch/arm/boot/dts/stih410-b2260.dts +++ b/arch/arm/boot/dts/stih410-b2260.dts @@ -178,9 +178,6 @@ phy-mode = "rgmii"; pinctrl-0 = <&pinctrl_rgmii1 &pinctrl_rgmii1_mdio_1>; - snps,phy-bus-name = "stmmac"; - snps,phy-bus-id = <0>; - snps,phy-addr = <0>; snps,reset-gpio = <&pio0 7 0>; snps,reset-active-low; snps,reset-delays-us = <0 10000 1000000>; |