Re: [U-Boot] [PATCH 2/3] sunxi: sun8i: Add Allwinner V40 support

2018-04-25 Thread Jagan Teki
On Wed, Apr 25, 2018 at 10:54 PM, Maxime Ripard wrote: > On Wed, Apr 25, 2018 at 03:20:14PM +0530, Jagan Teki wrote: >> Allwinner V40 (sun8i) SoC features a Quad-Core Cortex-A7 ARM CPU, >> and a Mali400 MP2 GPU from ARM. It is the automotive version of R40. >> >> This

Re: [U-Boot] [PATCH 2/3] sunxi: sun8i: Add Allwinner V40 support

2018-04-25 Thread Maxime Ripard
On Wed, Apr 25, 2018 at 03:20:14PM +0530, Jagan Teki wrote: > Allwinner V40 (sun8i) SoC features a Quad-Core Cortex-A7 ARM CPU, > and a Mali400 MP2 GPU from ARM. It is the automotive version of R40. > > This patch add support for V40 by reusing R40 configurations. > > MACH_SUN8I_R40_V40 is the

[U-Boot] [PATCH 2/3] sunxi: sun8i: Add Allwinner V40 support

2018-04-25 Thread Jagan Teki
Allwinner V40 (sun8i) SoC features a Quad-Core Cortex-A7 ARM CPU, and a Mali400 MP2 GPU from ARM. It is the automotive version of R40. This patch add support for V40 by reusing R40 configurations. MACH_SUN8I_R40_V40 is the common config option for both. Also fixed checkpatch warnings while