tools/patchelf: update to 0.18.0
[openwrt/staging/dedeckeh.git] / target / linux / ramips / dts / rt5350_poray_m3.dts
index 3b7f34cf49e4337de02fe14ef9eedbe33e4d1d5e..f02e7b024d3c9c37df574185c401cbc9f230f84a 100644 (file)
@@ -18,7 +18,7 @@
                compatible = "gpio-leds";
 
                led_status: status {
-                       label = "m3:blue:status";
+                       label = "blue:status";
                        gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
                };
        };
@@ -90,7 +90,8 @@
 };
 
 &ethernet {
-       mtd-mac-address = <&factory 0x4>;
+       nvmem-cells = <&macaddr_factory_4>;
+       nvmem-cell-names = "mac-address";
 };
 
 &esw {
        ralink,led-polarity = <1>;
 };
 
-&ehci {
-       status = "okay";
-};
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
 
-&ohci {
-       status = "okay";
+       macaddr_factory_4: macaddr@4 {
+               reg = <0x4 0x6>;
+       };
 };