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

Commit 55714df3 authored by Gustavo Solaira's avatar Gustavo Solaira
Browse files

socinfo: Add support for TTP platform



Add enum and hw_platform text for the TTP platform.

Change-Id: Ic2c89603df084b7b7b8744d7144f868545baf212
Signed-off-by: default avatarGustavo Solaira <gustavos@codeaurora.org>
parent 3aafa883
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ enum {
	HW_PLATFORM_STP = 23,
	HW_PLATFORM_SBC = 24,
	HW_PLATFORM_ADP = 25,
	HW_PLATFORM_TTP = 30,
	HW_PLATFORM_INVALID
};

@@ -87,6 +88,7 @@ const char *hw_platform[] = {
	[HW_PLATFORM_STP] = "STP",
	[HW_PLATFORM_SBC] = "SBC",
	[HW_PLATFORM_ADP] = "ADP",
	[HW_PLATFORM_TTP] = "TTP",
};

enum {