mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
efdbd7345f
This is a quite large renaming to consolidate display related bindings into a single "display" directory from various scattered locations of video, drm, gpu, fb, mipi, and panel. The prior location was somewhat based on the Linux driver location, but bindings should be independent of that. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>
22 lines
616 B
Plaintext
22 lines
616 B
Plaintext
Device-Tree bindings for tilcdc DRM TFP410 output driver
|
|
|
|
Required properties:
|
|
- compatible: value should be "ti,tilcdc,tfp410".
|
|
- i2c: the phandle for the i2c device to use for DDC
|
|
|
|
Recommended properties:
|
|
- pinctrl-names, pinctrl-0: the pincontrol settings to configure
|
|
muxing properly for pins that connect to TFP410 device
|
|
- powerdn-gpio: the powerdown GPIO, pulled low to power down the
|
|
TFP410 device (for DPMS_OFF)
|
|
|
|
Example:
|
|
|
|
dvicape {
|
|
compatible = "ti,tilcdc,tfp410";
|
|
i2c = <&i2c2>;
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&bone_dvi_cape_dvi_00A1_pins>;
|
|
powerdn-gpio = <&gpio2 31 0>;
|
|
};
|