6e8de0bd6a
Add output panel driver for i2c encoder slaves. v1: original v2: add DT bindings docs, and minor updates for review comments Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Tested-by: Koen Kooi <koen@dominion.thruhere.net>
19 lines
500 B
Plaintext
19 lines
500 B
Plaintext
Device-Tree bindings for tilcdc DRM encoder slave output driver
|
|
|
|
Required properties:
|
|
- compatible: value should be "ti,tilcdc,slave".
|
|
- i2c: the phandle for the i2c device the encoder slave is connected to
|
|
|
|
Recommended properties:
|
|
- pinctrl-names, pinctrl-0: the pincontrol settings to configure
|
|
muxing properly for pins that connect to TFP410 device
|
|
|
|
Example:
|
|
|
|
hdmi {
|
|
compatible = "ti,tilcdc,slave";
|
|
i2c = <&i2c0>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&nxp_hdmi_bonelt_pins>;
|
|
};
|