rockchip-drm.txt 598 B

12345678910111213141516171819
  1. Rockchip DRM master device
  2. ================================
  3. The Rockchip DRM master device is a virtual device needed to list all
  4. vop devices or other display interface nodes that comprise the
  5. graphics subsystem.
  6. Required properties:
  7. - compatible: Should be "rockchip,display-subsystem"
  8. - ports: Should contain a list of phandles pointing to display interface port
  9. of vop devices. vop definitions as defined in
  10. Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
  11. example:
  12. display-subsystem {
  13. compatible = "rockchip,display-subsystem";
  14. ports = <&vopl_out>, <&vopb_out>;
  15. };