Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753013AbdCORO4 (ORCPT ); Wed, 15 Mar 2017 13:14:56 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:33594 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752578AbdCORNt (ORCPT ); Wed, 15 Mar 2017 13:13:49 -0400 Date: Wed, 15 Mar 2017 12:13:46 -0500 From: Rob Herring To: Yasunari.Takiguchi@sony.com Cc: linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, devicetree@vger.kernel.org, tbird20d@gmail.com, frowand.list@gmail.com, Masayuki Yamamoto , Hideki Nozawa , Kota Yonezawa , Toshihiko Matsumoto , Satoshi Watanabe Subject: Re: [RFC PATCH 1/5] Document: Add document file for Sony CXD2880 DVB-T2/T tuner + demodulator Message-ID: <20170315171346.s7eerxvh4umj3ucu@rob-hp-laptop> References: <1488848865-8428-1-git-send-email-Yasunari.Takiguchi@sony.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1488848865-8428-1-git-send-email-Yasunari.Takiguchi@sony.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2079 Lines: 60 On Tue, Mar 07, 2017 at 10:07:45AM +0900, Yasunari.Takiguchi@sony.com wrote: > From: Yasunari Takiguchi > > This is the driver for Sony CXD2880 DVB-T2/T tuner + demodulator. Looks like a binding, not a driver to me. For subject, use: dt-bindings: media: ... > > Regarding this third Beta Release, the status is: "third Beta Release" is not really meaningful to upstream kernel. > - Tested on Raspberry Pi 3. > - The DVB-API operates under dvbv5 tools. > > Signed-off-by: Yasunari Takiguchi > Signed-off-by: Masayuki Yamamoto > Signed-off-by: Hideki Nozawa > Signed-off-by: Kota Yonezawa > Signed-off-by: Toshihiko Matsumoto > Signed-off-by: Satoshi Watanabe > --- > .../devicetree/bindings/media/spi/sony-cxd2880.txt | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/spi/sony-cxd2880.txt > > diff --git a/Documentation/devicetree/bindings/media/spi/sony-cxd2880.txt b/Documentation/devicetree/bindings/media/spi/sony-cxd2880.txt > new file mode 100644 > index 0000000..bdbb047 > --- /dev/null > +++ b/Documentation/devicetree/bindings/media/spi/sony-cxd2880.txt > @@ -0,0 +1,16 @@ > +Sony CXD2880 DVB-T2/T tuner + demodulator driver SPI adapter > + > +Required properties: > +- compatible: Should be "sony,cxd2880". > +- reg: SPI chip select number for the device. > +- spi-max-frequency: Maximum bus speed, should be set to <55000000> (55MHz). > +- status: Should be "okay" > + > +Example: > + > +cxd2880@0 { > + compatible = "sony,cxd2880"; > + reg = <0>; /* CE0 */ > + spi-max-frequency = <55000000>; /* 55MHz */ > + status = "okay"; Don't show status in examples. > +}; > -- > 1.7.9.5 > > -- > 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