1 PXA LCD Controller 2 ------------------ 3 4 Required properties: 5 - compatible : one of these 6 "marvell,pxa2xx-lcdc", 7 "marvell,pxa270-lcdc", 8 "marvell,pxa300-lcdc" 9 - reg : should contain 1 register range (addr 10 - interrupts : framebuffer controller interru 11 - clocks: phandle to input clocks 12 13 Optional properties: 14 - lcd-supply: A phandle to a power regulator 15 16 Required nodes: 17 - port: connection to the LCD panel (see vide 18 This node must have its properties bu 19 If the panel is not a TFT color panel 20 the panel should specify the panel ty 21 This panel node should be in the boar 22 23 Example: 24 lcd-controller@40500000 { 25 compatible = "marvell,pxa2xx-l 26 reg = <0x44000000 0x10000>; 27 interrupts = <17>; 28 clocks = <&clks CLK_LCD>; 29 30 port { 31 lcdc_out: endpoint { 32 remote-endpoin 33 bus-width = <1 34 }; 35 }; 36 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.