Back to home page

OSCL-LXR

 
 

    


0001 * Solomon SSD1289 Framebuffer Driver
0002 
0003 Required properties:
0004   - compatible: Should be "solomon,ssd1289fb". The only supported bus for
0005     now is lbc.
0006   - reg: Should contain address of the controller on the LBC bus. The detail
0007     was described in Documentation/devicetree/bindings/powerpc/fsl/lbc.txt
0008 
0009 Examples:
0010 display@2,0 {
0011         compatible = "solomon,ssd1289fb";
0012         reg = <0x2 0x0000 0x0004>;
0013 };