mbox series

[v6,0/2] arm64: dts: qcom: sm8450: Add coresight nodes

Message ID 20250107090031.3319-1-quic_jinlmao@quicinc.com (mailing list archive)
Headers show
Series arm64: dts: qcom: sm8450: Add coresight nodes | expand

Message

Mao Jinlong Jan. 7, 2025, 9 a.m. UTC
Change since V5:
1. Fix the &CPUn vs &cpun issue in device tree file.

Change since V4:
1. Use ^ete(-[0-9]+)?$ for the pattern of node name -- comments from Krzysztof Kozlowski <krzk@kernel.org>
2. Update commit message --- comments from Rob Herring <robh@kernel.org>

Change since V3:
1. Use ^ete-[0-9]+$ for the pattern of node name -- comments from Rob Herring

Change since V2:
1. Change the name in binding as 'ete'.

Change since V1:
1. Remove the pattern match of ETE node name.
2. Update the tmc-etr node name in DT.

Mao Jinlong (2):
  dt-bindings: arm: coresight: Update the pattern of ete node name
  arm64: dts: qcom: sm8450: Add coresight nodes

 .../arm/arm,embedded-trace-extension.yaml     |   6 +-
 arch/arm64/boot/dts/qcom/sm8450.dtsi          | 726 ++++++++++++++++++
 2 files changed, 729 insertions(+), 3 deletions(-)

Comments

Bjorn Andersson Jan. 8, 2025, 4:43 a.m. UTC | #1
On Tue, 07 Jan 2025 17:00:29 +0800, Mao Jinlong wrote:
> Change since V5:
> 1. Fix the &CPUn vs &cpun issue in device tree file.
> 
> Change since V4:
> 1. Use ^ete(-[0-9]+)?$ for the pattern of node name -- comments from Krzysztof Kozlowski <krzk@kernel.org>
> 2. Update commit message --- comments from Rob Herring <robh@kernel.org>
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: sm8450: Add coresight nodes
      commit: 6e8637db89bf138a0533b5442d9a0b02afa5e3e8

Best regards,