On 12/5/2024 3:57 PM, Krzysztof Kozlowski wrote: > On Thu, Dec 05, 2024 at 12:10:36PM +0530, Manikanta Mylavarapu wrote: >> 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 the gcc_apss_dbg_clk macro. >> >> Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@xxxxxxxxxxx> >> --- >> include/dt-bindings/clock/qcom,ipq5424-gcc.h | 1 - >> 1 file changed, 1 deletion(-) >> > > You did not even build your patches... This fails to compile. > Thank you for reviewing the patch and pointing out the issue. I apologize for the oversight. I build the entire series, but missed building this patch individually. Moving forward, I will ensure each patch is built separately to prevent this issue. Thanks & Regards, Manikanta.