Skip to content

Commit 330905b

Browse files
committed
ARM: dts: at91: sama5d2_icp: fix usb0 gpio flags
Pin is ACTIVE_HIGH. Signed-off-by: Razvan Stefanescu <razvan.stefanescu@microchip.com>
1 parent ae1aba9 commit 330905b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/at91-sama5d2_icp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
ahb {
5252
usb0: gadget@300000 {
53-
atmel,vbus-gpio = <&pioA PIN_PD23 GPIO_ACTIVE_LOW>;
53+
atmel,vbus-gpio = <&pioA PIN_PD23 GPIO_ACTIVE_HIGH>;
5454
pinctrl-names = "default";
5555
pinctrl-0 = <&pinctrl_usba_vbus>;
5656
status = "okay";

0 commit comments

Comments
 (0)