diff --git a/linux-ramdump-parser-v2/debug_image_v2.py b/linux-ramdump-parser-v2/debug_image_v2.py
index 734ea442ca42506c03085108afdf315ba0caf866..9fc51cb202df2b29edf07b9225beb78d0799079c 100644
--- a/linux-ramdump-parser-v2/debug_image_v2.py
+++ b/linux-ramdump-parser-v2/debug_image_v2.py
@@ -424,7 +424,9 @@ class DebugImage_v2():
         qtf_dir = os.path.join(out_dir, 'qtf')
         workspace = os.path.join(qtf_dir, 'qtf.workspace')
         qtf_out = os.path.join(out_dir, 'qtf.txt')
-        chipset = 'msm' + ram_dump.hw_id
+        chipset = ram_dump.hw_id
+        if "sdm" not in ram_dump.hw_id.lower():
+            chipset = "msm" + ram_dump.hw_id
         hlos = 'LA'
 
         #Temp change to handle descripancy between tools usage