All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yangtao Li <tiny.windzz@gmail.com>
To: sstabellini@kernel.org, julien@xen.org, Volodymyr_Babchuk@epam.com
Cc: Yangtao Li <tiny.windzz@gmail.com>, xen-devel@lists.xenproject.org
Subject: [Xen-devel] [PATCH] xen/arm: Basic support for sunxi/sun50i h6 platform.
Date: Mon,  2 Dec 2019 08:49:24 +0000	[thread overview]
Message-ID: <20191202084924.29893-1-tiny.windzz@gmail.com> (raw)

adding compatible strings for h6 SoCs, Specifically orangepi3.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 xen/arch/arm/platforms/sunxi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/arch/arm/platforms/sunxi.c b/xen/arch/arm/platforms/sunxi.c
index 55705b15b2..e8e4d88bef 100644
--- a/xen/arch/arm/platforms/sunxi.c
+++ b/xen/arch/arm/platforms/sunxi.c
@@ -119,6 +119,7 @@ static const char * const sunxi_v8_dt_compat[] __initconst =
 {
     "allwinner,sun50i-a64",
     "allwinner,sun50i-h5",
+    "allwinner,sun50i-h6",
     NULL
 };
 
-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

             reply	other threads:[~2019-12-02  8:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-02  8:49 Yangtao Li [this message]
2019-12-03 11:39 ` [Xen-devel] [PATCH] xen/arm: Basic support for sunxi/sun50i h6 platform Julien Grall
2019-12-03 14:38   ` Andre Przywara
2019-12-03 16:52     ` Julien Grall
2019-12-04  9:27       ` Andre Przywara
2019-12-17 16:31         ` Julien Grall

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=20191202084924.29893-1-tiny.windzz@gmail.com \
    --to=tiny.windzz@gmail.com \
    --cc=Volodymyr_Babchuk@epam.com \
    --cc=julien@xen.org \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /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.