From 24b20b284d5df4beee5dde2c2a2de4c24eac6f84 Mon Sep 17 00:00:00 2001 From: Dirk Chang Date: Thu, 7 Nov 2024 11:03:55 +0800 Subject: [PATCH] sunxi: correct K4A & K4G leds --- .../916-ARM-dts-sun8i-kooiot-tlink-k4x.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/target/linux/sunxi/patches-6.6/916-ARM-dts-sun8i-kooiot-tlink-k4x.patch b/target/linux/sunxi/patches-6.6/916-ARM-dts-sun8i-kooiot-tlink-k4x.patch index 58ff41da6ce64f..33e68172131a5d 100644 --- a/target/linux/sunxi/patches-6.6/916-ARM-dts-sun8i-kooiot-tlink-k4x.patch +++ b/target/linux/sunxi/patches-6.6/916-ARM-dts-sun8i-kooiot-tlink-k4x.patch @@ -53,19 +53,19 @@ + + status { + label = "kooiot:green:status"; -+ gpios = <&pio 6 8 GPIO_ACTIVE_LOW>; /* PG8 */ ++ gpios = <&pio 6 8 GPIO_ACTIVE_HIGH>; /* PG8 */ + linux,default-trigger = "heartbeat"; + }; + -+ modem { -+ label = "kooiot:green:modem"; -+ gpios = <&pio 6 9 GPIO_ACTIVE_LOW>; /* PG9 */ ++ csq { ++ label = "kooiot:green:csq"; ++ gpios = <&pio 6 9 GPIO_ACTIVE_HIGH>; /* PG9 */ + default-state = "off"; + }; + -+ csq { -+ label = "kooiot:green:csq"; -+ gpios = <&pio 6 10 GPIO_ACTIVE_LOW>; /* PG10 */ ++ modem { ++ label = "kooiot:green:modem"; ++ gpios = <&pio 6 10 GPIO_ACTIVE_HIGH>; /* PG10 */ + default-state = "off"; + }; + };