diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2020-03-18 23:38:58 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-04-04 14:40:44 +0800 |
commit | 30644bc579e771e4b6dcc165ca966124e0259e1e (patch) | |
tree | 1c842dd8090b274b33dd1ccb812c075933ddcc40 /target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts | |
parent | 7bd19dbe99b18c5dfd85a004595df6061e8df8f6 (diff) | |
download | upstream-30644bc579e771e4b6dcc165ca966124e0259e1e.tar.gz upstream-30644bc579e771e4b6dcc165ca966124e0259e1e.tar.bz2 upstream-30644bc579e771e4b6dcc165ca966124e0259e1e.zip |
ramips: mt7621: update dts/defconfig for DSA
update dts and network/LED configuration for DSA driver.
sysupgrade from images prior to this commit with config preserved
will cause broken ethernet setup.
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Acked-by: Jo-Philipp Wich <jo@mein.io>
[split commit]
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts')
-rw-r--r-- | target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts b/target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts index 7f7dc9c3ea..984c886ff3 100644 --- a/target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts +++ b/target/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts @@ -14,7 +14,7 @@ led-failsafe = &led_blue; led-running = &led_blue; led-upgrade = &led_blue; - label-mac-device = ðernet; + label-mac-device = &gmac0; }; chosen { @@ -133,10 +133,30 @@ }; }; -ðernet { +&gmac0 { mtd-mac-address = <&factory 0xe000>; }; +&switch0 { + ports { + port@1 { + status = "okay"; + label = "lan2"; + }; + + port@2 { + status = "okay"; + label = "lan1"; + }; + + port@4 { + status = "okay"; + label = "wan"; + mtd-mac-address = <&factory 0xe006>; + }; + }; +}; + &state_default { gpio { groups = "wdt", "rgmii2", "jtag", "uart2", "uart3", "i2c"; |