From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 6/6] ARM: i.MX6: dts: Build dtb based on SOC type
Date: Sun, 25 Mar 2018 23:52:45 +0530 [thread overview]
Message-ID: <20180325182245.16177-7-jagan@amarulasolutions.com> (raw)
In-Reply-To: <20180325182245.16177-1-jagan@amarulasolutions.com>
Now, we have proper CONFIG_SOC_ names for i.MX6 SOC types,
so use the same for building dtbs.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
arch/arm/dts/Makefile | 44 ++++++++++++++++++++++++++------------------
1 file changed, 26 insertions(+), 18 deletions(-)
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 7a5f0a36a3..e03ad0427c 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -385,24 +385,6 @@ dtb-$(CONFIG_VF610) += vf500-colibri.dtb \
dtb-$(CONFIG_MX53) += imx53-cx9020.dtb
-dtb-$(CONFIG_SOC_IMX6) += imx6ull-14x14-evk.dtb \
- imx6sl-evk.dtb \
- imx6sll-evk.dtb \
- imx6dl-icore.dtb \
- imx6dl-icore-mipi.dtb \
- imx6dl-icore-rqs.dtb \
- imx6q-cm-fx6.dtb \
- imx6q-icore.dtb \
- imx6q-icore-mipi.dtb \
- imx6q-icore-rqs.dtb \
- imx6q-logicpd.dtb \
- imx6sx-sabreauto.dtb \
- imx6sx-sdb.dtb \
- imx6ul-geam-kit.dtb \
- imx6ul-isiot-emmc.dtb \
- imx6ul-isiot-nand.dtb \
- imx6ul-opos6uldev.dtb
-
dtb-$(CONFIG_MX7) += imx7-colibri.dtb \
imx7d-sdb.dtb
@@ -417,6 +399,32 @@ dtb-$(CONFIG_RCAR_GEN3) += \
r8a77970-eagle.dtb \
r8a77995-draak.dtb
+dtb-$(CONFIG_SOC_IMX6QDL) += \
+ imx6dl-icore.dtb \
+ imx6dl-icore-mipi.dtb \
+ imx6dl-icore-rqs.dtb \
+ imx6q-cm-fx6.dtb \
+ imx6q-icore.dtb \
+ imx6q-icore-mipi.dtb \
+ imx6q-icore-rqs.dtb \
+ imx6q-logicpd.dtb
+
+dtb-$(CONFIG_SOC_IMX6SL) += imx6sl-evk.dtb
+
+dtb-$(CONFIG_SOC_IMX6SL) += imx6sll-evk.dtb
+
+dtb-$(CONFIG_SOC_IMX6SX) += \
+ imx6sx-sabreauto.dtb \
+ imx6sx-sdb.dtb
+
+dtb-$(CONFIG_SOC_IMX6UL) += \
+ imx6ul-geam-kit.dtb \
+ imx6ul-isiot-emmc.dtb \
+ imx6ul-isiot-nand.dtb \
+ imx6ul-opos6uldev.dtb
+
+dtb-$(CONFIG_SOC_IMX6ULL) += imx6ull-14x14-evk.dtb
+
dtb-$(CONFIG_SOC_KEYSTONE) += keystone-k2hk-evm.dtb \
keystone-k2l-evm.dtb \
keystone-k2e-evm.dtb \
--
2.14.3
prev parent reply other threads:[~2018-03-25 18:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-25 18:22 [U-Boot] [PATCH v2 0/6] ARM: i.MX6: Add proper CONFIG names Jagan Teki
2018-03-25 18:22 ` [U-Boot] [PATCH v2 1/6] i.MX6: Add proper CONFIG_SOC_ names for MX6 architectures Jagan Teki
2018-03-25 18:22 ` [U-Boot] [PATCH v2 2/6] i.MX6: Change SYS_SOC from mx6 to imx6 Jagan Teki
2018-03-25 18:30 ` Fabio Estevam
2018-03-26 7:13 ` Lothar Waßmann
2018-03-25 18:22 ` [U-Boot] [PATCH v2 3/6] ARM: dts: i.MX6QDL: U-Boot specific dts for u-boot, dm-spl Jagan Teki
2018-03-25 18:22 ` [U-Boot] [PATCH v2 4/6] ARM: dts: imx6ul-isiot: Move usdhc2 into dtsi Jagan Teki
2018-03-25 18:22 ` [U-Boot] [PATCH v2 5/6] ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, dm-spl Jagan Teki
2018-03-25 18:22 ` Jagan Teki [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180325182245.16177-7-jagan@amarulasolutions.com \
--to=jagan@amarulasolutions.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox