diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2018-08-02 15:14:10 +0800 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-06 07:31:54 +0200 |
commit | 115e993adcc4b3c5ce441a70ae6cf62985797729 (patch) | |
tree | 5fd0f01b1baeb474645e2d2d560dab40f82dc1b0 /target/linux/ath79/dts/qca9558_tl-wr1043nd.dtsi | |
parent | 3fce12568a5c38fe0361b433902a1321d34f93d7 (diff) | |
download | upstream-115e993adcc4b3c5ce441a70ae6cf62985797729.tar.gz upstream-115e993adcc4b3c5ce441a70ae6cf62985797729.tar.bz2 upstream-115e993adcc4b3c5ce441a70ae6cf62985797729.zip |
ath79: remove useless phy-handle nodes
phy-handle is used to poll link status. They are useless when
we need fixed-link on these interfaces.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts/qca9558_tl-wr1043nd.dtsi')
-rw-r--r-- | target/linux/ath79/dts/qca9558_tl-wr1043nd.dtsi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ath79/dts/qca9558_tl-wr1043nd.dtsi b/target/linux/ath79/dts/qca9558_tl-wr1043nd.dtsi index 0bd17d86e2..4438f911fc 100644 --- a/target/linux/ath79/dts/qca9558_tl-wr1043nd.dtsi +++ b/target/linux/ath79/dts/qca9558_tl-wr1043nd.dtsi @@ -154,14 +154,6 @@ }; }; -&mdio1 { - status = "okay"; - - phy1: ethernet-phy@1 { - reg = <1>; - }; -}; - ð0 { status = "okay"; @@ -174,7 +166,6 @@ status = "okay"; mtd-mac-address = <&uboot 0x1fc00>; - phy-handle = <&phy1>; fixed-link { speed = <1000>; |