coresight: Add support for Coresight SoC 600 components
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>
This commit is contained in:
parent
6495892c91
commit
3d1afa08d2
@ -202,6 +202,11 @@ static struct amba_id replicator_ids[] = {
|
|||||||
.id = 0x0003b909,
|
.id = 0x0003b909,
|
||||||
.mask = 0x0003ffff,
|
.mask = 0x0003ffff,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/* Coresight SoC-600 */
|
||||||
|
.id = 0x000bb9ec,
|
||||||
|
.mask = 0x000fffff,
|
||||||
|
},
|
||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -251,6 +251,11 @@ static struct amba_id funnel_ids[] = {
|
|||||||
.id = 0x0003b908,
|
.id = 0x0003b908,
|
||||||
.mask = 0x0003ffff,
|
.mask = 0x0003ffff,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/* Coresight SoC-600 */
|
||||||
|
.id = 0x000bb9eb,
|
||||||
|
.mask = 0x000fffff,
|
||||||
|
},
|
||||||
{ 0, 0},
|
{ 0, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -201,6 +201,11 @@ static struct amba_id tpiu_ids[] = {
|
|||||||
.id = 0x0004b912,
|
.id = 0x0004b912,
|
||||||
.mask = 0x0007ffff,
|
.mask = 0x0007ffff,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/* Coresight SoC-600 */
|
||||||
|
.id = 0x000bb9e7,
|
||||||
|
.mask = 0x000fffff,
|
||||||
|
},
|
||||||
{ 0, 0},
|
{ 0, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user