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

Commit 1ddda93e authored by Saranya R's avatar Saranya R
Browse files

ARM: msm: Add board config support for 32 bit qcm2150



This change add initial board config support to enable build
32 bit kernel for qcm2150.

Change-Id: I3694549de8138feaf9cf912f963572422a86e1c2
Signed-off-by: default avatarVishwanath Raju K <vishk@codeaurora.org>
Signed-off-by: default avatarSaranya R <quic_sarar@quicinc.com>
parent f16dab2e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2018, 2021, The Linux Foundation. All rights reserved.
 * Copyright (c) 2023, Qualcomm Innovation Center, Inc. All rights reserved.
 */

#include <linux/kernel.h>
@@ -10,6 +11,7 @@

static const char *qm215_dt_match[] __initconst = {
	"qcom,qm215",
	"qcom,qcm2150",
	NULL
};