1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix Leds on z8102ax dts in 6.6 kernel

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-05-15 09:33:03 +02:00
parent 14c08603f0
commit 73339ce63e

View file

@ -46,7 +46,7 @@
led_status_red: red { led_status_red: red {
label = "red:status"; label = "red:status";
gpios = <&pio 9 GPIO_ACTIVE_HIGH>; gpios = <&pio 9 GPIO_ACTIVE_LOW>;
color = <LED_COLOR_ID_RED>; color = <LED_COLOR_ID_RED>;
function = LED_FUNCTION_STATUS; function = LED_FUNCTION_STATUS;
}; };
@ -75,7 +75,7 @@
led_status_modem2: modem2 { led_status_modem2: modem2 {
label = "modem2:status"; label = "modem2:status";
gpios = <&pio 14 GPIO_ACTIVE_LOW>; gpios = <&pio 13 GPIO_ACTIVE_LOW>;
color = <LED_COLOR_ID_BLUE>; color = <LED_COLOR_ID_BLUE>;
function = LED_FUNCTION_USB; function = LED_FUNCTION_USB;
function-enumerator = <1>; function-enumerator = <1>;