lkml.org 
[lkml]   [2014]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH 09/11 v4] coresight: adding support for beagle and beagleXM
Hi,

W dniu 20.08.2014 o 19:03, mathieu.poirier@linaro.org pisze:
> From: Mathieu Poirier <mathieu.poirier@linaro.org>
>
> Currently supporting ETM and ETB. Support for TPIU
> and SDTI are yet to be added.
Did you tried running the drivers on board or are there any special
preparation needed?
I've BeagleBoard-xM Rev. C applied your patches and enabled the
functions the in menuconfig.
But on dmesg I see that:

[ 0.685028] of_amba_device_create(): amba_device_add() failed (-19)
for /etb@5401b000
[ 0.685119] of_amba_device_create(): amba_device_add() failed (-19)
for /etm@54010000

There are no nodes according coresight in /sys/kernel/debug/ .

Best regards,
Marcin

>
> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
> ---
> arch/arm/boot/dts/omap3-beagle-xm.dts | 28 ++++++++++++++++++++++++++++
> arch/arm/boot/dts/omap3-beagle.dts | 28 ++++++++++++++++++++++++++++
> 2 files changed, 56 insertions(+)
>
> diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
> index 1becefc..eec73d8 100644
> --- a/arch/arm/boot/dts/omap3-beagle-xm.dts
> +++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
> @@ -145,6 +145,34 @@
> };
> };
> };
> +
> + etb@5401b000 {
> + compatible = "arm,coresight-etb10", "arm,primecell";
> + reg = <0x5401b000 0x1000>;
> +
> + coresight-default-sink;
> + clocks = <&emu_src_ck>;
> + clock-names = "apb_pclk";
> + port {
> + etb_in: endpoint {
> + slave-mode;
> + remote-endpoint = <&etm_out>;
> + };
> + };
> + };
> +
> + etm@54010000 {
> + compatible = "arm,coresight-etm3x", "arm,primecell";
> + reg = <0x54010000 0x1000>;
> +
> + clocks = <&emu_src_ck>;
> + clock-names = "apb_pclk";
> + port {
> + etm_out: endpoint {
> + remote-endpoint = <&etb_in>;
> + };
> + };
> + };
> };
>
> &omap3_pmx_wkup {
> diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
> index 3c3e6da..a151daf 100644
> --- a/arch/arm/boot/dts/omap3-beagle.dts
> +++ b/arch/arm/boot/dts/omap3-beagle.dts
> @@ -140,6 +140,34 @@
> };
> };
> };
> +
> + etb@540000000 {
> + compatible = "arm,coresight-etb10", "arm,primecell";
> + reg = <0x5401b000 0x1000>;
> +
> + coresight-default-sink;
> + clocks = <&emu_src_ck>;
> + clock-names = "apb_pclk";
> + port {
> + etb_in: endpoint {
> + slave-mode;
> + remote-endpoint = <&etm_out>;
> + };
> + };
> + };
> +
> + etm@54010000 {
> + compatible = "arm,coresight-etm3x", "arm,primecell";
> + reg = <0x54010000 0x1000>;
> +
> + clocks = <&emu_src_ck>;
> + clock-names = "apb_pclk";
> + port {
> + etm_out: endpoint {
> + remote-endpoint = <&etb_in>;
> + };
> + };
> + };
> };
>
> &omap3_pmx_wkup {



\
 
 \ /
  Last update: 2014-08-25 00:01    [W:0.083 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site