TLC59108 based DPI panel
========================

Required properties
- compatible: "ti,tlc59108-lp101"; /* For 1280x800 Panel on DRA7/DRA72 EVM */

- reg: i2c slave address of the chip on the board
- enable-gpio: Enable GPIO for the DPI panel

Required nodes:
- Video port for DPI input

Example:
-------

tlc59108: tlc59108@40 {
	ompatible = "ti,tlc59108-lp101";
	reg = <0x40>;
	enable_gpio = <gpio7 11 0>;

	port {
		lcd_in: endpoint {
			remote-endpoint = <&dpi_out>;
		};
	};
};
