Switch to the new coresight bindings for hardware ports

Cc: Nicolas Ferre <[email protected]>
Cc: Alexandre Belloni <[email protected]>
Cc: Mathieu Poirier <[email protected]>
Signed-off-by: Suzuki K Poulose <[email protected]>
---
 arch/arm/boot/dts/sama5d2.dtsi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi
index 61f68e5..92ce7b8 100644
--- a/arch/arm/boot/dts/sama5d2.dtsi
+++ b/arch/arm/boot/dts/sama5d2.dtsi
@@ -86,8 +86,9 @@
 
                port {
                        etb_in: endpoint {
-                               slave-mode;
+                               direction = <0>;
                                remote-endpoint = <&etm_out>;
+                               coresight,hwid = <0>;
                        };
                };
        };
@@ -101,7 +102,9 @@
 
                port {
                        etm_out: endpoint {
+                               direction = <1>;
                                remote-endpoint = <&etb_in>;
+                               coresight,hwid = <0>;
                        };
                };
        };
-- 
2.7.4

Reply via email to