]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm: dts: sama5d2: Update coresight bindings for hardware ports
authorSuzuki K Poulose <suzuki.poulose@arm.com>
Wed, 12 Sep 2018 13:53:51 +0000 (14:53 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 19 Sep 2018 17:12:25 +0000 (19:12 +0200)
Switch to the new coresight bindings for hardware ports

Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/sama5d2.dtsi

index ce786b8a4b0f6e52f85b9a58557499ecb2121cc8..843052f14f1cff7d32cf9622ba1ea470c529aa2f 100644 (file)
@@ -87,10 +87,11 @@ etb {
                clocks = <&mck>;
                clock-names = "apb_pclk";
 
-               port {
-                       etb_in: endpoint {
-                               slave-mode;
-                               remote-endpoint = <&etm_out>;
+               in-ports {
+                       port {
+                               etb_in: endpoint {
+                                       remote-endpoint = <&etm_out>;
+                               };
                        };
                };
        };
@@ -102,9 +103,11 @@ etm {
                clocks = <&mck>;
                clock-names = "apb_pclk";
 
-               port {
-                       etm_out: endpoint {
-                               remote-endpoint = <&etb_in>;
+               out-ports {
+                       port {
+                               etm_out: endpoint {
+                                       remote-endpoint = <&etb_in>;
+                               };
                        };
                };
        };