Re: [PATCH 2/7] clk: sunxi-ng: sun8i-de2: Split out H5 definitions

From: Chen-Yu Tsai
Date: Tue Feb 11 2020 - 02:36:43 EST


On Tue, Feb 11, 2020 at 6:28 AM Jernej Skrabec <jernej.skrabec@xxxxxxxx> wrote:
>
> H5 has less clocks and resets than A64. Currently that's not obvious
> because A64 is missing rotation core related clocks and reset.
>
> Split out H5 definition. A64 structures will be fixed in subsequent
> commit.
>
> Signed-off-by: Jernej Skrabec <jernej.skrabec@xxxxxxxx>

Fixes: 763c5bd045b1 ("clk: sunxi-ng: add support for DE2 CCU")

You should also note that this patch requires commit 19368d99746e
("clk: sunxi-ng: add support for Allwinner H3 DE2 CCU") for the
H3 clock list.

Code wise everything looks in order.

ChenYu