[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1446761276-9111-4-git-send-email-mmcclint@codeaurora.org>
Date: Thu, 5 Nov 2015 16:07:54 -0600
From: Matthew McClintock <mmcclint@...eaurora.org>
To: Andy Gross <agross@...eaurora.org>, linux-arm-msm@...r.kernel.org
Cc: Matthew McClintock <mmcclint@...eaurora.org>,
linux-kernel@...r.kernel.org,
qca-upstream.external@....qualcomm.com
Subject: [PATCH 3/5] ARM: qcom: add IPQ4019 compatible match
This will select qcom board type when the machine compatible is
qcom,ipq4019.
Signed-off-by: Matthew McClintock <mmcclint@...eaurora.org>
---
arch/arm/mach-qcom/board.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c
index 6d8bbf7..b52a6bc 100644
--- a/arch/arm/mach-qcom/board.c
+++ b/arch/arm/mach-qcom/board.c
@@ -18,6 +18,7 @@ static const char * const qcom_dt_match[] __initconst = {
"qcom,apq8064",
"qcom,apq8074-dragonboard",
"qcom,apq8084",
+ "qcom,ipq4019",
"qcom,ipq8062",
"qcom,ipq8064",
"qcom,msm8660-surf",
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists