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

Commit 0ef817df authored by Ivan T. Ivanov's avatar Ivan T. Ivanov Committed by Shashank Mittal
Browse files

coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID



Add Qualcomm's PTM v1.1 peripheral ID to supported devices.
This device could be found at least in MSM8974 and APQ8064
chipsets.

Change-Id: I236b1e55e1f3a2972a626d3b136df42007eccab8
Signed-off-by: default avatarIvan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Git-commit: 27d3fd3d0d89030798121718637d6b0ed59e0ca5
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


Signed-off-by: default avatarShashank Mittal <mittals@codeaurora.org>
parent 23bc1542
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1912,6 +1912,11 @@ static struct amba_id etm_ids[] = {
		.mask	= 0x0003ffff,
		.data	= "PTM 1.1",
	},
	{	/* PTM 1.1 Qualcomm */
		.id	= 0x0003006f,
		.mask	= 0x0003ffff,
		.data	= "PTM 1.1",
	},
	{ 0, 0},
};