]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID
authorIvan T. Ivanov <ivan.ivanov@linaro.org>
Fri, 31 Jul 2015 15:37:22 +0000 (09:37 -0600)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:54:54 +0000 (09:54 +0000)
Add Qualcomm's PTM v1.1 peripheral ID to supported devices.
This device could be found at least in MSM8974 and APQ8064
chipsets.

Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/coresight-etm3x.c

index d630b7ece73521ccf8cd7b320ebd75ecc92eb1d3..cac9c6310e4aec4a2654cc2aa0e668f4efe9d499 100644 (file)
@@ -1940,6 +1940,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},
 };