[PATCH 0/2] clk: qcom: clk-rpmh: Make all VRMs optional by default

Alexander Koskovich posted 2 patches 2 months, 1 week ago
drivers/clk/qcom/clk-rpmh.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
[PATCH 0/2] clk: qcom: clk-rpmh: Make all VRMs optional by default
Posted by Alexander Koskovich 2 months, 1 week ago
This series is meant to resolve an issue seen on the Nothing Phone (4a) Pro
(Eliza) where probe fails due to RPMH_RF_CLK5 not being present on this board.

The existing clka_optional mechanism does not cover rfclka also being missing,
so just mirror the downstream approach of marking all VRMs as optional instead
of expanding the check to include rfclka.

Signed-off-by: Alexander Koskovich <akoskovich@pm.me>
---
Alexander Koskovich (2):
      Revert "clk: qcom: rpmh: make clkaN optional"
      clk: qcom: clk-rpmh: Make all VRMs optional by default

 drivers/clk/qcom/clk-rpmh.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
---
base-commit: 591cd656a1bf5ea94a222af5ef2ee76df029c1d2
change-id: 20260412-clk-rpmh-vrm-opt-78b97cf451ba

Best regards,
-- 
Alexander Koskovich <akoskovich@pm.me>