Selaa lähdekoodia

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>
Suzuki K Poulose 8 vuotta sitten
vanhempi
commit
bcb5b815de
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      drivers/hwtracing/coresight/coresight-stm.c

+ 5 - 0
drivers/hwtracing/coresight/coresight-stm.c

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