Re: [PATCH] soc: amlogic: meson-gx-pwrc-vpu: Add support for G12A

From: Kevin Hilman
Date: Mon Mar 25 2019 - 13:08:06 EST


Neil Armstrong <narmstrong@xxxxxxxxxxxx> writes:

> The Amlogic G12A SoC has a very similar VPU Power Controller setup
> than the older GXBB, GXL & GXm SoCs.
>
> This patch adds the variant support for G12A.
>
> Signed-off-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>

This patch not only adds support for G12A, but changes the functionality
for GX SoCs too, but that is not explained.

Based on what I see below, I would expect two patches:

1) improve/modify the GX functions (with descriptive changelog)
2) add G12A support

Kevin