From: Suzuki K Poulose Date: Tue, 29 Nov 2016 16:47:18 +0000 (-0700) Subject: coresight: Add support for ARM Coresight STM-500 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bcb5b815de0cc2d95eacd7cf1eec78ebd7ba4282;p=linux-beck.git coresight: Add support for ARM Coresight STM-500 Add the PIDs for STM-500 to the known STM devices list. Cc: Mathieu Poirier Cc: Chunyan Zhang Signed-off-by: Suzuki K Poulose Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hwtracing/coresight/coresight-stm.c b/drivers/hwtracing/coresight/coresight-stm.c index d397849c2c6a..944c17b48d23 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}, };