Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 719a3fbe authored by Linus Walleij's avatar Linus Walleij Committed by Shashank Mittal
Browse files

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.

Change-Id: I3a43ee9643e4b00f56b9ec1ab8d844f177c8dee9
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Git-commit: 4339b6999703c11d31875371f5dedfba12f5938a
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


Signed-off-by: default avatarShashank Mittal <mittals@codeaurora.org>
parent a06a424b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -188,6 +188,10 @@ static struct amba_id tpiu_ids[] = {
		.id	= 0x0003b912,
		.mask	= 0x0003ffff,
	},
	{
		.id	= 0x0004b912,
		.mask	= 0x0007ffff,
	},
	{ 0, 0},
};