]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: set hdd led labels on QNAP-TS433
authorHeiko Stuebner <heiko@sntech.de>
Thu, 7 Nov 2024 11:47:12 +0000 (12:47 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 3 Jan 2025 14:24:21 +0000 (15:24 +0100)
The automatically generated names for the LEDs from color and function
do not match nicely for the 4 hdds, so set them manually per the label
property to also match the LEDs generated from the MCU.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20241107114712.538976-10-heiko@sntech.de
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts

index 4bc5f5691d45b9e8f310484b0e9d68f0e04ba9d5..7bd32d230ad2f1fd7af4f3f1710270213e2ceaf9 100644 (file)
@@ -50,6 +50,7 @@
                        color = <LED_COLOR_ID_GREEN>;
                        function = LED_FUNCTION_DISK;
                        gpios = <&gpio1 RK_PD5 GPIO_ACTIVE_LOW>;
+                       label = "hdd1:green:disk";
                        linux,default-trigger = "disk-activity";
                        pinctrl-names = "default";
                        pinctrl-0 = <&hdd1_led_pin>;
@@ -59,6 +60,7 @@
                        color = <LED_COLOR_ID_GREEN>;
                        function = LED_FUNCTION_DISK;
                        gpios = <&gpio1 RK_PD6 GPIO_ACTIVE_LOW>;
+                       label = "hdd2:green:disk";
                        linux,default-trigger = "disk-activity";
                        pinctrl-names = "default";
                        pinctrl-0 = <&hdd2_led_pin>;
@@ -68,6 +70,7 @@
                        color = <LED_COLOR_ID_GREEN>;
                        function = LED_FUNCTION_DISK;
                        gpios = <&gpio1 RK_PD7 GPIO_ACTIVE_LOW>;
+                       label = "hdd3:green:disk";
                        linux,default-trigger = "disk-activity";
                        pinctrl-names = "default";
                        pinctrl-0 = <&hdd3_led_pin>;
@@ -77,6 +80,7 @@
                        color = <LED_COLOR_ID_GREEN>;
                        function = LED_FUNCTION_DISK;
                        gpios = <&gpio2 RK_PA0 GPIO_ACTIVE_LOW>;
+                       label = "hdd4:green:disk";
                        linux,default-trigger = "disk-activity";
                        pinctrl-names = "default";
                        pinctrl-0 = <&hdd4_led_pin>;