Skip to content

Commit 06d5905

Browse files
committed
ARM: dts: at91: sama5d2_ptc_ek: fix vbus pin
The gpio property for the vbus pin doesn't watch the pinctrl and is not correct. Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
1 parent 99d9e4c commit 06d5905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

4545
ahb {
4646
usb0: gadget@00300000 {
47-
atmel,vbus-gpio = <&pioA PIN_PA27 GPIO_ACTIVE_HIGH>;
47+
atmel,vbus-gpio = <&pioA PIN_PB11 GPIO_ACTIVE_HIGH>;
4848
pinctrl-names = "default";
4949
pinctrl-0 = <&pinctrl_usba_vbus>;
5050
status = "okay";

0 commit comments

Comments
 (0)