summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-10-19 10:02:32 +0300
committerIgor Opaniuk <igor.opaniuk@toradex.com>2020-10-19 10:02:32 +0300
commit5cfe44e34773337637edb491e9a71a4dd62bc4b8 (patch)
treeeecea999ad66e0f310765ef6f077dcb1f3063333
parent8fd14d35ab92f673843deacbb5b283b31c5f5975 (diff)
ARM: dts: fsl-imx8qxp-colibri: sync u-boot dtsi with MEK
Sync U-Boot specific device tree include with NXP MEK platform. Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
-rw-r--r--arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi42
1 files changed, 35 insertions, 7 deletions
diff --git a/arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi b/arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi
index 7b2bf7e2cd..46b996f3b3 100644
--- a/arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi
+++ b/arch/arm/dts/fsl-imx8qxp-colibri-u-boot.dtsi
@@ -44,6 +44,26 @@
u-boot,dm-pre-proper;
};
+&{/regulators} {
+ u-boot,dm-spl;
+};
+
+&{/mu@5d1c0000/iomuxc/colibri-imx8x} {
+ u-boot,dm-pre-proper;
+};
+
+&pinctrl_usdhc1 {
+ u-boot,dm-pre-proper;
+};
+
+&pinctrl_usdhc2_gpio {
+ u-boot,dm-pre-proper;
+};
+
+&pinctrl_usdhc2 {
+ u-boot,dm-pre-proper;
+};
+
&pd_lsio {
u-boot,dm-pre-proper;
};
@@ -160,14 +180,8 @@
u-boot,dm-pre-proper;
};
-&usdhc1 {
+&usbmisc1 {
u-boot,dm-pre-proper;
- /delete-property/ assigned-clock-parents;
-};
-
-&usdhc2 {
- u-boot,dm-pre-proper;
- /delete-property/ assigned-clock-parents;
};
&usbphy1 {
@@ -189,3 +203,17 @@
#phy-cells = <0>;
u-boot,dm-pre-proper;
};
+
+&usdhc1 {
+ u-boot,dm-pre-proper;
+ /delete-property/ assigned-clock-parents;
+};
+
+&usdhc2 {
+ u-boot,dm-pre-proper;
+ /delete-property/ assigned-clock-parents;
+};
+
+&wu {
+ u-boot,dm-pre-proper;
+};