ath79: convert mtd-mac-address to nvmem implementation

Define nvmem-cells and convert mtd-mac-address to nvmem implementation.
The conversion is done with an automated script.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
This commit is contained in:
Ansuel Smith
2021-04-02 23:47:31 +02:00
committed by Petr Štetiar
parent 2ca8e424b9
commit abc17bf306
177 changed files with 2637 additions and 364 deletions

View File

@@ -118,7 +118,8 @@
pll-data = <0x03000101 0x00000101 0x00001919>;
mtd-mac-address = <&uboot 0x2e010>;
nvmem-cells = <&macaddr_uboot_2e010>;
nvmem-cell-names = "mac-address";
phy-mode = "sgmii";
phy-handle = <&phy0>;
};
@@ -136,3 +137,13 @@
mtd-cal-data = <&art 0x1000>;
};
&uboot {
compatible = "nvmem-cells";
#address-cells = <1>;
#size-cells = <1>;
macaddr_uboot_2e010: macaddr@2e010 {
reg = <0x2e010 0x6>;
};
};