From 96023cd4ba66c33e77d9df562dda44b0a1ba1ac9 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 27 Sep 2020 15:51:18 +0200 Subject: ath79: fix LED labels for PowerCloud CAP324 The order of function and color in the labels in inverted for the LAN LEDs. Fix it. Fixes: 915966d86121 ("ath79: Port PowerCloud Systems CAP324 support") Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/ar9344_pcs_cap324.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/ar9344_pcs_cap324.dts b/target/linux/ath79/dts/ar9344_pcs_cap324.dts index 27f750baba..5a1ac21025 100644 --- a/target/linux/ath79/dts/ar9344_pcs_cap324.dts +++ b/target/linux/ath79/dts/ar9344_pcs_cap324.dts @@ -58,12 +58,12 @@ }; lan_amber { - label = "pcs:lan:amber"; + label = "pcs:amber:lan"; gpios = <&gpio 15 GPIO_ACTIVE_LOW>; }; lan_green { - label = "pcs:lan:green"; + label = "pcs:green:lan"; gpios = <&gpio 14 GPIO_ACTIVE_LOW>; }; }; -- cgit v1.2.3