[PATCH] coresight: Add support for ARM Coresight STM-500

Mathieu Poirier mathieu.poirier at linaro.org
Mon Nov 7 07:43:53 PST 2016


On 2 November 2016 at 10:19, Suzuki K Poulose <suzuki.poulose at arm.com> wrote:
> Add the PIDs for STM-500 to the known STM devices list.
>
> Cc: Mathieu Poirier <mathieu.poirier at linaro.org>
> Cc: Chunyan Zhang <zhang.chunyan at linaro.org>
> Signed-off-by: Suzuki K Poulose <suzuki.poulose at arm.com>
> ---
>  drivers/hwtracing/coresight/coresight-stm.c | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/drivers/hwtracing/coresight/coresight-stm.c b/drivers/hwtracing/coresight/coresight-stm.c
> index 49e0f1b..3524452 100644
> --- a/drivers/hwtracing/coresight/coresight-stm.c
> +++ b/drivers/hwtracing/coresight/coresight-stm.c
> @@ -920,6 +920,11 @@ static struct amba_id stm_ids[] = {
>                 .mask   = 0x0003ffff,
>                 .data   = "STM32",
>         },
> +       {
> +               .id     = 0x0003b963,
> +               .mask   = 0x0003ffff,
> +               .data   = "STM500",
> +       },
>         { 0, 0},
>  };

Applied - thanks,
Mathieu

>
> --
> 2.7.4
>



More information about the linux-arm-kernel mailing list