mbox series

[v0,0/2] Initial Allwinner T3 support.

Message ID 20181114082033.GA20712@arx-s1
Headers show
Series Initial Allwinner T3 support. | expand

Message

Hao Zhang Nov. 14, 2018, 8:20 a.m. UTC
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

Comments

Maxime Ripard Nov. 15, 2018, 3:18 p.m. UTC | #1
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
Chen-Yu Tsai Nov. 15, 2018, 3:31 p.m. UTC | #2
On Thu, Nov 15, 2018 at 11:18 PM Maxime Ripard
<maxime.ripard@bootlin.com> 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