Skip to content

Commit 9a0e949

Browse files
noglitchambarus
authored andcommitted
ARM: dts: at91: sama5d2: add ETB and ETM unit name
Add unit address to the ETB and ETM nodes. It also allow us to get rid of the warnings: ../arch/arm/boot/dts/sama5d2.dtsi:43.6-57.4: Warning (unit_address_vs_reg): /etb: node has a reg or ranges property, but no unit name ../arch/arm/boot/dts/sama5d2.dtsi:59.6-73.4: Warning (unit_address_vs_reg): /etm: node has a reg or ranges property, but no unit name when we compile with W=1. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20210402170139.140595-1-nicolas.ferre@microchip.com (cherry picked from commit 4d930c4) Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent 111cbd8 commit 9a0e949

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/sama5d2.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
interrupts = <2 IRQ_TYPE_LEVEL_HIGH 0>;
4141
};
4242

43-
etb {
43+
etb@740000 {
4444
compatible = "arm,coresight-etb10", "arm,primecell";
4545
reg = <0x740000 0x1000>;
4646

@@ -56,7 +56,7 @@
5656
};
5757
};
5858

59-
etm {
59+
etm@73C000 {
6060
compatible = "arm,coresight-etm3x", "arm,primecell";
6161
reg = <0x73C000 0x1000>;
6262

0 commit comments

Comments
 (0)