From: Linus Walleij Date: Tue, 19 May 2015 16:55:08 +0000 (-0600) Subject: coresight: support the TPIU version found in Ux500 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4339b6999703c11d31875371f5dedfba12f5938a;p=linux-beck.git coresight: support the TPIU version found in Ux500 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 Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hwtracing/coresight/coresight-tpiu.c b/drivers/hwtracing/coresight/coresight-tpiu.c index 3b33af2416bb..88b6b0c32538 100644 --- a/drivers/hwtracing/coresight/coresight-tpiu.c +++ b/drivers/hwtracing/coresight/coresight-tpiu.c @@ -188,6 +188,10 @@ static struct amba_id tpiu_ids[] = { .id = 0x0003b912, .mask = 0x0003ffff, }, + { + .id = 0x0004b912, + .mask = 0x0007ffff, + }, { 0, 0}, };