Documentation/devicetree/bindings/display/ssd1289fb.txt

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/display/ssd1289fb.txt

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/display/ssd1289fb.txt
Extension
.txt
Size
392 bytes
Lines
14
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

Required properties:
  - compatible: Should be "solomon,ssd1289fb". The only supported bus for
    now is lbc.
  - reg: Should contain address of the controller on the LBC bus. The detail
    was described in Documentation/devicetree/bindings/powerpc/fsl/lbc.txt

Examples:
display@2,0 {
	compatible = "solomon,ssd1289fb";
	reg = <0x2 0x0000 0x0004>;
};

Annotation

Implementation Notes