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

Commit ad8d1745 authored by Aparna Mallavarapu's avatar Aparna Mallavarapu Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: socinfo: Add new hardware platform type for RCM.



Add new hardware platform type for RCM boards.

Change-Id: Ie3708cf1444691ebb1fa7708764808d58bba794a
Signed-off-by: default avatarAparna Mallavarapu <aparnam@codeaurora.org>
parent d3846f3c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ enum {
	HW_PLATFORM_QRD	= 11,
	HW_PLATFORM_HRD	= 13,
	HW_PLATFORM_DTV	= 14,
	HW_PLATFORM_RCM	= 21,
	HW_PLATFORM_STP = 23,
	HW_PLATFORM_SBC = 24,
	HW_PLATFORM_INVALID
@@ -75,6 +76,7 @@ const char *hw_platform[] = {
	[HW_PLATFORM_SVLTE_SURF] = "SLVTE_SURF",
	[HW_PLATFORM_MTP_MDM] = "MDM_MTP_NO_DISPLAY",
	[HW_PLATFORM_MTP] = "MTP",
	[HW_PLATFORM_RCM] = "RCM",
	[HW_PLATFORM_LIQUID] = "Liquid",
	[HW_PLATFORM_DRAGON] = "Dragon",
	[HW_PLATFORM_QRD] = "QRD",