]> git.karo-electronics.de Git - linux-beck.git/commitdiff
coresight: support the TPIU version found in Ux500
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 19 May 2015 16:55:08 +0000 (10:55 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 18:12:07 +0000 (11:12 -0700)
The Ux500 has a PrimeCell version 4B instead of the 3B as
supported by the driver, extend the match table to cover
this version.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/coresight-tpiu.c

index 3b33af2416bb4da64d2037b96edb6699affe17e9..88b6b0c32538f7986e74f0a5e80dfb0fa4f9c1a5 100644 (file)
@@ -188,6 +188,10 @@ static struct amba_id tpiu_ids[] = {
                .id     = 0x0003b912,
                .mask   = 0x0003ffff,
        },
+       {
+               .id     = 0x0004b912,
+               .mask   = 0x0007ffff,
+       },
        { 0, 0},
 };