aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts')
-rw-r--r--target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts b/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts
index 094dca1585..95fda0843c 100644
--- a/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts
+++ b/target/linux/bmips/dts/bcm63168-comtrend-vr-3032u.dts
@@ -44,7 +44,8 @@
&ethernet {
status = "okay";
- mtd-mac-address = <&cferom 0x6a0>;
+ nvmem-cells = <&macaddr_cferom_6a0>;
+ nvmem-cell-names = "mac-address";
};
&leds {
@@ -224,3 +225,13 @@
&usbh {
status = "okay";
};
+
+&cferom {
+ compatible = "nvmem-cells";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ macaddr_cferom_6a0: macaddr@6a0 {
+ reg = <0x6a0 0x6>;
+ };
+};