Path: blob/main/sys/contrib/device-tree/Bindings/display/bridge/ptn3460.txt
48406 views
ptn3460 bridge bindings12Required properties:3- compatible: "nxp,ptn3460"4- reg: i2c address of the bridge5- powerdown-gpio: OF device-tree gpio specification for PD_N pin.6- reset-gpio: OF device-tree gpio specification for RST_N pin.7- edid-emulation: The EDID emulation entry to use8+-------+------------+------------------+9| Value | Resolution | Description |10| 0 | 1024x768 | NXP Generic |11| 1 | 1920x1080 | NXP Generic |12| 2 | 1920x1080 | NXP Generic |13| 3 | 1600x900 | Samsung LTM200KT |14| 4 | 1920x1080 | Samsung LTM230HT |15| 5 | 1366x768 | NXP Generic |16| 6 | 1600x900 | ChiMei M215HGE |17+-------+------------+------------------+1819- video interfaces: Device node can contain video interface port20nodes for panel according to [1].2122[1]: Documentation/devicetree/bindings/media/video-interfaces.txt2324Example:25lvds-bridge@20 {26compatible = "nxp,ptn3460";27reg = <0x20>;28powerdown-gpio = <&gpy2 5 1 0 0>;29reset-gpio = <&gpx1 5 1 0 0>;30edid-emulation = <5>;31ports {32port@0 {33bridge_out: endpoint {34remote-endpoint = <&panel_in>;35};36};37};38};394041