Zum Inhalt springen

Navi: Unterschied zwischen den Versionen

Dannym (Diskussion | Beiträge)
Dannym (Diskussion | Beiträge)
Zeile 125: Zeile 125:
                 backlight = <&pwm_bl>;
                 backlight = <&pwm_bl>;
                 /* TODO power-supply = <&vdd_pnl_reg> */
                 /* TODO power-supply = <&vdd_pnl_reg> */
                 /* TODO port@0 { ... ...endpoint { tcon0_out_panel } } */
                 port@0 {
                        reg = <0>;
                        #address-cells = <1>;
                        #size-cells = <0>;
                        lcd_in: endpoint {
                                reg = <0>;
                                remote-endpoint = <&tcon0_out_lcd>;
                        };
                };
         };
         };
};
};
Zeile 135: Zeile 143:
                 function = "gpio_out";
                 function = "gpio_out";
         };
         };
                        lcd_rgb888_pins: lcd-rgb888 {
                                pins = "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7",
                                        "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15",
                                        "PD16", "PD17", "PD18", "PD19", "PD20", "PD21", "PD22", "PD23",
                                        "PD24", "PD25", "PD26", "PD27";
                                function = "lcd";
                        };
};
};


Zeile 179: Zeile 194:
         pinctrl-0 = <&pwm0_pins_a>, <&pwm1_pins_a>;
         pinctrl-0 = <&pwm0_pins_a>, <&pwm1_pins_a>;
         status = "okay";
         status = "okay";
};
&tcon0 {
        pinctrl-names = "default";
        pinctrl-0 = <&lcd_rgb888_pins>;
        status = "okay";
};
&tcon0_out {
        tcon0_out_lcd: endpoint@0 {
                reg = <0>;
                remote-endpoint = <&panel_input>;
        };
};
};
</pre>
</pre>