Re: [PATCH] arm64: dts: qcom: sa8775p: fix the secure device bootup issue

From: Konrad Dybcio
Date: Thu Dec 19 2024 - 16:25:47 EST


On 19.12.2024 3:52 AM, Jie Gan wrote:
> The secure device(fused) cannot bootup with TPDM_DCC device. So
> disable it in DT.
>
> Fixes: 6596118ccdcd ("arm64: dts: qcom: Add coresight nodes for SA8775p")
> Signed-off-by: Jie Gan <quic_jiegan@xxxxxxxxxxx>
> ---

I was thinking, is there a QFPROM fuse we could read on both
secure and non-secure devices to determine whether all coresight
components will be accessible, and enable them based on that
information?

Konrad