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

Commit aaa2c116 authored by Eugene Yasman's avatar Eugene Yasman
Browse files

msm: socinfo: Add hardware platform id for SBC



The default CDT value for the Single Board Computer
reveals a platform with ID of 24. Add this value to the hw
platform list so that hw_platform sysfs node reports the
correct platform name.

Change-Id: I5b29835880872cb1c08688461a90a509655da573
Signed-off-by: default avatarEugene Yasman <eyasman@codeaurora.org>
parent e9fa666b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ enum {
	HW_PLATFORM_HRD	= 13,
	HW_PLATFORM_DTV	= 14,
	HW_PLATFORM_STP = 23,
	HW_PLATFORM_SBC = 24,
	HW_PLATFORM_INVALID
};

@@ -74,6 +75,7 @@ const char *hw_platform[] = {
	[HW_PLATFORM_HRD] = "HRD",
	[HW_PLATFORM_DTV] = "DTV",
	[HW_PLATFORM_STP] = "STP",
	[HW_PLATFORM_SBC] = "SBC",
};

enum {