summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2022-01-22 21:27:34 +0300
committerStefano Babic <sbabic@denx.de>2022-02-05 17:49:01 +0300
commit2f95456a9a1a4b12454fdd35a77afa14b8549434 (patch)
tree9367c77be96c2ee678e5f0e3144d7ebec9f6f77f /arch
parentd81c6a9f6394098ba684595383c6e1d1fac775de (diff)
downloadu-boot-2f95456a9a1a4b12454fdd35a77afa14b8549434.tar.xz
imx: imx8mm_beacon: Enable USB
With the updated device tree's having USB support, enable in U-Boot. This also requires the addition of the imx8m power domain, since the USB is gated by the power domain controller. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi b/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
index 73ddfdade6..e33e10ac12 100644
--- a/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
@@ -77,6 +77,10 @@
u-boot,dm-spl;
};
+&usbotg1 {
+ dr_mode="host";
+};
+
&usdhc2 {
u-boot,dm-spl;
};