Re: [PATCH v5 1/5] dt-bindings: arm: Add CoreSight QMI component description
From: Konrad Dybcio
Date: Thu Apr 24 2025 - 16:31:07 EST
On 4/24/25 1:58 PM, Mao Jinlong wrote:
> Add new coresight-qmi.yaml file describing the bindings required
> to define qmi node in the device trees.
>
> Signed-off-by: Mao Jinlong <quic_jinlmao@xxxxxxxxxxx>
> ---
Is the service-id hardcoded/well-known? If so, we can drop
this devicetree node and create a new platform device (& probe the
related driver) based on the presence of qcom,qmi-id that you add
in patch 3
Konrad