From abc17bf306acd1c5954fbba97134e891439f917c Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Fri, 2 Apr 2021 23:47:31 +0200 Subject: 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 --- target/linux/ath79/dts/qca9563_rosinson_wr818.dts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'target/linux/ath79/dts/qca9563_rosinson_wr818.dts') diff --git a/target/linux/ath79/dts/qca9563_rosinson_wr818.dts b/target/linux/ath79/dts/qca9563_rosinson_wr818.dts index a88eeb3de0..c08291560b 100644 --- a/target/linux/ath79/dts/qca9563_rosinson_wr818.dts +++ b/target/linux/ath79/dts/qca9563_rosinson_wr818.dts @@ -107,7 +107,8 @@ ð0 { status = "okay"; - mtd-mac-address = <&info 0x0>; + nvmem-cells = <&macaddr_info_0>; + nvmem-cell-names = "mac-address"; phy-mode = "sgmii"; phy-handle = <&phy0>; }; @@ -147,3 +148,13 @@ #trigger-source-cells = <0>; }; }; + +&info { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_info_0: macaddr@0 { + reg = <0x0 0x6>; + }; +}; -- cgit v1.2.3