Re: [PATCH] clk: sunxi-ng: Add machine dependency to A83T CCU
From: Maxime Ripard <hidden>
Date: 2021-09-03 08:53:16
Also in:
linux-clk, linux-sunxi, lkml
From: Maxime Ripard <hidden>
Date: 2021-09-03 08:53:16
Also in:
linux-clk, linux-sunxi, lkml
On Thu, Sep 02, 2021 at 06:02:00PM -0500, Samuel Holland wrote:
The CCUs for all other 32-bit SoCs have a dependency on a specific MACH_SUNxI symbol. This effectively hides these drivers when building an ARCH=arm64 kernel. However, the A83T CCU still shows up because it is missing this dependency. Let's add it for consistency. Signed-off-by: Samuel Holland <samuel@sholland.org>
Applied, thanks Maxime