Message ID | 20250310090407.2069489-5-quic_jiegan@quicinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | coresight: ctcu: Enable byte-cntr function for TMC ETR | expand |
On 10/03/2025 10:04, Jie Gan wrote: > Add interrupts to enable byte-cntr function for TMC ETR devices. > > Signed-off-by: Jie Gan <quic_jiegan@quicinc.com> > --- > Dependency: > prerequisite-message-id: 20250303032931.2500935-11-quic_jiegan@quicinc.com Which too generated such changelog? Why this cannot be lore link? Best regards, Krzysztof
On 3/10/2025 5:08 PM, Krzysztof Kozlowski wrote: > On 10/03/2025 10:04, Jie Gan wrote: >> Add interrupts to enable byte-cntr function for TMC ETR devices. >> >> Signed-off-by: Jie Gan <quic_jiegan@quicinc.com> >> --- >> Dependency: >> prerequisite-message-id: 20250303032931.2500935-11-quic_jiegan@quicinc.com > Which too generated such changelog? Why this cannot be lore link? > > Best regards, > Krzysztof Hi Krzysztof, It was entered manually. It's my fault, will fix in next version. Thanks, Jie
diff --git a/arch/arm64/boot/dts/qcom/sa8775p.dtsi b/arch/arm64/boot/dts/qcom/sa8775p.dtsi index 93ca37843990..091ae73774fa 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p.dtsi +++ b/arch/arm64/boot/dts/qcom/sa8775p.dtsi @@ -2425,6 +2425,11 @@ ctcu@4001000 { clocks = <&aoss_qmp>; clock-names = "apb"; + interrupts = <GIC_SPI 270 IRQ_TYPE_EDGE_RISING>, + <GIC_SPI 262 IRQ_TYPE_EDGE_RISING>; + interrupt-names = "etr0", + "etr1"; + in-ports { #address-cells = <1>; #size-cells = <0>;
Add interrupts to enable byte-cntr function for TMC ETR devices. Signed-off-by: Jie Gan <quic_jiegan@quicinc.com> --- Dependency: prerequisite-message-id: 20250303032931.2500935-11-quic_jiegan@quicinc.com --- arch/arm64/boot/dts/qcom/sa8775p.dtsi | 5 +++++ 1 file changed, 5 insertions(+)