1
0
Fork 0

ARM: dts: omap: Update coresight bindings for hardware ports

Switch to the new coresight bindings for hardware ports

Cc: linux-omap@vger.kernel.org
Cc: "Benoît Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
hifive-unleashed-5.1
Suzuki K Poulose 2018-09-12 14:53:49 +01:00 committed by Tony Lindgren
parent cc893871f0
commit f2b0721350
2 changed files with 20 additions and 14 deletions

View File

@ -160,10 +160,11 @@
clocks = <&emu_src_ck>; clocks = <&emu_src_ck>;
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>;
};
}; };
}; };
}; };
@ -174,9 +175,11 @@
clocks = <&emu_src_ck>; clocks = <&emu_src_ck>;
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>;
};
}; };
}; };
}; };

View File

@ -147,10 +147,11 @@
clocks = <&emu_src_ck>; clocks = <&emu_src_ck>;
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>;
};
}; };
}; };
}; };
@ -161,9 +162,11 @@
clocks = <&emu_src_ck>; clocks = <&emu_src_ck>;
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>;
};
}; };
}; };
}; };