From mboxrd@z Thu Jan 1 00:00:00 1970 From: maxime.ripard@free-electrons.com (Maxime Ripard) Date: Mon, 14 Nov 2016 09:54:05 +0100 Subject: [PATCH 1/3] ARM: sunxi: add support for H2+ SoC In-Reply-To: <20161111164654.15273-1-icenowy@aosc.xyz> References: <20161111164654.15273-1-icenowy@aosc.xyz> Message-ID: <20161114085405.sa6f6pwvqdiubmkh@lukather> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Sat, Nov 12, 2016 at 12:46:52AM +0800, Icenowy Zheng wrote: > Allwinner H2+ is a quad-core Cortex-A7 SoC. > > It is very like H3, that they share the same SoC ID (0x1680), and H3 > memory maps as well as drivers works well on the SoC. > > Signed-off-by: Icenowy Zheng > --- > Documentation/arm/sunxi/README | 4 ++++ > Documentation/devicetree/bindings/arm/sunxi.txt | 1 + > arch/arm/mach-sunxi/sunxi.c | 1 + > 3 files changed, 6 insertions(+) > > diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README > index cd02433..1fe4d99c 100644 > --- a/Documentation/arm/sunxi/README > +++ b/Documentation/arm/sunxi/README > @@ -63,6 +63,10 @@ SunXi family > + User Manual > http://dl.linux-sunxi.org/A33/A33%20user%20manual%20release%201.1.pdf > > + - Allwinner H2+ (sun8i) > + + No document available now, but is known to be working properly with > + H3 drivers and memory map. > + > - Allwinner H3 (sun8i) > + Datasheet > http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf > diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt > index 3975d0a..0c0f277 100644 > --- a/Documentation/devicetree/bindings/arm/sunxi.txt > +++ b/Documentation/devicetree/bindings/arm/sunxi.txt > @@ -13,5 +13,6 @@ using one of the following compatible strings: > allwinner,sun8i-a33 > allwinner,sun8i-a83t > allwinner,sun8i-h3 > + allwinner,sun8i-h2plus That's a nitpick, but I'd prefer to have sun8i-h2-plus. Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: not available URL: From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Subject: Re: [PATCH 1/3] ARM: sunxi: add support for H2+ SoC Date: Mon, 14 Nov 2016 09:54:05 +0100 Message-ID: <20161114085405.sa6f6pwvqdiubmkh@lukather> References: <20161111164654.15273-1-icenowy@aosc.xyz> Reply-To: maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="edsxz5mxh5wdtvq3" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20161111164654.15273-1-icenowy-ymACFijhrKM@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Icenowy Zheng Cc: Jonathan Corbet , Chen-Yu Tsai , Rob Herring , Mark Rutland , Russell King , linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: devicetree@vger.kernel.org --edsxz5mxh5wdtvq3 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Hi, On Sat, Nov 12, 2016 at 12:46:52AM +0800, Icenowy Zheng wrote: > Allwinner H2+ is a quad-core Cortex-A7 SoC. > > It is very like H3, that they share the same SoC ID (0x1680), and H3 > memory maps as well as drivers works well on the SoC. > > Signed-off-by: Icenowy Zheng > --- > Documentation/arm/sunxi/README | 4 ++++ > Documentation/devicetree/bindings/arm/sunxi.txt | 1 + > arch/arm/mach-sunxi/sunxi.c | 1 + > 3 files changed, 6 insertions(+) > > diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README > index cd02433..1fe4d99c 100644 > --- a/Documentation/arm/sunxi/README > +++ b/Documentation/arm/sunxi/README > @@ -63,6 +63,10 @@ SunXi family > + User Manual > http://dl.linux-sunxi.org/A33/A33%20user%20manual%20release%201.1.pdf > > + - Allwinner H2+ (sun8i) > + + No document available now, but is known to be working properly with > + H3 drivers and memory map. > + > - Allwinner H3 (sun8i) > + Datasheet > http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf > diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt > index 3975d0a..0c0f277 100644 > --- a/Documentation/devicetree/bindings/arm/sunxi.txt > +++ b/Documentation/devicetree/bindings/arm/sunxi.txt > @@ -13,5 +13,6 @@ using one of the following compatible strings: > allwinner,sun8i-a33 > allwinner,sun8i-a83t > allwinner,sun8i-h3 > + allwinner,sun8i-h2plus That's a nitpick, but I'd prefer to have sun8i-h2-plus. Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com --edsxz5mxh5wdtvq3-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754104AbcKNIyK (ORCPT ); Mon, 14 Nov 2016 03:54:10 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:34989 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751982AbcKNIyI (ORCPT ); Mon, 14 Nov 2016 03:54:08 -0500 Date: Mon, 14 Nov 2016 09:54:05 +0100 From: Maxime Ripard To: Icenowy Zheng Cc: Jonathan Corbet , Chen-Yu Tsai , Rob Herring , Mark Rutland , Russell King , linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH 1/3] ARM: sunxi: add support for H2+ SoC Message-ID: <20161114085405.sa6f6pwvqdiubmkh@lukather> References: <20161111164654.15273-1-icenowy@aosc.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="edsxz5mxh5wdtvq3" Content-Disposition: inline In-Reply-To: <20161111164654.15273-1-icenowy@aosc.xyz> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --edsxz5mxh5wdtvq3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Sat, Nov 12, 2016 at 12:46:52AM +0800, Icenowy Zheng wrote: > Allwinner H2+ is a quad-core Cortex-A7 SoC. >=20 > It is very like H3, that they share the same SoC ID (0x1680), and H3 > memory maps as well as drivers works well on the SoC. >=20 > Signed-off-by: Icenowy Zheng > --- > Documentation/arm/sunxi/README | 4 ++++ > Documentation/devicetree/bindings/arm/sunxi.txt | 1 + > arch/arm/mach-sunxi/sunxi.c | 1 + > 3 files changed, 6 insertions(+) >=20 > diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/REA= DME > index cd02433..1fe4d99c 100644 > --- a/Documentation/arm/sunxi/README > +++ b/Documentation/arm/sunxi/README > @@ -63,6 +63,10 @@ SunXi family > + User Manual > http://dl.linux-sunxi.org/A33/A33%20user%20manual%20release%20= 1.1.pdf > =20 > + - Allwinner H2+ (sun8i) > + + No document available now, but is known to be working properly= with > + H3 drivers and memory map. > + > - Allwinner H3 (sun8i) > + Datasheet > http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf > diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentat= ion/devicetree/bindings/arm/sunxi.txt > index 3975d0a..0c0f277 100644 > --- a/Documentation/devicetree/bindings/arm/sunxi.txt > +++ b/Documentation/devicetree/bindings/arm/sunxi.txt > @@ -13,5 +13,6 @@ using one of the following compatible strings: > allwinner,sun8i-a33 > allwinner,sun8i-a83t > allwinner,sun8i-h3 > + allwinner,sun8i-h2plus That's a nitpick, but I'd prefer to have sun8i-h2-plus. Thanks! Maxime --=20 Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com --edsxz5mxh5wdtvq3 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJYKXupAAoJEBx+YmzsjxAgQeQQAIlYVclJ+nT4JagjPT3ViXpe uzO7CjEd8CCVMjS5M1pesA61RKayvDgwn23uuFxlYYWqXP2bp3zfx5LOuC+2Gkkk Ugqj1Fugctx1IqOH3ekyObY5CC/LRGMlJj2o3a1lSGNRFqnQ0FGZd1/0iyreyAMS 13hn5QDGYaiV5M4wTRBDbQoZftMIbQTAT+HU52CGQg01NnbU2mCP0HcmUw0GK2EC FloSg/h2dQekIEwx+5IJKTXz8efO5YRSHRv9iNM7nQxZDpkyLy7xr6m3UATNybm9 55Iat9L51YY3dR06kmPswkrmW2Iqh27JPzZFSfDiveXkW8eFFtsh0om4DVUzglEO UVoa8JdOnNAatl8R1EaTwTj2rqSbUzZ93l5ckrecXwTUIIe6e7ADMyAmlyldvT3E rVRNHdc9dWUzeo0nawKH97AMQjgVZ3PII5GA1ZKBFYMgBNl5iVgnefpGSO1ln75D MA/jbaBHcJh7CzSM3rn7HtojZcLrMgeFJFCogc33g+6Zi3HsJthYNUg3Eqzc8HdE p8Gs2iSp7Zqlnoy/yzK8aLYwbjQ+zVJSAFXKZX8cE4aLbpL9isvr28r6jKofSBB1 4dcSW3ObkOMzi4CqsdbgiMSheg+X3x//1HUH5nfmi5Kh2KAFesa6B5TvKAjpJ6tx RMi4MZ4hzMHdr5sC8lM5 =MVde -----END PGP SIGNATURE----- --edsxz5mxh5wdtvq3--