treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / media / spi / sony-cxd2880.txt
blob98a72c0b3c6486ba881dd3f785120f5758cc5ba1
1 Sony CXD2880 DVB-T2/T tuner + demodulator driver SPI adapter
3 Required properties:
4 - compatible: Should be "sony,cxd2880".
5 - reg: SPI chip select number for the device.
6 - spi-max-frequency: Maximum bus speed, should be set to <55000000> (55MHz).
8 Optional properties:
9 - vcc-supply: Optional phandle to the vcc regulator to power the adapter,
10   as described in the file ../regulator/regulator.txt
12 Example:
14 cxd2880@0 {
15         compatible = "sony,cxd2880";
16         reg = <0>; /* CE0 */
17         spi-max-frequency = <55000000>; /* 55MHz */