From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757753AbcIPPdP (ORCPT ); Fri, 16 Sep 2016 11:33:15 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:34924 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935725AbcIPPdH (ORCPT ); Fri, 16 Sep 2016 11:33:07 -0400 Date: Fri, 16 Sep 2016 10:33:05 -0500 From: Rob Herring To: Neil Armstrong Cc: broonie@kernel.org, carlo@caione.org, khilman@baylibre.com, devicetree@vger.kernel.org, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] dt-bindings: spi-meson: Add GXBB Compatible string Message-ID: <20160916153305.GB6795@rob-hp-laptop> References: <1473321206-32284-1-git-send-email-narmstrong@baylibre.com> <1473321206-32284-2-git-send-email-narmstrong@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473321206-32284-2-git-send-email-narmstrong@baylibre.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 08, 2016 at 09:53:25AM +0200, Neil Armstrong wrote: > 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" If you are going to use both, make sure the order is clear (most specific, best match first). Sometimes the chip names make that clear, but not here. > - 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 > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html