|
|
@@ -63,8 +63,9 @@
|
|
|
pci-bus = <0>;
|
|
|
pci-dev = <1>;
|
|
|
|
|
|
- mtd-mac-address = <&cfe 0x6a0>;
|
|
|
- mtd-mac-address-increment = <1>;
|
|
|
+ nvmem-cells = <&macaddr_cfe_6a0>;
|
|
|
+ nvmem-cell-names = "mac-address";
|
|
|
+ mac-address-increment = <1>;
|
|
|
|
|
|
brcm,sprom-fixups = <97 0xfeb3>,
|
|
|
<98 0x1618>,
|
|
|
@@ -82,7 +83,8 @@
|
|
|
ðernet {
|
|
|
status = "okay";
|
|
|
|
|
|
- mtd-mac-address = <&cfe 0x6a0>;
|
|
|
+ nvmem-cells = <&macaddr_cfe_6a0>;
|
|
|
+ nvmem-cell-names = "mac-address";
|
|
|
};
|
|
|
|
|
|
&ohci {
|
|
|
@@ -165,3 +167,13 @@
|
|
|
&usbh {
|
|
|
status = "okay";
|
|
|
};
|
|
|
+
|
|
|
+&cfe {
|
|
|
+ compatible = "nvmem-cells";
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <1>;
|
|
|
+
|
|
|
+ macaddr_cfe_6a0: macaddr@6a0 {
|
|
|
+ reg = <0x6a0 0x6>;
|
|
|
+ };
|
|
|
+};
|