OSDN Git Service

coresight: Add support for Coresight SoC 600 components
authorSuzuki K Poulose <suzuki.poulose@arm.com>
Wed, 2 Aug 2017 16:22:18 +0000 (10:22 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Aug 2017 14:05:49 +0000 (16:05 +0200)
Add the peripheral ids for the Coresight SoC 600 TPIU, replicator
and funnel.

Cc: Mathieu Poirier <mathieu.poirier@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-dynamic-replicator.c
drivers/hwtracing/coresight/coresight-funnel.c
drivers/hwtracing/coresight/coresight-tpiu.c

index b00ea2d..87bcf21 100644 (file)
@@ -202,6 +202,11 @@ static struct amba_id replicator_ids[] = {
                .id     = 0x0003b909,
                .mask   = 0x0003ffff,
        },
+       {
+               /* Coresight SoC-600 */
+               .id     = 0x000bb9ec,
+               .mask   = 0x000fffff,
+       },
        { 0, 0 },
 };
 
index 860fe6e..e558515 100644 (file)
@@ -251,6 +251,11 @@ static struct amba_id funnel_ids[] = {
                .id     = 0x0003b908,
                .mask   = 0x0003ffff,
        },
+       {
+               /* Coresight SoC-600 */
+               .id     = 0x000bb9eb,
+               .mask   = 0x000fffff,
+       },
        { 0, 0},
 };
 
index 0673baf..0e9d57e 100644 (file)
@@ -201,6 +201,11 @@ static struct amba_id tpiu_ids[] = {
                .id     = 0x0004b912,
                .mask   = 0x0007ffff,
        },
+       {
+               /* Coresight SoC-600 */
+               .id     = 0x000bb9e7,
+               .mask   = 0x000fffff,
+       },
        { 0, 0},
 };