summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2021-04-26 15:53:46 +0300
committerStefano Babic <sbabic@denx.de>2021-05-02 13:46:54 +0300
commitc1f09505d57c8776bccae61e669cd130d5b4ed4e (patch)
tree0d39d3a664e30f012f055fcdaf9ac97973bebac1 /arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
parent3a5435580d37dcc821dc8af8c2fa8c77179883f9 (diff)
downloadu-boot-c1f09505d57c8776bccae61e669cd130d5b4ed4e.tar.xz
arm64: dts: imx8mm: Add common -u-boot.dtsi
/soc@0 aips1 aips2 aips3 clk iomuxc osc_24m are common node enablements across imx8mm platform for dm-spi, dm-pre-reloc stages. Move them into common dtsi, imx8mm-u-boot.dtsi Cc: Tim Harvey <tharvey@gateworks.com> Cc: Adam Ford <aford173@gmail.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Teresa Remmet <t.remmet@phytec.de> Cc: Igor Opaniuk <igor.opaniuk@toradex.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi37
1 files changed, 2 insertions, 35 deletions
diff --git a/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi b/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
index 6d80a529ae..73ddfdade6 100644
--- a/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-beacon-kit-u-boot.dtsi
@@ -3,6 +3,8 @@
* Copyright 2020 Compass Electronics Group, LLC
*/
+#include "imx8mm-u-boot.dtsi"
+
/ {
wdt-reboot {
compatible = "wdt-reboot";
@@ -11,32 +13,6 @@
};
};
-&{/soc@0} {
- u-boot,dm-pre-reloc;
- u-boot,dm-spl;
-};
-
-&aips1 {
- u-boot,dm-spl;
- u-boot,dm-pre-reloc;
-};
-
-&aips2 {
- u-boot,dm-spl;
-};
-
-&aips3 {
- u-boot,dm-spl;
-};
-
-&clk {
- u-boot,dm-spl;
- u-boot,dm-pre-reloc;
- /delete-property/ assigned-clocks;
- /delete-property/ assigned-clock-parents;
- /delete-property/ assigned-clock-rates;
-};
-
&reg_usdhc2_vmmc {
u-boot,off-on-delay-us = <20000>;
};
@@ -65,15 +41,6 @@
u-boot,dm-spl;
};
-&iomuxc {
- u-boot,dm-spl;
-};
-
-&osc_24m {
- u-boot,dm-spl;
- u-boot,dm-pre-reloc;
-};
-
&pca6416_0 {
compatible = "ti,tca6416";
};