1 Ingenic JZ47xx LCD driver
8 - reg: LCD registers location and length
9 - clocks: LCD pixclock and device clock specifiers.
10 The device clock is only required on the JZ4740.
11 - clock-names: "lcd_pclk" and "lcd"
12 - interrupts: Specifies the interrupt line the LCD controller is connected to.
17 compatible = "sharp,ls020b1dd01d";
19 backlight = <&backlight>;
20 power-supply = <&vcc>;
23 panel_input: endpoint {
24 remote-endpoint = <&panel_output>;
30 lcd: lcd-controller@13050000 {
31 compatible = "ingenic,jz4725b-lcd";
32 reg = <0x13050000 0x1000>;
34 interrupt-parent = <&intc>;
37 clocks = <&cgu JZ4725B_CLK_LCD>;
41 panel_output: endpoint {
42 remote-endpoint = <&panel_input>;