bmips: dts: remove unneeded cferom alias
[openwrt/openwrt.git] / target / linux / bmips / dts / bcm63167-sercomm-h500-s.dtsi
index 95f330d6c535204490aa5b0d8fb2f4e4518dd758..a389187d8ddd6926692b76c85a4772b3d2f4e7a4 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       cferom: partition@0 {
+                       partition@0 {
                                label = "cferom";
                                reg = <0x0000000 0x0020000>;
                                read-only;
+
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       macaddr_cferom_6a0: macaddr@6a0 {
+                                               reg = <0x6a0 0x6>;
+                                       };
+                               };
                        };
 
                        partition@20000 {
 &usbh {
        status = "okay";
 };
-
-&cferom {
-       compatible = "nvmem-cells";
-       #address-cells = <1>;
-       #size-cells = <1>;
-
-       macaddr_cferom_6a0: macaddr@6a0 {
-               reg = <0x6a0 0x6>;
-       };
-};