4 This binding builds on the DPI bindings, adding a few properties
5 as a superset of a DPI. See panel-dpi.txt for the required DPI
9 - compatible : "tpo,tpg110"
10 - grestb-gpios : panel reset GPIO
11 - scen-gpios : serial control enable GPIO
12 - scl-gpios : serial control clock line GPIO
13 - sda-gpios : serial control data line GPIO
16 - Video port for DPI input, see panel-dpi.txt
17 - Panel timing for DPI setup, see panel-dpi.txt
23 compatible = "tpo,tpg110", "panel-dpi";
24 grestb-gpios = <&stmpe_gpio44 5 GPIO_ACTIVE_LOW>;
25 scen-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
26 scl-gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
27 sda-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
31 nomadik_clcd_panel: endpoint {
32 remote-endpoint = <&nomadik_clcd_pads>;
37 clock-frequency = <33200000>;