This driver has never been used in the DT files merged to the kernel. According to Sibi, it only worked on the pre-production devices. For the production devices this functionality has been moved to the firmware. Drop the driver and the corresponding bindings to remove possible confusion. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> --- Dmitry Baryshkov (2): clk: qcom: drop the SC7180 Modem subsystem clock driver dt-bindings: clk: qcom: drop the SC7180 Modem subsystem clock controller .../devicetree/bindings/clock/qcom,sc7180-mss.yaml | 61 --------- drivers/clk/qcom/Kconfig | 10 -- drivers/clk/qcom/Makefile | 1 - drivers/clk/qcom/mss-sc7180.c | 140 --------------------- 4 files changed, 212 deletions(-) --- base-commit: d37e1e4c52bc60578969f391fb81f947c3e83118 change-id: 20240216-drop-sc7180-mss-47686f681943 Best regards, -- Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>