Commit 37cd15e6 authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'at91-fixes-6.1-2' of...

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.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents dc0e2470 40a2226e
...@@ -39,6 +39,13 @@ pinctrl_pck0_as_mck: pck0_as_mck { ...@@ -39,6 +39,13 @@ pinctrl_pck0_as_mck: pck0_as_mck {
}; };
usb1 {
pinctrl_usb1_vbus_gpio: usb1_vbus_gpio {
atmel,pins =
<AT91_PIOC 5 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>; /* PC5 GPIO */
};
};
mmc0_slot1 { mmc0_slot1 {
pinctrl_board_mmc0_slot1: mmc0_slot1-board { pinctrl_board_mmc0_slot1: mmc0_slot1-board {
atmel,pins = atmel,pins =
...@@ -84,6 +91,8 @@ macb0: ethernet@fffc4000 { ...@@ -84,6 +91,8 @@ macb0: ethernet@fffc4000 {
}; };
usb1: gadget@fffa4000 { usb1: gadget@fffa4000 {
pinctrl-0 = <&pinctrl_usb1_vbus_gpio>;
pinctrl-names = "default";
atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>; atmel,vbus-gpio = <&pioC 5 GPIO_ACTIVE_HIGH>;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment