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

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

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

parents 22375c75 ead92962
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 {