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/ar7161_meraki_mr16.dts | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'target/linux/ath79/dts/ar7161_meraki_mr16.dts') diff --git a/target/linux/ath79/dts/ar7161_meraki_mr16.dts b/target/linux/ath79/dts/ar7161_meraki_mr16.dts index 3d11e641eb..d672364e56 100644 --- a/target/linux/ath79/dts/ar7161_meraki_mr16.dts +++ b/target/linux/ath79/dts/ar7161_meraki_mr16.dts @@ -81,7 +81,8 @@ compatible = "pci168c,0029"; reg = <0x8800 0 0 0 0>; qca,no-eeprom; - mtd-mac-address = <&config 0x66>; + nvmem-cells = <&macaddr_config_66>; + nvmem-cell-names = "mac-address"; mac-address-increment = <1>; #gpio-cells = <2>; gpio-controller; @@ -91,7 +92,8 @@ compatible = "pci168c,0029"; reg = <0x9000 0 0 0 0>; qca,no-eeprom; - mtd-mac-address = <&config 0x66>; + nvmem-cells = <&macaddr_config_66>; + nvmem-cell-names = "mac-address"; mac-address-increment = <2>; #gpio-cells = <2>; gpio-controller; @@ -114,7 +116,8 @@ ð0 { status = "okay"; - mtd-mac-address = <&config 0x66>; + nvmem-cells = <&macaddr_config_66>; + nvmem-cell-names = "mac-address"; pll-data = <0x00110000 0x00001099 0x00991099>; @@ -167,3 +170,13 @@ }; }; }; + +&config { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; + + macaddr_config_66: macaddr@66 { + reg = <0x66 0x6>; + }; +}; -- cgit v1.2.3