Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'at91-fixes-6.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes

AT91 fixes for 6.1 #2

It contains:
- fix UDC on at91sam9g20ek boards by adding vbus pin

* tag 'at91-fixes-6.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl

Link: https://lore.kernel.org/r/20221118131205.301662-1-claudiu.beznea@microchip.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+9
+9
arch/arm/boot/dts/at91sam9g20ek_common.dtsi
··· 39 39 40 40 }; 41 41 42 + usb1 { 43 + pinctrl_usb1_vbus_gpio: usb1_vbus_gpio { 44 + atmel,pins = 45 + <AT91_PIOC 5 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>; /* PC5 GPIO */ 46 + }; 47 + }; 48 + 42 49 mmc0_slot1 { 43 50 pinctrl_board_mmc0_slot1: mmc0_slot1-board { 44 51 atmel,pins = ··· 91 84 }; 92 85 93 86 usb1: gadget@fffa4000 { 87 + pinctrl-0 = <&pinctrl_usb1_vbus_gpio>; 88 + pinctrl-names = "default"; 94 89 atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>; 95 90 status = "okay"; 96 91 };