Skip to content

Commit 9dc0c27

Browse files
committed
Merge branch 'at91-4.19-trunk/dt_wlsom' into linux-4.19-at91
2 parents 8dd170d + 8830bfa commit 9dc0c27

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@
194194
pinmux = <PIN_PA10__GPIO>;
195195
bias-disable;
196196
};
197+
198+
pinctrl_usba_vbus: usba_vbus {
199+
pinmux = <PIN_PA16__GPIO>;
200+
bias-disable;
201+
};
197202
};
198203

199204
&sdmmc0 {
@@ -256,6 +261,13 @@
256261
status = "okay";
257262
};
258263

264+
&usb0 {
265+
atmel,vbus-gpio = <&pioA PIN_PA16 GPIO_ACTIVE_HIGH>;
266+
pinctrl-names = "default";
267+
pinctrl-0 = <&pinctrl_usba_vbus>;
268+
status = "okay";
269+
};
270+
259271
&usb1 {
260272
num-ports = <3>;
261273
atmel,vbus-gpio = <0

0 commit comments

Comments
 (0)