aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt3050_huawei_d105.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/rt3050_huawei_d105.dts')
-rw-r--r--target/linux/ramips/dts/rt3050_huawei_d105.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt3050_huawei_d105.dts b/target/linux/ramips/dts/rt3050_huawei_d105.dts
index 2784b0c580..05d3847e71 100644
--- a/target/linux/ramips/dts/rt3050_huawei_d105.dts
+++ b/target/linux/ramips/dts/rt3050_huawei_d105.dts
@@ -87,7 +87,8 @@
};
&ethernet {
- mtd-mac-address = <&factory 0x4>;
+ nvmem-cells = <&macaddr_factory_4>;
+ nvmem-cell-names = "mac-address";
};
&esw {
@@ -101,3 +102,13 @@
&otg {
status = "okay";
};
+
+&factory {
+ compatible = "nvmem-cells";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ macaddr_factory_4: macaddr@4 {
+ reg = <0x4 0x6>;
+ };
+};