X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fdts%2Far7242_tplink_tl-wr2543-v1.dts;fp=target%2Flinux%2Fath79%2Fdts%2Far7242_tplink_tl-wr2543-v1.dts;h=e250f2a5b45db8f0f125cb45b5fe9ff2fe8d31bc;hb=2c33fd39a5b84962cfc878a3561a2a51787d4c11;hp=3acdc9247d86424728e115c857f0a5ecd69e436a;hpb=9fa8fff0af727b1cf1898285926cda8a480b08f7;p=openwrt%2Fstaging%2Fdedeckeh.git diff --git a/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts b/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts index 3acdc9247d..e250f2a5b4 100644 --- a/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts +++ b/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts @@ -115,7 +115,7 @@ reg = <0x020000 0x7d0000>; }; - partition@7f0000 { + art: partition@7f0000 { label = "art"; reg = <0x7f0000 0x010000>; read-only; @@ -139,9 +139,8 @@ reg = <0x0000 0 0 0 0>; #gpio-cells = <2>; gpio-controller; - qca,no-eeprom; - nvmem-cells = <&macaddr_uboot_1fc00>; - nvmem-cell-names = "mac-address"; + nvmem-cells = <&macaddr_uboot_1fc00>, <&cal_art_1000>; + nvmem-cell-names = "mac-address", "calibration"; }; }; @@ -168,3 +167,13 @@ reg = <0x1fc00 0x6>; }; }; + +&art { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; + + cal_art_1000: cal@1000 { + reg = <0x1000 0x440>; + }; +};