[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7f2cb415-3f56-4e3b-a6a6-093d5d2a5161@quicinc.com>
Date: Fri, 4 Jul 2025 10:41:16 +0800
From: Jie Gan <quic_jiegan@...cinc.com>
To: Jie Gan <jie.gan@....qualcomm.com>,
Suzuki K Poulose
<suzuki.poulose@....com>,
Mike Leach <mike.leach@...aro.org>,
James Clark
<james.clark@...aro.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski
<krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Bjorn Andersson
<andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>
CC: <coresight@...ts.linaro.org>, <linux-arm-kernel@...ts.infradead.org>,
<linux-arm-msm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 0/2] Enable CTCU device for QCS8300
On 6/25/2025 8:59 AM, Jie Gan wrote:
>
>
> On 6/24/2025 5:59 PM, Jie Gan wrote:
>> Enable CTCU device for QCS8300 platform. Add a fallback mechnasim in
>> binding to utilize
>> the compitable of the SA8775p platform becuase the CTCU for QCS8300
>> shares same
>> configurations as SA8775p platform.
>
> Hi dear maintainers,
>
> I just realized it would be more efficient to introduce a common
> compatible string for SoCs that include two TMC ETR devices.
>
> Most of these SoCs share the same CTCU data configuration, such as the
> offsets for the ATID and IRQ registers, because they integrate the same
> version of the CTCU hardware.
>
> So I propose introducing a common compatible string, "coresight-ctcu-
> v2", to simplify the device tree configuration for these platforms.
>
> Here is the new dt-binding format:
>
> properties:
> compatible:
> oneOf:
> - items:
> - enum:
> - qcom,sa8775p-ctcu
> - qcom,qcs8300-ctcu
> - const: qcom,coresight-ctcu-v2
> - enum:
> - qcom,coresight-ctcu-v2
>
> Thanks,
> Jie
Gentle ping.
Thanks,
Jie
>
>>
>> Changes in V2:
>> 1. Add Krzysztof's R-B tag for dt-binding patch.
>> 2. Add Konrad's Acked-by tag for dt patch.
>> 3. Rebased on tag next-20250623.
>> 4. Missed email addresses for coresight's maintainers in V1, loop them.
>> Link to V1 - https://lore.kernel.org/all/20250327024943.3502313-1-
>> jie.gan@....qualcomm.com/
>>
>> Jie Gan (2):
>> dt-bindings: arm: add CTCU device for QCS8300
>> arm64: dts: qcom: qcs8300: Add CTCU and ETR nodes
>>
>> .../bindings/arm/qcom,coresight-ctcu.yaml | 9 +-
>> arch/arm64/boot/dts/qcom/qcs8300.dtsi | 153 ++++++++++++++++++
>> 2 files changed, 160 insertions(+), 2 deletions(-)
>>
>
>
Powered by blists - more mailing lists