From fcb920ffe70af7a3b962d893916aee1619c5fb8e Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 5 Jun 2019 15:59:30 +0200 Subject: ath79: Consistently label art partition with lower case This patch harmonizes the label and alias for art partitions across ath79. Since lower case seems to be more frequent, use that consistently. Signed-off-by: Adrian Schmutzler --- .../linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts') diff --git a/target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts b/target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts index 9e2f67977a..3b7e3aceda 100644 --- a/target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts +++ b/target/linux/ath79/dts/qca9558_librerouter_librerouter-v1.dts @@ -152,8 +152,8 @@ reg = <0xfd0000 0x20000>; }; - ART: partition@ff0000 { - label = "ART"; + art: partition@ff0000 { + label = "art"; reg = <0xff0000 0x010000>; read-only; }; @@ -184,7 +184,7 @@ status = "okay"; pll-data = <0xa6000000 0x00000101 0x00001616>; - mtd-mac-address = <&ART 0x0>; + mtd-mac-address = <&art 0x0>; phy-handle = <&phy0>; @@ -195,7 +195,7 @@ phy-mode = "sgmii"; pll-data = <0x03000101 0x00000101 0x00001616>; - mtd-mac-address = <&ART 0x6>; + mtd-mac-address = <&art 0x6>; fixed-link { speed = <1000>; @@ -206,6 +206,6 @@ &wmac { status = "okay"; - mtd-cal-data = <&ART 0x1000>; - mtd-mac-address = <&ART 0xc>; + mtd-cal-data = <&art 0x1000>; + mtd-mac-address = <&art 0xc>; }; -- cgit v1.2.3