From 113b4cf90ffafa403adf917d24c3245246eaa398 Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Tue, 17 Jul 2018 17:09:14 +0800 Subject: [PATCH] ath79: ar7241: Update dts for current ag71xx driver Signed-off-by: Chuanhong Guo --- target/linux/ath79/dts/ar7241.dtsi | 28 +++++++++++++------ target/linux/ath79/dts/ar7241_tp-link.dtsi | 11 -------- .../linux/ath79/dts/ar7241_ubnt_bullet-m.dts | 2 +- .../linux/ath79/dts/ar7241_ubnt_rocket-m.dts | 2 +- target/linux/ath79/dts/ar7241_ubnt_unifi.dts | 12 +------- target/linux/ath79/dts/ar7241_ubnt_xm.dtsi | 12 -------- 6 files changed, 23 insertions(+), 44 deletions(-) diff --git a/target/linux/ath79/dts/ar7241.dtsi b/target/linux/ath79/dts/ar7241.dtsi index 91ebea54e0..baf34e28a6 100644 --- a/target/linux/ath79/dts/ar7241.dtsi +++ b/target/linux/ath79/dts/ar7241.dtsi @@ -39,13 +39,6 @@ }; }; -&mdio0 { - regmap = <ð1>; - builtin-switch; - resets = <&rst 22>; - reset-names = "mdio"; -}; - ð0 { compatible = "qca,ar7241-eth", "syscon"; @@ -53,16 +46,35 @@ resets = <&rst 8>, <&rst 9>; reset-names = "mac", "phy"; + phy-mode = "mii"; + phy-handle = <&swphy4>; }; &mdio1 { + status = "okay"; + resets = <&rst 23>; reset-names = "mdio"; builtin-switch; + + builtin_switch: switch0@1f { + compatible = "qca,ar8216-builtin"; + #address-cells = <1>; + #size-cells = <0>; + + reg = <0x1f>; + + mdio-bus { + swphy4: ethernet-phy@4 { + reg = <4>; + phy-mode = "mii"; + }; + }; + }; }; ð1 { - compatible = "qca,ar7241-eth", "syscon"; + compatible = "qca,ar7241-eth", "syscon", "simple-mfd"; pll-data = <0x00110000 0x00001099 0x00991099>; diff --git a/target/linux/ath79/dts/ar7241_tp-link.dtsi b/target/linux/ath79/dts/ar7241_tp-link.dtsi index 3846d811ac..6cc515b7cc 100644 --- a/target/linux/ath79/dts/ar7241_tp-link.dtsi +++ b/target/linux/ath79/dts/ar7241_tp-link.dtsi @@ -97,8 +97,6 @@ ð0 { status = "okay"; - phy-handle = <&phy4>; - mtd-mac-address = <&uboot 0x1fc00>; mtd-mac-address-increment = <(-1)>; }; @@ -110,15 +108,6 @@ mtd-mac-address-increment = <1>; }; -&mdio0 { - status = "okay"; - - phy4: ethernet-phy@4 { - reg = <4>; - phy-mode = "mii"; - }; -}; - &gpio { status = "okay"; }; diff --git a/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts b/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts index 0de97ea933..33790f2e1c 100644 --- a/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts +++ b/target/linux/ath79/dts/ar7241_ubnt_bullet-m.dts @@ -9,5 +9,5 @@ }; ð1 { - compatible = "syscon"; + compatible = "syscon", "simple-mfd"; }; diff --git a/target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts b/target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts index 36fa2750a7..4053147c9c 100644 --- a/target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts +++ b/target/linux/ath79/dts/ar7241_ubnt_rocket-m.dts @@ -9,7 +9,7 @@ }; ð1 { - compatible = "syscon"; + compatible = "syscon", "simple-mfd"; }; &usb_phy { diff --git a/target/linux/ath79/dts/ar7241_ubnt_unifi.dts b/target/linux/ath79/dts/ar7241_ubnt_unifi.dts index adcaf748bb..7294fb4ac8 100644 --- a/target/linux/ath79/dts/ar7241_ubnt_unifi.dts +++ b/target/linux/ath79/dts/ar7241_ubnt_unifi.dts @@ -117,24 +117,14 @@ }; }; -&mdio0 { - status = "okay"; - - phy4: ethernet-phy@4 { - reg = <4>; - phy-mode = "mii"; - }; -}; - ð0 { status = "okay"; mtd-mac-address = <&art 0x0>; - phy-handle = <&phy4>; }; ð1 { status = "okay"; - compatible = "syscon"; + compatible = "syscon", "simple-mfd"; }; diff --git a/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi index a08c9da846..e07e9c662b 100644 --- a/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi +++ b/target/linux/ath79/dts/ar7241_ubnt_xm.dtsi @@ -122,22 +122,10 @@ }; }; -&mdio0 { - status = "okay"; - - phy4: ethernet-phy@4 { - reg = <4>; - phy-mode = "mii"; - }; -}; - ð0 { status = "okay"; mtd-mac-address = <&art 0x0>; - - phy-mode = "mii"; - phy-handle = <&phy4>; }; ð1 { -- 2.30.2