[PATCH V2 11/14] imx: dts: move common changes to imx8mq-u-boot.dtsi

Peng Fan (OSS) peng.fan at oss.nxp.com
Thu May 5 09:43:38 CEST 2022


From: Peng Fan <peng.fan at nxp.com>

Move some common changes to imx8mq-u-boot.dtsi, so others could reuse it

Signed-off-by: Peng Fan <peng.fan at nxp.com>
Reviewed-by: Fabio Estevam <festevam at denx.de>
---
 arch/arm/dts/imx8mq-evk-u-boot.dtsi | 24 ------------------------
 arch/arm/dts/imx8mq-u-boot.dtsi     | 24 ++++++++++++++++++++++++
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/arch/arm/dts/imx8mq-evk-u-boot.dtsi b/arch/arm/dts/imx8mq-evk-u-boot.dtsi
index 919c1f66d38..67da69a2eb3 100644
--- a/arch/arm/dts/imx8mq-evk-u-boot.dtsi
+++ b/arch/arm/dts/imx8mq-evk-u-boot.dtsi
@@ -2,30 +2,6 @@
 
 #include "imx8mq-u-boot.dtsi"
 
-&{/soc at 0} {
-	u-boot,dm-spl;
-};
-
-&{/soc at 0/bus at 30000000} {
-	u-boot,dm-spl;
-};
-
-&{/soc at 0/bus at 30400000} {
-	u-boot,dm-spl;
-};
-
-&{/soc at 0/bus at 30800000} {
-	u-boot,dm-spl;
-};
-
-&{/soc at 0/bus at 32c00000} {
-	u-boot,dm-spl;
-};
-
-&iomuxc {
-	u-boot,dm-spl;
-};
-
 &pinctrl_uart1 {
 	u-boot,dm-spl;
 };
diff --git a/arch/arm/dts/imx8mq-u-boot.dtsi b/arch/arm/dts/imx8mq-u-boot.dtsi
index 1dc060ce0c2..912a3d4a356 100644
--- a/arch/arm/dts/imx8mq-u-boot.dtsi
+++ b/arch/arm/dts/imx8mq-u-boot.dtsi
@@ -10,6 +10,30 @@
 
 };
 
+&{/soc at 0} {
+	u-boot,dm-spl;
+};
+
+&{/soc at 0/bus at 30000000} {
+	u-boot,dm-spl;
+};
+
+&{/soc at 0/bus at 30400000} {
+	u-boot,dm-spl;
+};
+
+&{/soc at 0/bus at 30800000} {
+	u-boot,dm-spl;
+};
+
+&{/soc at 0/bus at 32c00000} {
+	u-boot,dm-spl;
+};
+
+&iomuxc {
+	u-boot,dm-spl;
+};
+
 &binman {
 	u-boot-spl-ddr {
 		align = <4>;
-- 
2.36.0



More information about the U-Boot mailing list