Skip to content

Commit 1fcad7a

Browse files
npal-cyChromeos LUCI
authored andcommitted
cy8cproto_062_4343w: board: fix polarity for LED_0
Update polarity for LED_0 from GPIO_ACTIVE_HIGH to GPIO_ACTIVE_LOW. (cherry picked from commit f343a1a) Original-Signed-off-by: Nazar Palamar <[email protected]> GitOrigin-RevId: f343a1a Change-Id: I57488aa53ae1e21a25ebd081c53486224ff92a60 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5650212 Commit-Queue: Ting Shen <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]> Tested-by: Ting Shen <[email protected]> Reviewed-by: Ting Shen <[email protected]>
1 parent 88df48e commit 1fcad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/infineon/cy8cproto_062_4343w/cy8cproto_062_4343w-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
compatible = "gpio-leds";
1616
user_led: led_0 {
1717
label = "LED_0";
18-
gpios = <&gpio_prt13 7 GPIO_ACTIVE_HIGH>;
18+
gpios = <&gpio_prt13 7 GPIO_ACTIVE_LOW>;
1919
};
2020
};
2121

0 commit comments

Comments
 (0)