Skip to content

Commit c31d312

Browse files
authored
Merge pull request #817 from FrameworkComputer/lotus_gpio_change
lotus:modify gpiod 7 GPIO_OUTPUT_LOW
2 parents 51b3326 + cb8198e commit c31d312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/program/lotus/lotus/gpio.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
enum-name = "GPIO_LID_OPEN";
176176
};
177177
gpio_0p75_1p8valw_pwren: 0p75_1p8valw_pwren {
178-
gpios = <&gpiod 7 GPIO_OUTPUT_HIGH>;
178+
gpios = <&gpiod 7 GPIO_OUTPUT_LOW>;
179179
};
180180
gpio_hub_b_pwr_en: hub_b_pwr_en {
181181
gpios = <&gpio8 6 GPIO_OUTPUT_LOW>;

0 commit comments

Comments
 (0)