mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
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>
This commit is contained in:
parent
675a502305
commit
bcb5b815de
@ -920,6 +920,11 @@ static struct amba_id stm_ids[] = {
|
||||
.mask = 0x0003ffff,
|
||||
.data = "STM32",
|
||||
},
|
||||
{
|
||||
.id = 0x0003b963,
|
||||
.mask = 0x0003ffff,
|
||||
.data = "STM500",
|
||||
},
|
||||
{ 0, 0},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user