18c2ecf20Sopenharmony_ciptn3460 bridge bindings 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciRequired properties: 48c2ecf20Sopenharmony_ci - compatible: "nxp,ptn3460" 58c2ecf20Sopenharmony_ci - reg: i2c address of the bridge 68c2ecf20Sopenharmony_ci - powerdown-gpio: OF device-tree gpio specification for PD_N pin. 78c2ecf20Sopenharmony_ci - reset-gpio: OF device-tree gpio specification for RST_N pin. 88c2ecf20Sopenharmony_ci - edid-emulation: The EDID emulation entry to use 98c2ecf20Sopenharmony_ci +-------+------------+------------------+ 108c2ecf20Sopenharmony_ci | Value | Resolution | Description | 118c2ecf20Sopenharmony_ci | 0 | 1024x768 | NXP Generic | 128c2ecf20Sopenharmony_ci | 1 | 1920x1080 | NXP Generic | 138c2ecf20Sopenharmony_ci | 2 | 1920x1080 | NXP Generic | 148c2ecf20Sopenharmony_ci | 3 | 1600x900 | Samsung LTM200KT | 158c2ecf20Sopenharmony_ci | 4 | 1920x1080 | Samsung LTM230HT | 168c2ecf20Sopenharmony_ci | 5 | 1366x768 | NXP Generic | 178c2ecf20Sopenharmony_ci | 6 | 1600x900 | ChiMei M215HGE | 188c2ecf20Sopenharmony_ci +-------+------------+------------------+ 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci - video interfaces: Device node can contain video interface port 218c2ecf20Sopenharmony_ci nodes for panel according to [1]. 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci[1]: Documentation/devicetree/bindings/media/video-interfaces.txt 248c2ecf20Sopenharmony_ci 258c2ecf20Sopenharmony_ciExample: 268c2ecf20Sopenharmony_ci lvds-bridge@20 { 278c2ecf20Sopenharmony_ci compatible = "nxp,ptn3460"; 288c2ecf20Sopenharmony_ci reg = <0x20>; 298c2ecf20Sopenharmony_ci powerdown-gpio = <&gpy2 5 1 0 0>; 308c2ecf20Sopenharmony_ci reset-gpio = <&gpx1 5 1 0 0>; 318c2ecf20Sopenharmony_ci edid-emulation = <5>; 328c2ecf20Sopenharmony_ci ports { 338c2ecf20Sopenharmony_ci port@0 { 348c2ecf20Sopenharmony_ci bridge_out: endpoint { 358c2ecf20Sopenharmony_ci remote-endpoint = <&panel_in>; 368c2ecf20Sopenharmony_ci }; 378c2ecf20Sopenharmony_ci }; 388c2ecf20Sopenharmony_ci }; 398c2ecf20Sopenharmony_ci }; 40