summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@toradex.com>2020-10-19 10:02:32 +0300
committerDenys Drozdov <denys.drozdov@toradex.com>2021-01-08 19:42:08 +0200
commit6feb46f153ff29a429a1f0484afc90b2beea4678 (patch)
tree6bd2c742f7c0e0f65183aacb6d1e6595a0ce3d3d
parentae7af2042abe9ebcf03609e495bf57709983daef (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;
+};