mbox series

[0/2] Remove apss_dbg clock from IPQ5424 gcc driver

Message ID 20241205064037.1960323-1-quic_mmanikan@quicinc.com (mailing list archive)
Headers show
Series Remove apss_dbg clock from IPQ5424 gcc driver | expand

Message

Manikanta Mylavarapu Dec. 5, 2024, 6:40 a.m. UTC
Since gcc_apss_dbg_clk has no consumers, the linux kernel will turn it
off. This causes a kernel crash because this clock is access protected
by trust zone. Therefore remove this clock from the gcc driver and dt
bindings.

Manikanta Mylavarapu (2):
  dt-bindings: clock: qcom: gcc-ipq5424: remove apss_dbg clock macro
  clk: qcom: ipq5424: remove apss_dbg clock

 drivers/clk/qcom/gcc-ipq5424.c               | 19 -------------------
 include/dt-bindings/clock/qcom,ipq5424-gcc.h |  1 -
 2 files changed, 20 deletions(-)