From 45a119b684613c34f91d913a3b5cdeadaa15ea6d Mon Sep 17 00:00:00 2001
From: wadesong <wadesong@codeaurora.org>
Date: Mon, 18 Dec 2017 11:54:34 +0800
Subject: [PATCH] lrdp-v2: Add SoC ID for MSM8996_AU platform

Change-Id: Iab88dbc74d03a3af65b398481542bd5c90a36852
---
 linux-ramdump-parser-v2/boards.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/linux-ramdump-parser-v2/boards.py b/linux-ramdump-parser-v2/boards.py
index bd87d16..42ea2b2 100644
--- a/linux-ramdump-parser-v2/boards.py
+++ b/linux-ramdump-parser-v2/boards.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2014-2017, The Linux Foundation. All rights reserved.
+# Copyright (c) 2014-2018, The Linux Foundation. All rights reserved.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 and
@@ -707,6 +707,7 @@ boards.append(Board8992(socid=252))
 
 boards.append(Board8996(socid=246))
 boards.append(Board8996(socid=291))
+boards.append(Board8996(socid=315))
 
 boards.append(Board8952(socid=264))
 
-- 
GitLab