From 3d153323ab4f6336a8fab771e6eefe9f61ecbfac Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 5 Jun 2019 15:17:01 +0200 Subject: ath79: Consistently label info partition The info/product-info partition, which frequently contains MAC adresses, is typically assigned the 'info' alias in DTS, but then labelled with 'info', 'product-info' or 'config'. This leads to different aliases if used for setting MAC adresses in DTS compared to when using e.g. mtd_get_mac_binary. Occationally, also multiple switch-case entries are used just because of different labelling. This patch relabels those partitions in ath79 to consistently use 'info'. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/qca9563_tplink_re450-v2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/dts/qca9563_tplink_re450-v2.dts') diff --git a/target/linux/ath79/dts/qca9563_tplink_re450-v2.dts b/target/linux/ath79/dts/qca9563_tplink_re450-v2.dts index ad55a55e56..36e5ef81db 100644 --- a/target/linux/ath79/dts/qca9563_tplink_re450-v2.dts +++ b/target/linux/ath79/dts/qca9563_tplink_re450-v2.dts @@ -156,7 +156,7 @@ }; info: partition@610000 { - label = "product-info"; + label = "info"; reg = <0x610000 0x020000>; read-only; }; -- cgit v1.2.3