1
0
Fork 0

coresight: Add support for ARM Coresight STM-500

Add the PIDs for STM-500 to the known STM devices list.

Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Chunyan Zhang <zhang.chunyan@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Suzuki K Poulose 2016-11-29 09:47:18 -07:00 committed by Greg Kroah-Hartman
parent 675a502305
commit bcb5b815de
1 changed files with 5 additions and 0 deletions

View File

@ -920,6 +920,11 @@ static struct amba_id stm_ids[] = {
.mask = 0x0003ffff,
.data = "STM32",
},
{
.id = 0x0003b963,
.mask = 0x0003ffff,
.data = "STM500",
},
{ 0, 0},
};