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

ARM: dts: am335x-nano: Enable USB host

Add missing entry to enable the USB host.

Signed-off-by: Mark Jackson <mpfj@newflow.co.uk>
Message-Id: <20221130140547.295859-6-mpfj@newflow.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Mark Jackson and committed by
Tony Lindgren
7c70306b d7a6aebb

+4
+4
arch/arm/boot/dts/am335x-nano.dts
··· 423 423 wp-gpios = <&gpio3 18 GPIO_ACTIVE_HIGH>; 424 424 }; 425 425 426 + &usb0 { 427 + dr_mode = "host"; 428 + }; 429 + 426 430 #include "tps65217.dtsi" 427 431 428 432 &tps {