Re: [PATCH 1/3] dt-binding: document QCOM platforms for CTCU device

From: Konrad Dybcio

Date: Tue Feb 03 2026 - 03:51:21 EST


On 2/3/26 9:08 AM, Jie Gan wrote:
> Document the platforms that fallback to using the qcom,sa8775p-ctcu
> compatible for probing.
>
> Signed-off-by: Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/qcom,coresight-ctcu.yaml | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/arm/qcom,coresight-ctcu.yaml b/Documentation/devicetree/bindings/arm/qcom,coresight-ctcu.yaml
> index e002f87361ad..68853db52bef 100644
> --- a/Documentation/devicetree/bindings/arm/qcom,coresight-ctcu.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom,coresight-ctcu.yaml
> @@ -29,6 +29,10 @@ properties:
> oneOf:
> - items:
> - enum:
> + - qcom,glymur-ctcu
> + - qcom,hamoa-ctcu
> + - qcom,kaanapali-ctcu
> + - qcom,pakala-ctcu

Platforms with existing numeric compatibles should continue to use them,
so that the mess is somewhat containable

Konrad