From: Adrian Schmutzler Date: Mon, 18 Nov 2019 23:14:38 +0000 (+0100) Subject: ath79: fix DTS node names for Ubiquiti XM partitions X-Git-Tag: v21.02.0-rc1~4509 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1a0d6e1eba57d38c5ab6b0e8468188f09e45079d;p=openwrt%2Fopenwrt.git ath79: fix DTS node names for Ubiquiti XM partitions Some node names were inconsistent with the reg property. Fix it. Signed-off-by: Adrian Schmutzler --- diff --git a/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi b/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi index 3232db981b..ee42498af1 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi +++ b/target/linux/ath79/dts/ar9342_ubnt_xw.dtsi @@ -97,13 +97,13 @@ reg = <0x050000 0x760000>; }; - partition@fb0000 { + partition@7b0000 { label = "cfg"; reg = <0x7b0000 0x040000>; read-only; }; - eeprom: partition@ff0000 { + eeprom: partition@7f0000 { label = "EEPROM"; reg = <0x7f0000 0x010000>; read-only;