Skip to content

Commit 76583aa

Browse files
Mao Jinlongrobherring
authored andcommitted
dt-bindings: arm: coresight: Update the pattern of ete node name
The device full name is embedded trace extension. There is no good fit in generic names list for the embedded trace extension. ETE is abbreviation of embedded trace extension and the number is the CPU number that ete is associated. Change the pattern of the node name as it won't affect any device tree node as of now. Signed-off-by: Mao Jinlong <quic_jinlmao@quicinc.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20250107090031.3319-2-quic_jinlmao@quicinc.com Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent c141ecc commit 76583aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: |
2323
2424
properties:
2525
$nodename:
26-
pattern: "^ete([0-9a-f]+)$"
26+
pattern: "^ete(-[0-9]+)?$"
2727
compatible:
2828
items:
2929
- const: arm,embedded-trace-extension
@@ -55,13 +55,13 @@ examples:
5555

5656
# An ETE node without legacy CoreSight connections
5757
- |
58-
ete0 {
58+
ete-0 {
5959
compatible = "arm,embedded-trace-extension";
6060
cpu = <&cpu_0>;
6161
};
6262
# An ETE node with legacy CoreSight connections
6363
- |
64-
ete1 {
64+
ete-1 {
6565
compatible = "arm,embedded-trace-extension";
6666
cpu = <&cpu_1>;
6767

0 commit comments

Comments
 (0)