Re: [PATCH 2/2] ARM: sunxi: add support for R40 SoC

2017-08-22 Thread Maxime Ripard
On Tue, Aug 22, 2017 at 01:14:09PM +0800, icen...@aosc.io wrote: > 在 2017-08-21 17:34,Maxime Ripard 写道: > > Hi, > > > > On Sun, Aug 20, 2017 at 01:29:57PM +0800, Icenowy Zheng wrote: > > > Allwinner R40 is a new SoC, with Quad Core Cortex-A7 and peripherals > > > like A20. > > > > > > Add

Re: [PATCH 2/2] ARM: sunxi: add support for R40 SoC

2017-08-21 Thread icenowy
在 2017-08-21 17:34,Maxime Ripard 写道: Hi, On Sun, Aug 20, 2017 at 01:29:57PM +0800, Icenowy Zheng wrote: Allwinner R40 is a new SoC, with Quad Core Cortex-A7 and peripherals like A20. Add support for it. Signed-off-by: Icenowy Zheng --- Documentation/arm/sunxi/README

Re: [PATCH 2/2] ARM: sunxi: add support for R40 SoC

2017-08-21 Thread Maxime Ripard
Hi, On Sun, Aug 20, 2017 at 01:29:57PM +0800, Icenowy Zheng wrote: > Allwinner R40 is a new SoC, with Quad Core Cortex-A7 and peripherals > like A20. > > Add support for it. > > Signed-off-by: Icenowy Zheng > --- > Documentation/arm/sunxi/README | 6 ++ >

[PATCH 2/2] ARM: sunxi: add support for R40 SoC

2017-08-19 Thread Icenowy Zheng
Allwinner R40 is a new SoC, with Quad Core Cortex-A7 and peripherals like A20. Add support for it. Signed-off-by: Icenowy Zheng --- Documentation/arm/sunxi/README | 6 ++ Documentation/devicetree/bindings/arm/sunxi.txt | 1 + arch/arm/mach-sunxi/sunxi.c