From patchwork Thu Nov 19 23:19:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew McClintock X-Patchwork-Id: 7662251 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: X-Original-To: patchwork-linux-arm-msm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 8FB2D9F1C2 for ; Thu, 19 Nov 2015 23:21:01 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DB6B42054C for ; Thu, 19 Nov 2015 23:21:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0860120462 for ; Thu, 19 Nov 2015 23:21:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934796AbbKSXTs (ORCPT ); Thu, 19 Nov 2015 18:19:48 -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 Received: from smtp.codeaurora.org (localhost [127.0.0.1]) by smtp.codeaurora.org (Postfix) with ESMTP id CF5FE1412BF; Thu, 19 Nov 2015 23:19:45 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 486) id C0A391412C2; Thu, 19 Nov 2015 23:19:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from mmcclint-ubuntu.qualcomm.com (rrcs-67-52-129-61.west.biz.rr.com [67.52.129.61]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mmcclint@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 1D8411412CD; Thu, 19 Nov 2015 23:19:45 +0000 (UTC) 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> X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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",