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

Commit d954684c authored by lijuang's avatar lijuang
Browse files

soc: qcom: socinfo: Add support for HDK platform



Add socinfo support for HDK(Hardware Development Kit)
platform so that /sys/devices/soc0/hw_platform shows
it is HDK device.

Change-Id: Ia98db1d5fcc04c021eaba5b66816f67d92cefbde
Signed-off-by: default avatarlijuang <lijuang@codeaurora.org>
parent c7448bfb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ enum {
	HW_PLATFORM_RCM	= 21,
	HW_PLATFORM_STP = 23,
	HW_PLATFORM_SBC = 24,
	HW_PLATFORM_HDK = 31,
	HW_PLATFORM_INVALID
};

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

enum {