Эх сурвалжийг харах

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 <linus.walleij@linaro.org>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linus Walleij 10 жил өмнө
parent
commit
4339b69997

+ 4 - 0
drivers/hwtracing/coresight/coresight-tpiu.c

@@ -188,6 +188,10 @@ static struct amba_id tpiu_ids[] = {
 		.id	= 0x0003b912,
 		.id	= 0x0003b912,
 		.mask	= 0x0003ffff,
 		.mask	= 0x0003ffff,
 	},
 	},
+	{
+		.id	= 0x0004b912,
+		.mask	= 0x0007ffff,
+	},
 	{ 0, 0},
 	{ 0, 0},
 };
 };