Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / ssd1289fb.txt
blob4fcd5e68cb6e005927f87c0c36d843de640de525
1 * Solomon SSD1289 Framebuffer Driver
3 Required properties:
4   - compatible: Should be "solomon,ssd1289fb". The only supported bus for
5     now is lbc.
6   - reg: Should contain address of the controller on the LBC bus. The detail
7     was described in Documentation/devicetree/bindings/powerpc/fsl/lbc.txt
9 Examples:
10 display@2,0 {
11         compatible = "solomon,ssd1289fb";
12         reg = <0x2 0x0000 0x0004>;