[PATCH 5/5] clk: qcom: dispcc-sm8650: Drop the Disp AHB DT provided clock

From: Abel Vesa
Date: Thu Jan 25 2024 - 04:29:49 EST


The GCC doesn't even register the Disp AHB clock. It enables it
on probe though. So drop it from the list of DT provided clocks as well.

Fixes: 9e939f008338 ("clk: qcom: add the SM8650 Display Clock Controller driver")
Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx>
---
drivers/clk/qcom/dispcc-sm8650.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/clk/qcom/dispcc-sm8650.c b/drivers/clk/qcom/dispcc-sm8650.c
index f3b1d9d16bae..382ebc1866b9 100644
--- a/drivers/clk/qcom/dispcc-sm8650.c
+++ b/drivers/clk/qcom/dispcc-sm8650.c
@@ -29,7 +29,6 @@
enum {
DT_BI_TCXO,
DT_BI_TCXO_AO,
- DT_AHB_CLK,
DT_SLEEP_CLK,

DT_DSI0_PHY_PLL_OUT_BYTECLK,

--
2.34.1