ARM: dts: at91: calao_usb: fix wrong polarity for LED

It is active high per testing via sysfs. Also matches the very similar
usb_a9263 variant.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20250131162611.33338-5-wsa+renesas@sang-engineering.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
This commit is contained in:
Wolfram Sang
2025-01-31 17:26:12 +01:00
committed by Claudiu Beznea
parent 2014c95afe
commit c983c9d035

View File

@@ -122,7 +122,7 @@ leds {
user_led {
label = "user_led";
gpios = <&pioB 21 GPIO_ACTIVE_LOW>;
gpios = <&pioB 21 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
};