All of lore.kernel.org
 help / color / mirror / Atom feed
From: Antony Antony <antony@phenome.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 1/2] arm64: sun50i-h5.dtsi : add h5 & a64 compatible to mmc[0-2]
Date: Tue, 10 Oct 2017 15:35:45 +0200	[thread overview]
Message-ID: <20171010133546.98061-1-antony@phenome.org> (raw)
In-Reply-To: <20170921152217.4011-1-antony@phenome.org>

add more specific,  Allwinner H5 SoC, compaitable to mmc0,1,2
current one comes from sun8i-h3.dtsi
compatible = "allwinner,sun7i-a20-mmc", "allwinner,sun5i-a13-mmc";

Signed-off-by: Antony Antony <antony@phenome.org>
---
 arch/arm/dts/sun50i-h5.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/dts/sun50i-h5.dtsi b/arch/arm/dts/sun50i-h5.dtsi
index 4904c18..1f4c1d1 100644
--- a/arch/arm/dts/sun50i-h5.dtsi
+++ b/arch/arm/dts/sun50i-h5.dtsi
@@ -75,3 +75,15 @@
 &gic {
 	compatible = "arm,gic-400";
 };
+
+&mmc0 {
+	compatible = "allwinner,sun50i-h5-mmc", "allwinner,sun50i-a64-mmc";
+};
+
+&mmc1 {
+	compatible = "allwinner,sun50i-h5-mmc", "allwinner,sun50i-a64-mmc";
+};
+
+&mmc2 {
+	compatible = "allwinner,sun50i-h5-mmc", "allwinner,sun50i-a64-mmc";
+};
-- 
2.7.4

  parent reply	other threads:[~2017-10-10 13:35 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-21 15:22 [U-Boot] [PATCH] sun50i: h5: Add NanoPi Neo Plus2 DT initial support Antony Antony
2017-09-22  7:37 ` Maxime Ripard
2017-09-22 13:09 ` [U-Boot] [PATCH v2] " Antony Antony
2017-09-22 15:34   ` Maxime Ripard
2017-09-23 17:59 ` [U-Boot] [PATCH v3] " Antony Antony
2017-09-25 11:12   ` Maxime Ripard
2017-10-01 17:34     ` Antony Antony
2017-10-02 17:18       ` Maxime Ripard
2017-10-03  2:11       ` Chen-Yu Tsai
2017-10-06  9:11         ` Antony Antony
2017-10-09  7:22           ` Maxime Ripard
2017-10-09  7:31             ` Antony Antony
2017-10-09 21:09               ` Maxime Ripard
2017-10-10 13:35 ` Antony Antony [this message]
2017-10-10 13:48   ` [U-Boot] [PATCH v4 1/2] arm64: sun50i-h5.dtsi : add h5 & a64 compatible to mmc[0-2] Peter Robinson
2017-10-10 13:51     ` Jagan Teki
2017-10-10 17:18       ` Antony Antony
2017-10-16 21:29         ` Jagan Teki
2017-10-10 13:45 ` [U-Boot] [PATCH v4 2/2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support Antony Antony
2017-10-10 13:58   ` Jagan Teki
2017-10-10 16:56     ` Antony Antony
2017-10-10 17:00       ` Jagan Teki
2017-10-10 17:30         ` Antony Antony
2017-11-17  9:39 ` [U-Boot] [PATCH v5 1/2] " Antony Antony
2017-11-17  9:39   ` [U-Boot] [PATCH v5 2/2] arm64: sun50i-h5.dtsi : update to kernel 4.14 Antony Antony
2017-11-17 13:06     ` Maxime Ripard
2017-11-17 13:05   ` [U-Boot] [PATCH v5 1/2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support Maxime Ripard
2017-11-21  6:29   ` Jagan Teki
2017-11-21  8:59     ` Antony Antony
2017-11-21  9:11 ` [U-Boot] [PATCH v6 1/2] arm64: sun50i-h5.dtsi : update to kernel 4.14 Antony Antony
2017-11-21  9:11   ` [U-Boot] [PATCH v6 2/2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support Antony Antony
2017-11-21 13:47     ` Jagan Teki
2017-11-21 13:47   ` [U-Boot] [PATCH v6 1/2] arm64: sun50i-h5.dtsi : update to kernel 4.14 Jagan Teki

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=20171010133546.98061-1-antony@phenome.org \
    --to=antony@phenome.org \
    --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.