ARM: dts: at91: sama5d2: add ETB and ETM unit name
authorNicolas Ferre <nicolas.ferre@microchip.com>
Fri, 2 Apr 2021 17:01:39 +0000 (19:01 +0200)
committerNicolas Ferre <nicolas.ferre@microchip.com>
Wed, 7 Apr 2021 11:33:19 +0000 (13:33 +0200)
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
arch/arm/boot/dts/sama5d2.dtsi

index 2c4952427296efc6ba96428096a6cf71b59e455b..a272943945085faedfe1e7b54b71c949d5689739 100644 (file)
@@ -40,7 +40,7 @@
                interrupts = <2 IRQ_TYPE_LEVEL_HIGH 0>;
        };
 
-       etb {
+       etb@740000 {
                compatible = "arm,coresight-etb10", "arm,primecell";
                reg = <0x740000 0x1000>;
 
@@ -56,7 +56,7 @@
                };
        };
 
-       etm {
+       etm@73C000 {
                compatible = "arm,coresight-etm3x", "arm,primecell";
                reg = <0x73C000 0x1000>;