1. 26 Apr, 2016 3 commits
    • Akshay Bhat's avatar
      ARM: dts: imx: b450/b650v3: Move ldb_di clk assignment · 15ef03b8
      Akshay Bhat authored
      Previously the LDB_DIx clocks could be specified in the ldb node. With
      the ERR009219 errata fix applied, the ldb_di clocks now needs to be
      specified in the clks node to ensure the clocks are setup early in the
      boot process.
      Signed-off-by: default avatarAkshay Bhat <akshay.bhat@timesys.com>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      15ef03b8
    • Akshay Bhat's avatar
      ARM: dts: imx6q-b850v3: Update display clock source · b492b874
      Akshay Bhat authored
      The default monitor that ships with B850v3 requires a 65MHz pixel clock.
      65MHz can not be achieved using PLL3 (480MHz/7=68.5MHz). Hence set the
      LDB_DIx clock source to PLL5. Since PLL5 is already in use by IPU1_DIx,
      set the clock source for IPU1_DIx to PLL2_PFD2 to allow simultaneous
      display on both LVDS and HDMI interface.
      Signed-off-by: default avatarAkshay Bhat <akshay.bhat@timesys.com>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      b492b874
    • Akshay Bhat's avatar
      ARM: dts: imx6q-b850v3: Remove ldb panel · 7532c98f
      Akshay Bhat authored
      Remove ldb panel entry for the following reasons:
      - The b850v3 has an onboard LVDS to DisplayPort converter (STDP4028). So
      we should not limit the monitors that can be connected by hardcoding the
      auo,b133htn01 1080p panel.
      - The default resolution on the LVDS interface needs to be WXGA or less.
      Otherwise when a 1080p monitor is connected to the HDMI port there is no
      output on both the LVDS and HDMI ports since a single IPU on i.MX6 can
      not handle two 1080p displays. With the panel entry removed from the
      devicetree, drm driver defaults the resolution on LVDS interface to XGA.
      
      Once in userspace, applications can set the desired resolution on LVDS
      interface over IPU2 CRTC.
      Signed-off-by: default avatarAkshay Bhat <akshay.bhat@timesys.com>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      7532c98f
  2. 18 Apr, 2016 2 commits
  3. 13 Apr, 2016 34 commits
  4. 26 Mar, 2016 1 commit