aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620a_phicomm_k2g.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-08-24 15:46:16 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-08-24 20:26:00 +0200
commitc4143505e0c0ef39a4254888397c801b5dab455c (patch)
treee570ac8020cbea03fe0a685f5232c910e4b0ca4a /target/linux/ramips/dts/mt7620a_phicomm_k2g.dts
parent76f46f4105ae33d0e4bb2348b5998746000658cd (diff)
downloadupstream-c4143505e0c0ef39a4254888397c801b5dab455c.tar.gz
upstream-c4143505e0c0ef39a4254888397c801b5dab455c.tar.bz2
upstream-c4143505e0c0ef39a4254888397c801b5dab455c.zip
ramips: mt7620: move Phicomm MAC address setup to DTSI
The setup is the same for all devices, so move it up one level. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts/mt7620a_phicomm_k2g.dts')
-rw-r--r--target/linux/ramips/dts/mt7620a_phicomm_k2g.dts13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/ramips/dts/mt7620a_phicomm_k2g.dts b/target/linux/ramips/dts/mt7620a_phicomm_k2g.dts
index fd6cc7f82b..d113edc19f 100644
--- a/target/linux/ramips/dts/mt7620a_phicomm_k2g.dts
+++ b/target/linux/ramips/dts/mt7620a_phicomm_k2g.dts
@@ -23,9 +23,6 @@
pinctrl-names = "default";
pinctrl-0 = <&rgmii2_pins &mdio_pins>;
- nvmem-cells = <&macaddr_factory_28>;
- nvmem-cell-names = "mac-address";
-
mediatek,portmap = "llllw";
port@5 {
@@ -48,13 +45,3 @@
pinctrl-names = "default";
pinctrl-0 = <&pa_pins>;
};
-
-&factory {
- compatible = "nvmem-cells";
- #address-cells = <1>;
- #size-cells = <1>;
-
- macaddr_factory_28: macaddr@28 {
- reg = <0x28 0x6>;
- };
-};