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

Commit 79595244 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "socinfo: msm: Give name to IDP hw platformid"

parents e65af0d0 f5ee1493
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ enum {
	HW_PLATFORM_STP = 23,
	HW_PLATFORM_SBC = 24,
	HW_PLATFORM_HDK = 31,
	HW_PLATFORM_IDP = 34,
	HW_PLATFORM_INVALID
};

@@ -75,6 +76,7 @@ const char *hw_platform[] = {
	[HW_PLATFORM_STP] = "STP",
	[HW_PLATFORM_SBC] = "SBC",
	[HW_PLATFORM_HDK] = "HDK",
	[HW_PLATFORM_IDP] = "IDP"
};

enum {