hwtracing: coresight: Add coresight IDs from sdmmagpie
cat arch/arm64/boot/dts/qcom/sdmmagpie-coresight.dtsi | grep primecell-periphid | cut -c29- | sed "s/>;//g;s/^/ETM4x_AMBA_ID(/g;s/$/),/g" | sort -u Signed-off-by: Fiqri Ardyansyah <fiqri0927936@gmail.com>
This commit is contained in:
committed by
Samuel Pascua
parent
f34bd568d6
commit
8ea1c50f0c
@@ -36,6 +36,16 @@ static const struct amba_id coresight_ids[] = {
|
||||
ETM4x_AMBA_ID(0x000bb95a), /* Cortex-A72 */
|
||||
ETM4x_AMBA_ID(0x000bb959), /* Cortex-A73 */
|
||||
ETM4x_AMBA_ID(0x000bb9da), /* Cortex-A35 */
|
||||
/* sdmmagpie coresight IDs */
|
||||
ETM4x_AMBA_ID(0x0003b908),
|
||||
ETM4x_AMBA_ID(0x0003b909),
|
||||
ETM4x_AMBA_ID(0x0003b961),
|
||||
ETM4x_AMBA_ID(0x0003b962),
|
||||
ETM4x_AMBA_ID(0x0003b966),
|
||||
ETM4x_AMBA_ID(0x0003b968),
|
||||
ETM4x_AMBA_ID(0x0003b969),
|
||||
ETM4x_AMBA_ID(0x0003b999),
|
||||
ETM4x_AMBA_ID(0x000bb95d),
|
||||
/* dynamic-replicator IDs */
|
||||
{
|
||||
.id = 0x000bb909,
|
||||
|
||||
Reference in New Issue
Block a user