Re: [PATCH 1/2] Revert "clk: qcom: rpmh: make clkaN optional"
From: Dmitry Baryshkov
Date: Sun Apr 12 2026 - 13:10:37 EST
On Sun, Apr 12, 2026 at 03:30:52PM +0000, Alexander Koskovich wrote:
> This reverts commit 166e65bc6ce317be41368d9340b870edbdbaa2aa.
>
> Reason for revert: Better handled by just marking all VRMs as optional,
> instead of needing to mark for each platform, done in follow up change.
>
> Signed-off-by: Alexander Koskovich <akoskovich@xxxxx>
> ---
> drivers/clk/qcom/clk-rpmh.c | 11 -----------
> 1 file changed, 11 deletions(-)
>
If this gets landed, then between this and the next commit the tree
becomes broken, which is not nice if you ever try running git bisect.
Either squash both commits together or change the order, so that the
affected VRMs are first marked as optional and then you drop the
clkaN_optional handling.
--
With best wishes
Dmitry