18c2ecf20Sopenharmony_cips8622-bridge bindings
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci	- compatible: "parade,ps8622" or "parade,ps8625"
58c2ecf20Sopenharmony_ci	- reg: first i2c address of the bridge
68c2ecf20Sopenharmony_ci	- sleep-gpios: OF device-tree gpio specification for PD_ pin.
78c2ecf20Sopenharmony_ci	- reset-gpios: OF device-tree gpio specification for RST_ pin.
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciOptional properties:
108c2ecf20Sopenharmony_ci	- lane-count: number of DP lanes to use
118c2ecf20Sopenharmony_ci	- use-external-pwm: backlight will be controlled by an external PWM
128c2ecf20Sopenharmony_ci	- video interfaces: Device node can contain video interface port
138c2ecf20Sopenharmony_ci			    nodes for panel according to [1].
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci[1]: Documentation/devicetree/bindings/media/video-interfaces.txt
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciExample:
188c2ecf20Sopenharmony_ci	lvds-bridge@48 {
198c2ecf20Sopenharmony_ci		compatible = "parade,ps8622";
208c2ecf20Sopenharmony_ci		reg = <0x48>;
218c2ecf20Sopenharmony_ci		sleep-gpios = <&gpc3 6 1 0 0>;
228c2ecf20Sopenharmony_ci		reset-gpios = <&gpc3 1 1 0 0>;
238c2ecf20Sopenharmony_ci		lane-count = <1>;
248c2ecf20Sopenharmony_ci		ports {
258c2ecf20Sopenharmony_ci			port@0 {
268c2ecf20Sopenharmony_ci				bridge_out: endpoint {
278c2ecf20Sopenharmony_ci					remote-endpoint = <&panel_in>;
288c2ecf20Sopenharmony_ci				};
298c2ecf20Sopenharmony_ci			};
308c2ecf20Sopenharmony_ci		};
318c2ecf20Sopenharmony_ci	};
32