Skip to content

Commit e71a49a

Browse files
committed
ARM: dts: at91: sama5d27_wlsom1_ek: update USB vbus enable gpio
Update USB vbus enable gpio for rev.1 of the board. Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
1 parent b5fafb5 commit e71a49a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
};
192192

193193
pinctrl_usb_default: usb_default {
194-
pinmux = <PIN_PA14__GPIO>;
194+
pinmux = <PIN_PA10__GPIO>;
195195
bias-disable;
196196
};
197197
};
@@ -259,7 +259,7 @@
259259
&usb1 {
260260
num-ports = <3>;
261261
atmel,vbus-gpio = <0
262-
&pioA PIN_PA14 GPIO_ACTIVE_HIGH
262+
&pioA PIN_PA10 GPIO_ACTIVE_HIGH
263263
0
264264
>;
265265
pinctrl-names = "default";

0 commit comments

Comments
 (0)