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: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
f3cdc783ce
commit
97181516b0
|
@ -87,10 +87,11 @@
|
|||
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 @@
|
|||
clocks = <&mck>;
|
||||
clock-names = "apb_pclk";
|
||||
|
||||
port {
|
||||
etm_out: endpoint {
|
||||
remote-endpoint = <&etb_in>;
|
||||
out-ports {
|
||||
port {
|
||||
etm_out: endpoint {
|
||||
remote-endpoint = <&etb_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue