diff options
author | Stanislav Galabov <stanislav_galabov@smartcom.bg> | 2016-05-10 13:41:46 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-12 03:29:35 +0200 |
commit | 9195d8da355d0d141ac02c9a5269452dc64ffd2d (patch) | |
tree | 6983c73be89b47cc24300c4771618d01fa4ba901 /target/linux/ramips/dts/Y1S.dts | |
parent | 861266c9ec0d5a48af044a08a01ccb9fc62b1ac8 (diff) | |
download | mtk-20170518-9195d8da355d0d141ac02c9a5269452dc64ffd2d.zip mtk-20170518-9195d8da355d0d141ac02c9a5269452dc64ffd2d.tar.gz mtk-20170518-9195d8da355d0d141ac02c9a5269452dc64ffd2d.tar.bz2 |
ramips: DTS rework
Add node aliases to dtsi files.
Reword dts files so they're more in-line with upstream.
Fix some more warnings and errors reported by dtc
Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/Y1S.dts')
-rw-r--r-- | target/linux/ramips/dts/Y1S.dts | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/target/linux/ramips/dts/Y1S.dts b/target/linux/ramips/dts/Y1S.dts index 7679e0a..cfa5e21 100644 --- a/target/linux/ramips/dts/Y1S.dts +++ b/target/linux/ramips/dts/Y1S.dts @@ -6,40 +6,6 @@ compatible = "lenovo,Y1S", "ralink,mt7620a-soc"; model = "Lenovo Y1S"; - ethernet@10100000 { - status = "okay"; - mtd-mac-address = <&factory 0x4>; - pinctrl-names = "default"; - pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>; - mediatek,portmap = "wllll"; - - port@4 { - status = "okay"; - phy-handle = <&phy4>; - phy-mode = "rgmii"; - }; - - port@5 { - status = "okay"; - phy-handle = <&phy5>; - phy-mode = "rgmii"; - }; - - mdio-bus { - status = "okay"; - - phy4: ethernet-phy@4 { - reg = <4>; - phy-mode = "rgmii"; - }; - - phy5: ethernet-phy@5 { - reg = <5>; - phy-mode = "rgmii"; - }; - }; - }; - gpio_export { compatible = "gpio-export"; #size-cells = <0>; @@ -61,10 +27,6 @@ }; }; - gsw@10110000 { - mediatek,port4 = "gmac"; - }; - gpio-leds { compatible = "gpio-leds"; @@ -104,3 +66,41 @@ }; }; }; + +ðernet { + status = "okay"; + mtd-mac-address = <&factory 0x4>; + pinctrl-names = "default"; + pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>; + mediatek,portmap = "wllll"; + + port@4 { + status = "okay"; + phy-handle = <&phy4>; + phy-mode = "rgmii"; + }; + + port@5 { + status = "okay"; + phy-handle = <&phy5>; + phy-mode = "rgmii"; + }; + + mdio-bus { + status = "okay"; + + phy4: ethernet-phy@4 { + reg = <4>; + phy-mode = "rgmii"; + }; + + phy5: ethernet-phy@5 { + reg = <5>; + phy-mode = "rgmii"; + }; + }; +}; + +&gsw { + mediatek,port4 = "gmac"; +}; |