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

Required properties
- compatible: value should be one of the following:
		"ti,tlc59108-tfcs9700"; /* For 800x480 Panel on DRA7 EVM */
		"ti,tlc59108-lp101";	/* For 1280x800 Panel on 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-tfcs9700";
	reg = <0x40>;
	enable_gpio = <gpio7 11 0>;

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