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

Commit 356e6ac4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add support for MSM8909 chip variants"

parents 78469aec 9bc354af
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -16,7 +16,10 @@
/ {
	model = "Qualcomm Technologies, Inc. MSM8909";
	compatible = "qcom,msm8909";
	qcom,msm-id = <245 0>;
	qcom,msm-id =	<245 0>,
			<258 0>,
			<259 0>,
			<265 0>;
	interrupt-parent = <&intc>;

	chosen {
+3 −0
Original line number Diff line number Diff line
@@ -473,6 +473,9 @@ static struct msm_soc_info cpu_of_id[] = {

	/* 8909 IDs */
	[245] = {MSM_CPU_8909, "MSM8909"},
	[258] = {MSM_CPU_8909, "MSM8209"},
	[259] = {MSM_CPU_8909, "MSM8208"},
	[265] = {MSM_CPU_8909, "APQ8009"},
	[260] = {MSM_CPU_8909, "MDMFERRUM"},
	[261] = {MSM_CPU_8909, "MDMFERRUM"},
	[262] = {MSM_CPU_8909, "MDMFERRUM"},