On Mon, 02 Sep 2024 15:52:03 +0100, srinivas.kandagatla@xxxxxxxxxx wrote: > From: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > > There is no real use for this driver on this platform for below reasons. > > - codec drivers can directly use dsp clocks using the static mux setting. > - none of the consumers really switch parents and do not handle low power usecases. > - all users of this drivers are now removed in next > > Remove this driver and associated device tree bindings to aviod any > confusion. > > Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> > --- > .../bindings/clock/qcom,aoncc-sm8250.yaml | 61 ---- > .../bindings/clock/qcom,audiocc-sm8250.yaml | 61 ---- > drivers/clk/qcom/Kconfig | 7 - > drivers/clk/qcom/Makefile | 1 - > drivers/clk/qcom/lpass-gfm-sm8250.c | 318 ------------------ > .../clock/qcom,sm8250-lpass-aoncc.h | 11 - > .../clock/qcom,sm8250-lpass-audiocc.h | 13 - > 7 files changed, 472 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/qcom,aoncc-sm8250.yaml > delete mode 100644 Documentation/devicetree/bindings/clock/qcom,audiocc-sm8250.yaml > delete mode 100644 drivers/clk/qcom/lpass-gfm-sm8250.c > delete mode 100644 include/dt-bindings/clock/qcom,sm8250-lpass-aoncc.h > delete mode 100644 include/dt-bindings/clock/qcom,sm8250-lpass-audiocc.h > Acked-by: Rob Herring (Arm) <robh@xxxxxxxxxx>