wm,wm8505-fb.txt 694 B

1234567891011121314151617181920212223
  1. Wondermedia WM8505 Framebuffer
  2. -----------------------------------------------------
  3. Required properties:
  4. - compatible : "wm,wm8505-fb"
  5. - reg : Should contain 1 register ranges(address and length)
  6. - via,display: a phandle pointing to the display node
  7. Required nodes:
  8. - display: a display node is required to initialize the lcd panel
  9. This should be in the board dts. See definition in
  10. Documentation/devicetree/bindings/video/via,vt8500-fb.txt
  11. - default-mode: a videomode node as specified in
  12. Documentation/devicetree/bindings/video/via,vt8500-fb.txt
  13. Example:
  14. fb@d8050800 {
  15. compatible = "wm,wm8505-fb";
  16. reg = <0xd8050800 0x200>;
  17. display = <&display>;
  18. default-mode = <&mode0>;
  19. };