summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mm-verdin-u-boot.dtsi
diff options
context:
space:
mode:
authorJoao Paulo Goncalves <joao.goncalves@toradex.com>2023-09-04 16:16:29 -0300
committerJoao Paulo Goncalves <joao.goncalves@toradex.com>2023-09-04 18:19:47 -0300
commit01272a9f2a8c72a7f4e908c05f1588699160d5a8 (patch)
tree312e18ebefd2f8620a0c35351fd3d8171e4dd5f0 /arch/arm/dts/imx8mm-verdin-u-boot.dtsi
parent4c53a37ef6ec3de1d7115f39e57ac3af7e587a24 (diff)
toradex: verdin-imx8mm: Enable usb sdp support
Add necessary configuration options and device tree changes for usb sdp support. USB driver model disabled for SPL to reduce size as it is not needed for now for usb to works. Upstream-Status: Submitted [https://lore.kernel.org/all/20230822221726.8355-1-marcel@ziswiler.com] The changes are almost a backport from commit 1c2567a3f129 ("verdin-imx8mm: enable usb sdp spl recovery support") of u-boot-toradex next that was already submmited to upstream. The differences to the patch are device tree syntax and getting only the necessary configurations. Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
Diffstat (limited to 'arch/arm/dts/imx8mm-verdin-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx8mm-verdin-u-boot.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi
index 36969eaf91..311aa39d4c 100644
--- a/arch/arm/dts/imx8mm-verdin-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-verdin-u-boot.dtsi
@@ -39,6 +39,10 @@
u-boot,dm-spl;
};
+&aips4 {
+ u-boot,dm-spl;
+};
+
&gpio1 {
u-boot,dm-spl;
};
@@ -99,6 +103,18 @@
u-boot,dm-spl;
};
+&usbmisc1 {
+ u-boot,dm-spl;
+};
+
+&usbotg1 {
+ u-boot,dm-spl;
+};
+
+&usbphynop1 {
+ u-boot,dm-spl;
+};
+
&usdhc1 {
u-boot,dm-spl;
};