From patchwork Wed Sep 7 15:13:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerome Brunet X-Patchwork-Id: 9319497 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 54BDC60752 for ; Wed, 7 Sep 2016 15:19:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4F4A8293CF for ; Wed, 7 Sep 2016 15:19:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 43DED293D7; Wed, 7 Sep 2016 15:19:46 +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 D7B5F293CF for ; Wed, 7 Sep 2016 15:19:45 +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 1bheaV-0000o3-Ug; Wed, 07 Sep 2016 15:16:31 +0000 Received: from mail-wm0-x233.google.com ([2a00:1450:400c:c09::233]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bheZB-0006zp-83 for linux-arm-kernel@lists.infradead.org; Wed, 07 Sep 2016 15:15:11 +0000 Received: by mail-wm0-x233.google.com with SMTP id w12so38695602wmf.0 for ; Wed, 07 Sep 2016 08:14:53 -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=BUQHY9DckUPpXjyBrXDMOZKqahAgD0h9oicwD8W51JI=; b=PM5ZkUm1jkNkMeFW4GRiskM8enIjhWEtH6oll5aSUQkHwGzY/21811uwDWFntr8v3r Em1ALejupR3ivxkcy2FmG4tCtbmAHFicQZOsDsxWBTUW6LJzgJu/He6us4iiKHWQ1s5C i5CVw2TUjO1NTfyY2U3mlYmfHea5xVC/p/gaCr3fhWdiQ8TTG0Kgz2F4dhJd28tmPzC4 HLcifWNN1JV2FJ9TIg2qtVn9bUxXOTZaZj0nLt7Xhexpa3BBnloBz5bQjho7q9N2mpmn xSid6fzKVNypt98SVpHHaEJaOCmo0PmXgQpKPqK5noqRY1ddyGwXtm4EQWvyKoXW6aKM oP2A== 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=BUQHY9DckUPpXjyBrXDMOZKqahAgD0h9oicwD8W51JI=; b=DE8rAEb3OPr7VFaPS63xSrbN+8vBtTppV5nxRsl+9mVHXoXNxEr2Vulmax5OWVcFXr 6rjBktYFY/dpLBoxGzEt92J88Lmps+ms9iH09t1T/EiXDtGniA3ULCwMEJrj9rzVvBlc YU2BoXzrh+HGqL/mwTWUKBZeSQRuPX194/0z+/hCtxCL45JFzl2tz38G8lBeEQVmgxBt S9fkNv9zG6iHHlN1/qMBhcOZ2Cne85fgWND2zCGbV5YPeIqzjnJUwV1y7i8vUaEzXVg9 ZnN+QbWjfHAZmWxvqkXl1zBY0RerhdUwh9dtN26rPVgip4vfvHlmFZR2SZHMwI+CgyHZ aVfA== X-Gm-Message-State: AE9vXwPmnvTjhHoYeHN34Z1XJB82F9iLkb/CbkCz7COpUyRoNhNzwnpWl+USHOB9RSPKTAy3 X-Received: by 10.194.161.197 with SMTP id xu5mr34796266wjb.88.1473261292226; Wed, 07 Sep 2016 08:14:52 -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.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Sep 2016 08:14:51 -0700 (PDT) From: Jerome Brunet To: Mark Brown , Kevin Hilman , Carlo Caione Subject: [PATCH 5/7] dt-bindings: spi-meson: Add GXBB Compatible string Date: Wed, 7 Sep 2016 17:13:41 +0200 Message-Id: <1473261223-15412-6-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_081509_597631_30DC86AD X-CRM114-Status: UNSURE ( 9.32 ) X-CRM114-Notice: Please train this message. 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: devicetree@vger.kernel.org, Neil Armstrong , linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org 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 --- Documentation/devicetree/bindings/spi/spi-meson.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/spi-meson.txt b/Documentation/devicetree/bindings/spi/spi-meson.txt index bb52a86..dc6d031 100644 --- a/Documentation/devicetree/bindings/spi/spi-meson.txt +++ b/Documentation/devicetree/bindings/spi/spi-meson.txt @@ -7,7 +7,7 @@ NOR memories, without DMA support and a 64-byte unified transmit / receive buffer. Required properties: - - compatible: should be "amlogic,meson6-spifc" + - compatible: should be "amlogic,meson6-spifc" or "amlogic,meson-gxbb-spifc" - reg: physical base address and length of the controller registers - clocks: phandle of the input clock for the baud rate generator - #address-cells: should be 1