ARM: dts: imx6qdl-vicut1.dtsi: Fix debug LED gpio pins
authorDavid Jander <david@protonic.nl>
Tue, 19 Apr 2022 04:48:13 +0000 (06:48 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 24 Apr 2022 13:22:55 +0000 (21:22 +0800)
While there are LEDs connected on some variants on GPIO4 pins 16 and 17,
those are not the debug LEDs that should be visible to user-space.
It should be the same as in imx6dl-victgo.dtsi.

Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-vicut1.dtsi

index b7a705b391783d78f54dcf34a9b682d27875d7e5..a5f962f1028bcb1e51401819d9c089485774a8af 100644 (file)
                led-0 {
                        label = "debug0";
                        function = LED_FUNCTION_HEARTBEAT;
-                       gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
                };
 
                led-1 {
                        label = "debug1";
                        function = LED_FUNCTION_DISK;
-                       gpios = <&gpio4 17 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "disk-activity";
                };