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

Merge tag 'at91-dt-5.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/dt

AT91 DT for v5.20 #2

It contains only the enablement of USB device port.

* tag 'at91-dt-5.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
ARM: dts: kswitch-d10: enable the USB device port

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

+13
+13
arch/arm/boot/dts/lan966x-kontron-kswitch-d10-mmt.dtsi
··· 76 76 pins = "GPIO_25", "GPIO_26"; 77 77 function = "fc0_b"; 78 78 }; 79 + 80 + usbs_a_pins: usbs-a-pins { 81 + /* VBUS_DET */ 82 + pins = "GPIO_66"; 83 + function = "gpio"; 84 + }; 79 85 }; 80 86 81 87 &mdio0 { ··· 188 182 }; 189 183 190 184 &switch { 185 + status = "okay"; 186 + }; 187 + 188 + &udc { 189 + pinctrl-0 = <&usbs_a_pins>; 190 + pinctrl-names = "default"; 191 + atmel,vbus-gpio = <&gpio 66 GPIO_ACTIVE_HIGH>; 191 192 status = "okay"; 192 193 }; 193 194