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

Commit 036be6d4 authored by Yogesh Lal's avatar Yogesh Lal
Browse files

soc: qcom: socinfo: Add support for IDP and ATP platforms



Add support for IDP and ATP hw platforms in socinfo driver.

Change-Id: Icc2a496d06e57c1869a5129b628c2d095db9186b
Signed-off-by: default avatarYogesh Lal <ylal@codeaurora.org>
parent 487ed773
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@ enum {
	HW_PLATFORM_STP = 23,
	HW_PLATFORM_SBC = 24,
	HW_PLATFORM_HDK = 31,
	HW_PLATFORM_ATP = 33,
	HW_PLATFORM_IDP = 34,
	HW_PLATFORM_INVALID
};

@@ -75,6 +77,8 @@ static const char * const hw_platform[] = {
	[HW_PLATFORM_STP] = "STP",
	[HW_PLATFORM_SBC] = "SBC",
	[HW_PLATFORM_HDK] = "HDK",
	[HW_PLATFORM_ATP] = "ATP",
	[HW_PLATFORM_IDP] = "IDP",
};

enum {