Skip to content

Commit 0201043

Browse files
ldesrochesCodrin Ciubotariu
authored andcommitted
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> [ported to 4.14] Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
1 parent 06bce21 commit 0201043

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
@@ -40,7 +40,7 @@
4040

4141
ahb {
4242
usb0: gadget@300000 {
43-
atmel,vbus-gpio = <&pioA PIN_PA27 GPIO_ACTIVE_HIGH>;
43+
atmel,vbus-gpio = <&pioA PIN_PB11 GPIO_ACTIVE_HIGH>;
4444
pinctrl-names = "default";
4545
pinctrl-0 = <&pinctrl_usba_vbus>;
4646
status = "okay";

0 commit comments

Comments
 (0)