Commit 7c70306b authored by Mark Jackson's avatar Mark Jackson Committed by Tony Lindgren

ARM: dts: am335x-nano: Enable USB host

Add missing entry to enable the USB host.
Signed-off-by: default avatarMark Jackson <mpfj@newflow.co.uk>
Message-Id: <20221130140547.295859-6-mpfj@newflow.co.uk>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d7a6aebb
......@@ -423,6 +423,10 @@ &mmc1 {
wp-gpios = <&gpio3 18 GPIO_ACTIVE_HIGH>;
};
&usb0 {
dr_mode = "host";
};
#include "tps65217.dtsi"
&tps {
......
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