Commit 97181516 authored by Suzuki K Poulose's avatar Suzuki K Poulose Committed by Alexandre Belloni

arm: dts: sama5d2: Update coresight bindings for hardware ports

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: default avatarSuzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
parent f3cdc783
...@@ -87,10 +87,11 @@ etb { ...@@ -87,10 +87,11 @@ etb {
clocks = <&mck>; clocks = <&mck>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
port { in-ports {
etb_in: endpoint { port {
slave-mode; etb_in: endpoint {
remote-endpoint = <&etm_out>; remote-endpoint = <&etm_out>;
};
}; };
}; };
}; };
...@@ -102,9 +103,11 @@ etm { ...@@ -102,9 +103,11 @@ etm {
clocks = <&mck>; clocks = <&mck>;
clock-names = "apb_pclk"; clock-names = "apb_pclk";
port { out-ports {
etm_out: endpoint { port {
remote-endpoint = <&etb_in>; etm_out: endpoint {
remote-endpoint = <&etb_in>;
};
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment