2018-11-14 08:21:48

by Hao Zhang

[permalink] [raw]
Subject: [PATCH v0 0/2] Initial Allwinner T3 support.

Initial Allwinner T3 support.

Allwinner T3 (sun8i) SoC features a Quad-Core Cortex-A7 ARM CPU, and a
Mali400 MP2 GPU from ARM. It is a not-pin-compatible quad core sucessor
of the A20). It's also known as the Allwinner R40 for In-Car
Entertainment usage.

hao_zhang (2):
ARM: dts: sun8i: Add board dts file for t3-cqa3t-bv3.
Documentation: ARM: sunxi: Add Allwinner SoC T3.

Documentation/devicetree/bindings/arm/sunxi.txt | 3 +-
arch/arm/boot/dts/Makefile | 1 +
arch/arm/boot/dts/sun8i-t3-cqa3t-bv3.dts | 226 ++++++++++++++++++++++++
3 files changed, 229 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/sun8i-t3-cqa3t-bv3.dts

--
2.7.4



2018-11-15 15:19:52

by Maxime Ripard

[permalink] [raw]
Subject: Re: [PATCH v0 0/2] Initial Allwinner T3 support.

Hi!

On Wed, Nov 14, 2018 at 04:20:33PM +0800, hao_zhang wrote:
> Initial Allwinner T3 support.
>
> Allwinner T3 (sun8i) SoC features a Quad-Core Cortex-A7 ARM CPU, and a
> Mali400 MP2 GPU from ARM. It is a not-pin-compatible quad core sucessor
> of the A20). It's also known as the Allwinner R40 for In-Car
> Entertainment usage.

That series looks good, thanks! The only thing that would need to be
reworked is your Signed-off-by name, which (I guess?) should be
written the same way than in your Copyright info.

Thanks!
Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


Attachments:
(No filename) (640.00 B)
signature.asc (235.00 B)
Download all attachments

2018-11-15 15:33:31

by Chen-Yu Tsai

[permalink] [raw]
Subject: Re: [PATCH v0 0/2] Initial Allwinner T3 support.

On Thu, Nov 15, 2018 at 11:18 PM Maxime Ripard
<[email protected]> wrote:
>
> Hi!
>
> On Wed, Nov 14, 2018 at 04:20:33PM +0800, hao_zhang wrote:
> > Initial Allwinner T3 support.
> >
> > Allwinner T3 (sun8i) SoC features a Quad-Core Cortex-A7 ARM CPU, and a
> > Mali400 MP2 GPU from ARM. It is a not-pin-compatible quad core sucessor
> > of the A20). It's also known as the Allwinner R40 for In-Car
> > Entertainment usage.
>
> That series looks good, thanks! The only thing that would need to be
> reworked is your Signed-off-by name, which (I guess?) should be
> written the same way than in your Copyright info.

And also the author name of your git commits.

Thanks