Lines Matching +full:lcdc +full:- +full:supply
2 ------------------
5 - compatible : one of these
6 "marvell,pxa2xx-lcdc",
7 "marvell,pxa270-lcdc",
8 "marvell,pxa300-lcdc"
9 - reg : should contain 1 register range (address and length).
10 - interrupts : framebuffer controller interrupt.
11 - clocks: phandle to input clocks
14 - lcd-supply: A phandle to a power regulator that controls the LCD voltage.
17 - port: connection to the LCD panel (see video-interfaces.txt)
18 This node must have its properties bus-width and remote-endpoint set.
19 If the panel is not a TFT color panel, then a "lcd-type" property in
24 lcd-controller@40500000 {
25 compatible = "marvell,pxa2xx-lcdc";
32 remote-endpoint = <&panel_in>;
33 bus-width = <16>;