[linux-sunxi] [PATCH v4 3/6] clk: sunxi-ng: add support for Allwinner A64 DE2 CCU
From: Chen-Yu Tsai <hidden>
Date: 2018-01-02 08:10:25
Also in:
linux-clk, linux-devicetree, lkml
From: Chen-Yu Tsai <hidden>
Date: 2018-01-02 08:10:25
Also in:
linux-clk, linux-devicetree, lkml
On Sat, Dec 30, 2017 at 7:30 PM, Icenowy Zheng [off-list ref] wrote:
Allwinner A64's DE2 needs to claim a section of SRAM (SRAM C) to work. Add support for it. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> --- Changes in v4: - Use a struct to maintain both ccu desc and quirks as Chen-Yu Tsai suggested.
This made the patch slightly messy. Could you split it into two patches? The first just adds the struct (without the sram_needed field) and migrates everything to that. This patch should mention it is preperation for the next patch, which adds the a field to the struct (otherwise it makes no sense and just looks like churn.) The second patch will add the .sram_needed field and support for the A64 DE2 CCU. Thanks ChenYu