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

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

Merge "msm: board-8916: Add a dedicated DT_MACHINE for tellurium"

parents b856eb16 5f99a327
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -90,6 +90,11 @@ static const char *msm8939_dt_match[] __initconst = {
	NULL
};

static const char *msmtellurium_dt_match[] __initconst = {
	"qcom,msmtellurium",
	NULL
};

DT_MACHINE_START(MSM8916_DT,
		"Qualcomm Technologies, Inc. MSM 8916 (Flattened Device Tree)")
	.map_io = msm8916_map_io,
@@ -116,3 +121,12 @@ DT_MACHINE_START(MSM8936_DT,
	.reserve = msm8916_dt_reserve,
	.smp = &msm8936_smp_ops,
MACHINE_END

DT_MACHINE_START(MSMTellurium_DT,
	"Qualcomm Technologies, Inc. MSM Tellurium (Flattened Device Tree)")
	.map_io = msm8916_map_io,
	.init_machine = msm8916_init,
	.dt_compat = msmtellurium_dt_match,
	.reserve = msm8916_dt_reserve,
	.smp = &msm8936_smp_ops,
MACHINE_END