IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / drm / tilcdc / slave.txt
blob3d2c52460dca3efb2e7d36b3c5195f4badb0cfed
1 Device-Tree bindings for tilcdc DRM encoder slave output driver
3 Required properties:
4  - compatible: value should be "ti,tilcdc,slave".
5  - i2c: the phandle for the i2c device the encoder slave is connected to
7 Recommended properties:
8  - pinctrl-names, pinctrl-0: the pincontrol settings to configure
9    muxing properly for pins that connect to TFP410 device
11 Example:
13         hdmi {
14                 compatible = "ti,tilcdc,slave";
15                 i2c = <&i2c0>;
16                 pinctrl-names = "default";
17                 pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
18         };