All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/4] arm: sunxi: add support for V3s SoC
@ 2017-01-16 18:01 ` Icenowy Zheng
  0 siblings, 0 replies; 30+ messages in thread
From: Icenowy Zheng @ 2017-01-16 18:01 UTC (permalink / raw)
  To: Jonathan Corbet, Maxime Ripard, Chen-Yu Tsai, Rob Herring, Zepan
  Cc: linux-doc-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-clk-u79uwXL29TY76Z2rM5mHXA,
	linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, Icenowy Zheng

Allwinner V3s is a low-end single-core Cortex-A7 SoC, with 64MB
integrated DRAM, and several peripherals.

Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
---
Changes in v2:
- Used linux-sunxi.org wiki hosted address of V3s datasheet.

Note: the V3s datasheet contains its user manual.

 Documentation/arm/sunxi/README | 4 ++++
 arch/arm/mach-sunxi/sunxi.c    | 1 +
 2 files changed, 5 insertions(+)

diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README
index cd0243302bc1..a455b305c62c 100644
--- a/Documentation/arm/sunxi/README
+++ b/Documentation/arm/sunxi/README
@@ -67,6 +67,10 @@ SunXi family
         + Datasheet
           http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf
 
+      - Allwinner V3s (sun8i)
+        + Datasheet
+          http://linux-sunxi.org/File:Allwinner_V3s_Datasheet_V1.0.pdf
+
     * Quad ARM Cortex-A15, Quad ARM Cortex-A7 based SoCs
       - Allwinner A80
         + Datasheet
diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c
index 2e2bde271205..f246bfc6cfe4 100644
--- a/arch/arm/mach-sunxi/sunxi.c
+++ b/arch/arm/mach-sunxi/sunxi.c
@@ -64,6 +64,7 @@ static const char * const sun8i_board_dt_compat[] = {
 	"allwinner,sun8i-a33",
 	"allwinner,sun8i-a83t",
 	"allwinner,sun8i-h3",
+	"allwinner,sun8i-v3s",
 	NULL,
 };
 
-- 
2.11.0

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

end of thread, other threads:[~2017-01-19 16:08 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16 18:01 [PATCH v2 1/4] arm: sunxi: add support for V3s SoC Icenowy Zheng
2017-01-16 18:01 ` Icenowy Zheng
2017-01-16 18:01 ` Icenowy Zheng
     [not found] ` <20170116180116.36729-2-icenowy-ymACFijhrKM@public.gmane.org>
2017-01-16 18:01   ` [PATCH v2 2/4] clk: sunxi-ng: add support for V3s CCU Icenowy Zheng
2017-01-16 18:01     ` Icenowy Zheng
2017-01-16 18:01     ` Icenowy Zheng
2017-01-17  9:04     ` Maxime Ripard
2017-01-17  9:04       ` Maxime Ripard
2017-01-17  9:04       ` Maxime Ripard
2017-01-17  9:04       ` Maxime Ripard
2017-01-17 17:08       ` Icenowy Zheng
2017-01-17 17:08         ` Icenowy Zheng
2017-01-17 17:08         ` Icenowy Zheng
2017-01-19 15:39         ` Maxime Ripard
2017-01-19 15:39           ` Maxime Ripard
2017-01-19 15:39           ` Maxime Ripard
2017-01-19 15:39           ` Maxime Ripard
2017-01-16 18:01   ` [PATCH v2 3/4] ARM: dts: sunxi: add dtsi file for V3s SoC Icenowy Zheng
2017-01-16 18:01     ` Icenowy Zheng
2017-01-16 18:01     ` Icenowy Zheng
2017-01-16 18:01   ` [PATCH v2 4/4] ARM: dts: sunxi: add support for Lichee Pi Zero board Icenowy Zheng
2017-01-16 18:01     ` Icenowy Zheng
2017-01-16 18:01     ` Icenowy Zheng
2017-01-17  9:05 ` [PATCH v2 1/4] arm: sunxi: add support for V3s SoC Maxime Ripard
2017-01-17  9:05   ` Maxime Ripard
2017-01-17  9:05   ` Maxime Ripard
2017-01-17  9:05   ` Maxime Ripard
2017-01-17 16:52   ` Icenowy Zheng
2017-01-17 16:52     ` Icenowy Zheng
2017-01-17 16:52     ` Icenowy Zheng

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.