Skip to content
Snippets Groups Projects
Commit 11c5e608 authored by Oleksii Kutuzov's avatar Oleksii Kutuzov
Browse files

dts:seco:common: Rework STM32 gpio config

To be complatible with latest driver changes seco-ne/kernel/modules/seco-stm32@7b4258a3
parent 9b2d4758
No related branches found
No related tags found
1 merge request!56dts:seco:common: Rework STM32 gpio config
Pipeline #120787 passed with stage
in 27 seconds
......@@ -1243,11 +1243,11 @@ stm32: stm32@40 {
"", "", "", "", "", "WIFI_CLK_EN", "WIFI_PWRDWN#_1V8",
"BATLOW#", "CHARGING#", "CHARGER_PRSNT#", "RESET_OUT#";
gpios {
gpio26 {// USB_HUB_RST#_1V8
dir = <0>;
config = <21>;
};
gpio26 {
gpio-hog;
gpios = <USB_HUB_RST_1V8_PIN (GPIO_PUSH_PULL | GPIO_ACTIVE_LOW)>;
line-name = "USB_HUB_RES#";
output-low;
};
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment