From 5f479a4f343019bc9511ba841042d42d045f3fbf Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 22 Nov 2023 15:48:24 -0800 Subject: ramips: rtxxxx: convert to nvmem-layout Allows replacing mac-adress-increment. Signed-off-by: Rosen Penev --- target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi') diff --git a/target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi b/target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi index 22b6ee40a9..4a64d8a7fe 100644 --- a/target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi +++ b/target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi @@ -42,19 +42,22 @@ }; factory: partition@40000 { - compatible = "nvmem-cells"; label = "factory"; reg = <0x40000 0x10000>; - #address-cells = <1>; - #size-cells = <1>; read-only; - eeprom_factory_0: eeprom@0 { - reg = <0x0 0x200>; - }; + nvmem-layout { + compatible = "fixed-layout"; + #address-cells = <1>; + #size-cells = <1>; + + eeprom_factory_0: eeprom@0 { + reg = <0x0 0x200>; + }; - eeprom_factory_8000: eeprom@8000 { - reg = <0x8000 0x200>; + eeprom_factory_8000: eeprom@8000 { + reg = <0x8000 0x200>; + }; }; }; -- cgit v1.2.3