coresight-etm3x: Add ARM ETM 3.5 Cortex-A5 peripheral ID
authorOlivier Schonken <olivier.schonken@gmail.com>
Tue, 5 Jul 2016 08:05:49 +0000 (10:05 +0200)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 6 Sep 2016 14:24:32 +0000 (08:24 -0600)
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/hwtracing/coresight/coresight-etm3x.c

index 2de4cad9c5ede9b5e2aa65f230dac8d446819adb..b4f380a9da5c5f362bdf78a864fcb62484342f71 100644 (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,
This page took 0.025172 seconds and 5 git commands to generate.