msm: qdss: rename ptm to etm

HW implementations for the ARM ETM specifications are referred to as ETM
(Embedded Trace Macrocell). Similarly HW implementations of the PFT
(Program Flow Trace) specifications are referred to as PTM (Program
Trace Macrocell).

Despite the above, ETM is a more popular name and commonly gets used to
refer to both ETM and PFT spec implementations. Moreover, PFT spec
register names use ETM as a qualifier.

Since it is possible, we will share the same driver for both PFT and ETM
spec implementations, just use the more familiar ETM as the name.

This change renames variables, strings, etc from PTM to ETM. This
completes the PTM to ETM renaming.

Change-Id: I95b6f041ef1988975ade534b5b503e23525db3a3
Signed-off-by: Pratik Patel <pratikp@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8960.c b/arch/arm/mach-msm/board-8960.c
index de42371..e2ba303 100644
--- a/arch/arm/mach-msm/board-8960.c
+++ b/arch/arm/mach-msm/board-8960.c
@@ -2183,7 +2183,7 @@
 	&msm_etb_device,
 	&msm_tpiu_device,
 	&msm_funnel_device,
-	&msm_ptm_device,
+	&msm_etm_device,
 #endif
 	&msm_device_dspcrashd_8960,
 	&msm8960_device_watchdog,