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

Commit ead92962 authored by Srinivas Ramana's avatar Srinivas Ramana
Browse files

socinfo: msm: Give name to IDP hw platformid



Add support to name the hw_platform id of
IDP platform.

Change-Id: Ifcacf3ac4dd5f75e3ae1257054b64bb850bf316e
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent 388feff2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ enum {
	HW_PLATFORM_SBC = 24,
	HW_PLATFORM_ADP = 25,
	HW_PLATFORM_IOT = 32,
	HW_PLATFORM_IDP = 34,
	HW_PLATFORM_INVALID
};

@@ -89,7 +90,8 @@ const char *hw_platform[] = {
	[HW_PLATFORM_STP] = "STP",
	[HW_PLATFORM_SBC] = "SBC",
	[HW_PLATFORM_ADP] = "ADP",
	[HW_PLATFORM_IOT] = "IOT"
	[HW_PLATFORM_IOT] = "IOT",
	[HW_PLATFORM_IDP] = "IDP"
};

enum {