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: Vishwanath Raju K <vishk@codeaurora.org>
Signed-off-by: Saranya R <quic_sarar@quicinc.com>
This commit is contained in:
Saranya R 2023-10-17 14:11:36 +05:30
parent f16dab2e96
commit 1ddda93e6e

View file

@ -1,6 +1,7 @@
// 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
};