Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934826AbbKSXTv (ORCPT ); Thu, 19 Nov 2015 18:19:51 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:40392 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934779AbbKSXTq (ORCPT ); Thu, 19 Nov 2015 18:19:46 -0500 From: Matthew McClintock To: Andy Gross , linux-arm-msm@vger.kernel.org Cc: Matthew McClintock , linux-kernel@vger.kernel.org, qca-upstream.external@qca.qualcomm.com Subject: [PATCH v3 3/6] ARM: qcom: add IPQ4019 compatible match Date: Thu, 19 Nov 2015 17:19:30 -0600 Message-Id: <1447975173-29485-4-git-send-email-mmcclint@qca.qualcomm.com> X-Mailer: git-send-email 2.5.1 In-Reply-To: <1447975173-29485-1-git-send-email-mmcclint@qca.qualcomm.com> References: <1447975173-29485-1-git-send-email-mmcclint@qca.qualcomm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1012 Lines: 31 From: Matthew McClintock This will select qcom board type when the machine compatible is qcom,ipq4019. Signed-off-by: Matthew McClintock --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/