diff options
author | Olivier Schonken <olivier.schonken@gmail.com> | 2016-08-25 15:19:03 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-31 13:05:43 +0200 |
commit | 2a18d7267a566b6be623893b5b5147ae5125d2ca (patch) | |
tree | 044c8aa795a09766c289a5313fa62d6e89fab474 /drivers/hwtracing | |
parent | cd9e3474bb793dc93fbe0985f822ad4b2605e847 (diff) | |
download | linux-2a18d7267a566b6be623893b5b5147ae5125d2ca.tar.gz linux-2a18d7267a566b6be623893b5b5147ae5125d2ca.tar.bz2 linux-2a18d7267a566b6be623893b5b5147ae5125d2ca.zip |
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>
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r-- | drivers/hwtracing/coresight/coresight-etm3x.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwtracing/coresight/coresight-etm3x.c b/drivers/hwtracing/coresight/coresight-etm3x.c index 2de4cad9c5ed..b4f380a9da5c 100644 --- a/drivers/hwtracing/coresight/coresight-etm3x.c +++ b/drivers/hwtracing/coresight/coresight-etm3x.c @@ -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, |