From patchwork Wed Sep 7 15:13:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 9319495 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2BA8B6077F for ; Wed, 7 Sep 2016 15:19:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 25B8C293D1 for ; Wed, 7 Sep 2016 15:19:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1A828293DC; Wed, 7 Sep 2016 15:19:01 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id ACB70293D1 for ; Wed, 7 Sep 2016 15:19:00 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bhea0-0000N9-Vp; Wed, 07 Sep 2016 15:16:01 +0000 Received: from mail-wm0-x22c.google.com ([2a00:1450:400c:c09::22c]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bheZA-0006zc-FM for linux-arm-kernel@lists.infradead.org; Wed, 07 Sep 2016 15:15:10 +0000 Received: by mail-wm0-x22c.google.com with SMTP id w12so38693578wmf.0 for ; Wed, 07 Sep 2016 08:14:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MJm2y3+9HUQPfsGqslPk7QTxPmogrTUVXuiRqUc4YH4=; b=VYN6E7LX5bO51aJK11KHaRRjaBMTspclOLidY/DFyOXN96jMDvhStGXuD4hw5puVbX EeLQpJN1kbJi1WLpMpPBQlGT30Zvx69ucQC6Ro7VT96Zy75pBtFQeo6jZv/E10eztsPQ irvTfSSCFr99uA9qcZcmRiDaXIFnSN3qCGVbOY1RgbkgNFoDhKue1tTaPvZ0bjXA7BLH 5+KH3rOuoxy2LM3+b/XwjHirYOR9vKX9H1W9jOhn2ue6BwF596K/4LqHEp5SZHXKjkrR XngpsMKTnwyCwCbOBh7q2FG2hi6VEQFZ1pbtJyDZV5JS8oQvAo5cPN7lx/JtMOY/LODr TkcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=MJm2y3+9HUQPfsGqslPk7QTxPmogrTUVXuiRqUc4YH4=; b=OAI5bg8+0ca7hkRVubG43pStAd6nQXN7UPM1sli/jNxFKdkhZxdSg96UKqOopdU2Ue ijCOSFwHJ/teG2Xa7C3Cvk6Xe+gmLMT34xWmKP5O61JMfhEJbZSCwLiLLHvt6CgWRIeu HwRqGD6Rpn4ED870acmtJuNSOXts3ur/NTUG9AzH+w9ceXtzIzWK1T+3i+pZgqp17Jg+ g4ndTODIxh/ycjSkJtpfs3LLi2O4Git3cS+QnnDhL96HXW4TCWqDtXy4tLrJuD/27zA4 LushUuWJDUSlV+KVhcQMTINHeFtd+Jps1o7vDF6cZCV0XT1P/oi7XsXYCMP4YocP/k8v Vkvw== X-Gm-Message-State: AE9vXwOlS7no+oP5LO5K7mFTN3fu8wZ/0Md/iUDPtBBXfUAuMQxP1UmHbgY5rMktTuZgICWr X-Received: by 10.28.45.14 with SMTP id t14mr4722559wmt.20.1473261290184; Wed, 07 Sep 2016 08:14:50 -0700 (PDT) Received: from mogwai.baylibre.com ([90.63.244.31]) by smtp.googlemail.com with ESMTPSA id d8sm4825250wmi.0.2016.09.07.08.14.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Sep 2016 08:14:49 -0700 (PDT) From: Jerome Brunet To: Mark Brown , Kevin Hilman , Carlo Caione Subject: [PATCH 4/7] spi: meson: Add GXBB compatible Date: Wed, 7 Sep 2016 17:13:40 +0200 Message-Id: <1473261223-15412-5-git-send-email-jbrunet@baylibre.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1473261223-15412-1-git-send-email-jbrunet@baylibre.com> References: <1473261223-15412-1-git-send-email-jbrunet@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160907_081508_957631_B82D49F9 X-CRM114-Status: GOOD ( 10.27 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-amlogic@lists.infradead.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Neil Armstrong MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Neil Armstrong Signed-off-by: Neil Armstrong --- drivers/spi/spi-meson-spifc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-meson-spifc.c b/drivers/spi/spi-meson-spifc.c index 2465259..616566e 100644 --- a/drivers/spi/spi-meson-spifc.c +++ b/drivers/spi/spi-meson-spifc.c @@ -442,6 +442,7 @@ static const struct dev_pm_ops meson_spifc_pm_ops = { static const struct of_device_id meson_spifc_dt_match[] = { { .compatible = "amlogic,meson6-spifc", }, + { .compatible = "amlogic,meson-gxbb-spifc", }, { }, }; MODULE_DEVICE_TABLE(of, meson_spifc_dt_match);