regulator: s2mps11: Fix GPIO suspend enable shift wrapping bug
[linux-drm-fsl-dcu.git] / Documentation / devicetree / bindings / drm / tilcdc / slave.txt
1 Device-Tree bindings for tilcdc DRM encoder slave output driver
2
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
6
7 Recommended properties:
8  - pinctrl-names, pinctrl-0: the pincontrol settings to configure
9    muxing properly for pins that connect to TFP410 device
10
11 Example:
12
13         hdmi {
14                 compatible = "ti,tilcdc,slave";
15                 i2c = <&i2c0>;
16                 pinctrl-names = "default";
17                 pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
18         };