[PATCH 8/9 v2] coresight: adding basic support for Vexpress TC2
From: Dirk Behme <hidden>
Date: 2014-07-01 09:19:49
Also in:
lkml
From: Dirk Behme <hidden>
Date: 2014-07-01 09:19:49
Also in:
lkml
On 27.06.2014 20:04, mathieu.poirier at linaro.org wrote:
From: Mathieu Poirier <mathieu.poirier@linaro.org> Support for the 2 PTMs, 3 ETMs, funnel, TPIU and replicator connected to the ETB are included. Proper handling of the ITM and the replicator linked to it along with the CTIs and SWO are not included. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> --- arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts | 174 +++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+)diff --git a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts index 15f98cb..390f2bb 100644 --- a/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts +++ b/arch/arm/boot/dts/vexpress-v2p-ca15_a7.dts
...
+ funnel {
+ compatible = "arm,coresight-funnel", "arm,primecell";...
+ * repicator but configured as par of the funnel.
Two typos here? repicator -> replicator as par -> as part Best regards Dirk