1. 22 10月, 2015 1 次提交
    • R
      dt-bindings: consolidate display related bindings · efdbd734
      Rob Herring 提交于
      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: NRob 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>
      efdbd734
  2. 04 4月, 2013 1 次提交
    • T
      video: fb: vt8500: Convert framebuffer drivers to standardized binding · 7ab0a484
      Tony Prisk 提交于
      Now that a display timing binding is available, convert our almost identical
      binding to use the standard binding.
      
      This patch converts the vt8500 and wm8505 framebuffer drivers and
      associated dts/dtsi files to use the standard binding as defined in
      bindings/video/display-timing.txt.
      
      There are two side-effects of making this conversion:
      
      1) The fb node should now be in the board file, rather than the soc file as
      the display-timing node is a child of the fb node.
      
      2) We still require a bits per pixel property to initialize the framebuffer
      for the different lcd panels. Rather than including this as part of the
      display timing, it is moved into the framebuffer node.
      
      I have also taken the opportunity to alphabetise the includes of each
      driver to avoid double-ups.
      Signed-off-by: NTony Prisk <linux@prisktech.co.nz>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      7ab0a484
  3. 21 9月, 2012 1 次提交