All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH] xen/arm: Basic support for sunxi/sun50i h6 platform.
@ 2019-12-02  8:49 Yangtao Li
  2019-12-03 11:39 ` Julien Grall
  0 siblings, 1 reply; 6+ messages in thread
From: Yangtao Li @ 2019-12-02  8:49 UTC (permalink / raw)
  To: sstabellini, julien, Volodymyr_Babchuk; +Cc: Yangtao Li, xen-devel

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-12-17 16:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-02  8:49 [Xen-devel] [PATCH] xen/arm: Basic support for sunxi/sun50i h6 platform Yangtao Li
2019-12-03 11:39 ` 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

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.