]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
coresight: Add support for ARM Coresight STM-500
authorSuzuki K Poulose <suzuki.poulose@arm.com>
Tue, 29 Nov 2016 16:47:18 +0000 (09:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Nov 2016 19:05:32 +0000 (20:05 +0100)
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>
drivers/hwtracing/coresight/coresight-stm.c

index d397849c2c6ad0f7d79c878b48dcd67fc5af742c..944c17b48d2340bd65f31d64429bba71817cff40 100644 (file)
@@ -920,6 +920,11 @@ static struct amba_id stm_ids[] = {
                .mask   = 0x0003ffff,
                .data   = "STM32",
        },
+       {
+               .id     = 0x0003b963,
+               .mask   = 0x0003ffff,
+               .data   = "STM500",
+       },
        { 0, 0},
 };