* Socionext Display

There are 2 display interface in phoenix platform.

Required properties:
- compatible : one of:
	"socionext,f_mipidsi1_lp"
	"socionext,f_hdmi_tx14"
- reg : Address and length of the register memory map.
- interrupts : irq number for this device.
- sources: bitfield of fbs can be driven by.
- clocks : Refer Documentation/devicetree/bindings/clock/clock-bindings.txt
- clock-names : Refer Documentation/devicetree/bindings/clock/clock-bindings.txt

Optional properties:

Example:
	videophy0: mipidsi@fb0 {
		compatible = "socionext,f_mipidsi1_lp";
		reg = <0 0x37700000 0x8000>;
		interrupts = <0 305 0x4>;
		sources = <1>;
		clocks = <&clk_dphy_0_0>, <&clk_dphy_1_0>, <&clk_main_5_3>;
		clock-names = "pllclk", "dpiclk", "pclk";
	};

