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:
parent
14c08603f0
commit
73339ce63e
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
led_status_red: red {
|
||||
label = "red:status";
|
||||
gpios = <&pio 9 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&pio 9 GPIO_ACTIVE_LOW>;
|
||||
color = <LED_COLOR_ID_RED>;
|
||||
function = LED_FUNCTION_STATUS;
|
||||
};
|
||||
|
@ -75,7 +75,7 @@
|
|||
|
||||
led_status_modem2: modem2 {
|
||||
label = "modem2:status";
|
||||
gpios = <&pio 14 GPIO_ACTIVE_LOW>;
|
||||
gpios = <&pio 13 GPIO_ACTIVE_LOW>;
|
||||
color = <LED_COLOR_ID_BLUE>;
|
||||
function = LED_FUNCTION_USB;
|
||||
function-enumerator = <1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue