2017-03-07 07:50:54

by Takiguchi, Yasunari

[permalink] [raw]
Subject: [RFC PATCH 1/5] Document: Add document file for Sony CXD2880 DVB-T2/T tuner + demodulator

From: Yasunari Takiguchi <[email protected]>

This is the driver for Sony CXD2880 DVB-T2/T tuner + demodulator.

Regarding this third Beta Release, the status is:
- Tested on Raspberry Pi 3.
- The DVB-API operates under dvbv5 tools.

Signed-off-by: Yasunari Takiguchi <[email protected]>
Signed-off-by: Masayuki Yamamoto <[email protected]>
Signed-off-by: Hideki Nozawa <[email protected]>
Signed-off-by: Kota Yonezawa <[email protected]>
Signed-off-by: Toshihiko Matsumoto <[email protected]>
Signed-off-by: Satoshi Watanabe <[email protected]>
---
.../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";
+};
--
1.7.9.5


2017-03-15 17:14:56

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [RFC PATCH 1/5] Document: Add document file for Sony CXD2880 DVB-T2/T tuner + demodulator

On Tue, Mar 07, 2017 at 10:07:45AM +0900, [email protected] wrote:
> From: Yasunari Takiguchi <[email protected]>
>
> 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 <[email protected]>
> Signed-off-by: Masayuki Yamamoto <[email protected]>
> Signed-off-by: Hideki Nozawa <[email protected]>
> Signed-off-by: Kota Yonezawa <[email protected]>
> Signed-off-by: Toshihiko Matsumoto <[email protected]>
> Signed-off-by: Satoshi Watanabe <[email protected]>
> ---
> .../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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html