coresight-etm3x: Add ARM ETM 3.5 Cortex-A5 peripheral ID

Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Olivier Schonken 2016-08-25 15:19:03 -06:00 committed by Greg Kroah-Hartman
parent cd9e3474bb
commit 2a18d7267a
1 changed files with 5 additions and 0 deletions

View File

@ -893,6 +893,11 @@ static struct amba_id etm_ids[] = {
.mask = 0x0003ffff,
.data = "ETM 3.3",
},
{ /* ETM 3.5 - Cortex-A5 */
.id = 0x0003b955,
.mask = 0x0003ffff,
.data = "ETM 3.5",
},
{ /* ETM 3.5 */
.id = 0x0003b956,
.mask = 0x0003ffff,