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

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

Merge "ARM: msm: Add board config support for qcs403"

parents ff6f0126 d3b78dd4
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -30,3 +30,19 @@ DT_MACHINE_START(QCS405_DT,
	.init_machine		= qcs405_init,
	.dt_compat		= qcs405_dt_match,
MACHINE_END

static const char *qcs403_dt_match[] __initconst = {
	"qcom,qcs403",
	NULL
};

static void __init qcs403_init(void)
{
	board_dt_populate(NULL);
}

DT_MACHINE_START(QCS403_DT,
	"Qualcomm Technologies, Inc. QCS403 (Flattened Device Tree)")
	.init_machine           = qcs403_init,
	.dt_compat              = qcs403_dt_match,
MACHINE_END