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

ARM: dts: gemini: Enable DNS313 FOTG210 as periph

Add the GPIO-based VBUS phy, and enable the FOTG210
USB1 block for use as peripheral.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230123073916.2350839-2-linus.walleij@linaro.org

+19
+2
arch/arm/boot/dts/gemini.dtsi
··· 455 455 */ 456 456 pinctrl-names = "default"; 457 457 pinctrl-0 = <&usb_default_pins>; 458 + /* Default to host mode */ 459 + dr_mode = "host"; 458 460 syscon = <&syscon>; 459 461 status = "disabled"; 460 462 };