The Disp AHB clock is provided by the GCC but never registered. It is instead enabled on probe as it is expected to be always-on. So it should be dropped from Disp CC entirely. Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx> --- Abel Vesa (5): dt-bindings: clock: sm8550-dispcc: Drop the Disp AHB clock arm64: dts: qcom: sm8550: Drop the Disp AHB clock from dispcc node arm64: dts: qcom: sm8650: Drop the Disp AHB clock from dispcc node clk: qcom: dispcc-sm8550: Drop the Disp AHB DT provided clock clk: qcom: dispcc-sm8650: Drop the Disp AHB DT provided clock Documentation/devicetree/bindings/clock/qcom,sm8550-dispcc.yaml | 2 -- arch/arm64/boot/dts/qcom/sm8550.dtsi | 1 - arch/arm64/boot/dts/qcom/sm8650.dtsi | 1 - drivers/clk/qcom/dispcc-sm8550.c | 1 - drivers/clk/qcom/dispcc-sm8650.c | 1 - 5 files changed, 6 deletions(-) --- base-commit: 01af33cc9894b4489fb68fa35c40e9fe85df63dc change-id: 20240125-dispcc-sm8550-sm8650-drop-disp-ahb-clk-fa011f7be9fa Best regards, -- Abel Vesa <abel.vesa@xxxxxxxxxx>