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

ARM: dts: at91: sama5d4_xplained: add pincontrol for USB Host

The pincontrol node is needed for USB Host since Linux v5.7-rc1. Without
it the driver probes but VBus is not powered because of wrong pincontrol
configuration.

Fixes: 38153a017896f ("ARM: at91/dt: sama5d4: add dts for sama5d4 xplained board")
Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Link: https://lore.kernel.org/r/20201118120019.1257580-3-cristian.birsan@microchip.com

authored by

Cristian Birsan and committed by
Alexandre Belloni
be4dd2d4 5ba62910

+7
+7
arch/arm/boot/dts/at91-sama5d4_xplained.dts
··· 134 134 atmel,pins = 135 135 <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_DEGLITCH>; 136 136 }; 137 + pinctrl_usb_default: usb_default { 138 + atmel,pins = 139 + <AT91_PIOE 11 AT91_PERIPH_GPIO AT91_PINCTRL_NONE 140 + AT91_PIOE 14 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>; 141 + }; 137 142 pinctrl_key_gpio: key_gpio_0 { 138 143 atmel,pins = 139 144 <AT91_PIOE 8 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; ··· 164 159 &pioE 11 GPIO_ACTIVE_HIGH 165 160 &pioE 14 GPIO_ACTIVE_HIGH 166 161 >; 162 + pinctrl-names = "default"; 163 + pinctrl-0 = <&pinctrl_usb_default>; 167 164 status = "okay"; 168 165 }; 169 166