All of lore.kernel.org
 help / color / mirror / Atom feed
From: Walter Lozano <walter.lozano@collabora.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] ARM: dts: imx6qdl: Add U-Boot specific device tree files for Cubox-i
Date: Mon, 28 Oct 2019 11:00:01 -0300	[thread overview]
Message-ID: <20191028140001.10862-2-walter.lozano@collabora.com> (raw)
In-Reply-To: <20191028140001.10862-1-walter.lozano@collabora.com>

To make it easier to sync dts files with Linux add specific tweaks
for U-Boot in separate files, specifically allowing SPL to make use
of MMC.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
---
 arch/arm/dts/Makefile                  |  2 ++
 arch/arm/dts/imx6dl-cubox-i-u-boot.dts | 20 ++++++++++++++++++++
 arch/arm/dts/imx6q-cubox-i-u-boot.dts  | 20 ++++++++++++++++++++
 3 files changed, 42 insertions(+)
 create mode 100644 arch/arm/dts/imx6dl-cubox-i-u-boot.dts
 create mode 100644 arch/arm/dts/imx6q-cubox-i-u-boot.dts

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index b37673d6aa..dd2ddf6687 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -561,6 +561,7 @@ dtb-$(CONFIG_MX6Q) += \
 
 dtb-$(CONFIG_MX6QDL) += \
 	imx6dl-cubox-i.dtb \
+	imx6dl-cubox-i-u-boot.dtb \
 	imx6dl-dhcom-pdk2.dtb \
 	imx6dl-icore.dtb \
 	imx6dl-icore-mipi.dtb \
@@ -571,6 +572,7 @@ dtb-$(CONFIG_MX6QDL) += \
 	imx6dl-wandboard-revb1.dtb \
 	imx6q-cm-fx6.dtb \
 	imx6q-cubox-i.dtb \
+	imx6q-cubox-i-u-boot.dtb \
 	imx6q-dhcom-pdk2.dtb \
 	imx6q-icore.dtb \
 	imx6q-icore-mipi.dtb \
diff --git a/arch/arm/dts/imx6dl-cubox-i-u-boot.dts b/arch/arm/dts/imx6dl-cubox-i-u-boot.dts
new file mode 100644
index 0000000000..070ac82bc3
--- /dev/null
+++ b/arch/arm/dts/imx6dl-cubox-i-u-boot.dts
@@ -0,0 +1,20 @@
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright (C) 2019 Collabora Ltd.
+
+/dts-v1/;
+
+#include "imx6dl-cubox-i.dts"
+#include "imx6qdl-u-boot.dtsi"
+
+&usdhc1 {
+	u-boot,dm-spl;
+};
+
+&usdhc2 {
+	u-boot,dm-spl;
+};
+
+&usdhc3 {
+	u-boot,dm-spl;
+};
diff --git a/arch/arm/dts/imx6q-cubox-i-u-boot.dts b/arch/arm/dts/imx6q-cubox-i-u-boot.dts
new file mode 100644
index 0000000000..45412c6d48
--- /dev/null
+++ b/arch/arm/dts/imx6q-cubox-i-u-boot.dts
@@ -0,0 +1,20 @@
+// SPDX-License-Identifier: GPL-2.0+
+//
+// Copyright (C) 2019 Collabora Ltd.
+
+/dts-v1/;
+
+#include "imx6q-cubox-i.dts"
+#include "imx6qdl-u-boot.dtsi"
+
+&usdhc1 {
+	u-boot,dm-spl;
+};
+
+&usdhc2 {
+	u-boot,dm-spl;
+};
+
+&usdhc3 {
+	u-boot,dm-spl;
+};
-- 
2.20.1

  reply	other threads:[~2019-10-28 14:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28 14:00 [U-Boot] [PATCH 1/2] ARM: dts: imx6qdl: Add device tree support for SolidRun Cubox-i Walter Lozano
2019-10-28 14:00 ` Walter Lozano [this message]
2019-10-28 14:11   ` [U-Boot] [PATCH 2/2] ARM: dts: imx6qdl: Add U-Boot specific device tree files for Cubox-i Fabio Estevam
2019-10-30 14:22     ` [U-Boot] ?==?utf-8?q? ?==?utf-8?q? [PATCH 2/2]?==?utf-8?q? ARM:?==?utf-8?q? " Walter Lozano
2019-10-30 18:43       ` [U-Boot] [PATCH 2/2] ARM: " Fabio Estevam
2019-10-30 19:58         ` Walter Lozano
2019-11-07 13:48           ` Fabio Estevam
2019-11-07 14:38             ` Walter Lozano

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=20191028140001.10862-2-walter.lozano@collabora.com \
    --to=walter.lozano@collabora.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.