18c2ecf20Sopenharmony_ciTC358764 MIPI-DSI to LVDS panel bridge
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci  - compatible: "toshiba,tc358764"
58c2ecf20Sopenharmony_ci  - reg: the virtual channel number of a DSI peripheral
68c2ecf20Sopenharmony_ci  - vddc-supply: core voltage supply, 1.2V
78c2ecf20Sopenharmony_ci  - vddio-supply: I/O voltage supply, 1.8V or 3.3V
88c2ecf20Sopenharmony_ci  - vddlvds-supply: LVDS1/2 voltage supply, 3.3V
98c2ecf20Sopenharmony_ci  - reset-gpios: a GPIO spec for the reset pin
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciThe device node can contain following 'port' child nodes,
128c2ecf20Sopenharmony_ciaccording to the OF graph bindings defined in [1]:
138c2ecf20Sopenharmony_ci  0: DSI Input, not required, if the bridge is DSI controlled
148c2ecf20Sopenharmony_ci  1: LVDS Output, mandatory
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci[1]: Documentation/devicetree/bindings/media/video-interfaces.txt
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciExample:
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci	bridge@0 {
218c2ecf20Sopenharmony_ci		reg = <0>;
228c2ecf20Sopenharmony_ci		compatible = "toshiba,tc358764";
238c2ecf20Sopenharmony_ci		vddc-supply = <&vcc_1v2_reg>;
248c2ecf20Sopenharmony_ci		vddio-supply = <&vcc_1v8_reg>;
258c2ecf20Sopenharmony_ci		vddlvds-supply = <&vcc_3v3_reg>;
268c2ecf20Sopenharmony_ci		reset-gpios = <&gpd1 6 GPIO_ACTIVE_LOW>;
278c2ecf20Sopenharmony_ci		#address-cells = <1>;
288c2ecf20Sopenharmony_ci		#size-cells = <0>;
298c2ecf20Sopenharmony_ci		port@1 {
308c2ecf20Sopenharmony_ci			reg = <1>;
318c2ecf20Sopenharmony_ci			lvds_ep: endpoint {
328c2ecf20Sopenharmony_ci				remote-endpoint = <&panel_ep>;
338c2ecf20Sopenharmony_ci			};
348c2ecf20Sopenharmony_ci		};
358c2ecf20Sopenharmony_ci	};
36