mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 17:41:29 +00:00
efdbd7345f
This is a quite large renaming to consolidate display related bindings into a single "display" directory from various scattered locations of video, drm, gpu, fb, mipi, and panel. The prior location was somewhat based on the Linux driver location, but bindings should be independent of that. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
* Solomon SSD1289 Framebuffer Driver
|
|
|
|
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>;
|
|
};
|