diff mbox series

[v2,2/2] dt-bindings: clock: qcom: gcc-ipq5424: remove apss_dbg clock macro

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

Commit Message

Manikanta Mylavarapu Dec. 17, 2024, 11:39 a.m. UTC
The gcc_apss_dbg clk is access protected by trust zone, and accessing
it results in a kernel crash. Therefore remove the gcc_apss_dbg_clk macro.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
---
Changes in V2:
	- Pick up A-b tag.
	- Updated commit message.
	- Patch #1 from V1 has been moved to Patch #2 in V2 to enusre
	  it is bisecatble.

 include/dt-bindings/clock/qcom,ipq5424-gcc.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/include/dt-bindings/clock/qcom,ipq5424-gcc.h b/include/dt-bindings/clock/qcom,ipq5424-gcc.h
index 755ce7a71c7c..9f14680052a0 100644
--- a/include/dt-bindings/clock/qcom,ipq5424-gcc.h
+++ b/include/dt-bindings/clock/qcom,ipq5424-gcc.h
@@ -12,7 +12,6 @@ 
 #define GPLL2					2
 #define GPLL2_OUT_MAIN                          3
 #define GCC_SLEEP_CLK_SRC			4
-#define GCC_APSS_DBG_CLK                        5
 #define GCC_USB0_EUD_AT_CLK			6
 #define GCC_PCIE0_AXI_M_CLK_SRC			7
 #define GCC_PCIE0_AXI_M_CLK			8