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

Commit 8951d72a authored by Channagoud Kadabi's avatar Channagoud Kadabi Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: soc: qcom: Add MSMSKUNK chip id" into msm-4.8

parents 0727443a 7de40b4b
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -538,6 +538,9 @@ static struct msm_soc_info cpu_of_id[] = {
	/* falcon ID */
	/* falcon ID */
	[317] = {MSM_CPU_FALCON, "MSMFALCON"},
	[317] = {MSM_CPU_FALCON, "MSMFALCON"},


	/* Skunk ID */
	[321] = {MSM_CPU_SKUNK, "MSMSKUNK"},

	/* Uninitialized IDs are not known to run Linux.
	/* Uninitialized IDs are not known to run Linux.
	 * MSM_CPU_UNKNOWN is set to 0 to ensure these IDs are
	 * MSM_CPU_UNKNOWN is set to 0 to ensure these IDs are
	 * considered as unknown CPU.
	 * considered as unknown CPU.
+2 −0
Original line number Original line Diff line number Diff line
@@ -192,6 +192,8 @@ enum msm_cpu {
	MSM_CPU_COBALT,
	MSM_CPU_COBALT,
	MSM_CPU_HAMSTER,
	MSM_CPU_HAMSTER,
	MSM_CPU_FALCON,
	MSM_CPU_FALCON,
	MSM_CPU_SKUNK,

};
};


struct msm_soc_info {
struct msm_soc_info {