1. 12 Jan, 2018 2 commits
    • Ravikumar Kattekola's avatar
      ARM: dts: dra7: Reduce shut down temperature of non-cpu thermal zones · 64c358b3
      Ravikumar Kattekola authored
      On dra7, as per TRM, the HW shutdown (TSHUT) temperature is hardcoded
      to 123C and cannot be modified by SW. This means that when the temperature
      reaches 123C HW asserts TSHUT output which signals a warm reset.
      The reset is held until the temperature goes below the TSHUT low (105C).
      
      While in SW, the thermal driver continuously monitors current temperature
      and takes decisions based on whether it reached an alert or a critical point.
      The intention of setting a SW critical point is to prevent force reset by HW
      and instead do an orderly_poweroff(). But if the SW critical temperature is
      greater than or equal to that of HW then it defeats the purpose. To address
      this and let SW take action before HW does keep the SW critical temperature
      less than HW TSHUT value.
      
      The value for SW critical temperature was chosen as 120C just to ensure
      we give SW sometime before HW catches up.
      
      Document reference
      SPRUI30C – DRA75x, DRA74x Technical Reference Manual - November 2016
      SPRUHZ6H - AM572x Technical Reference Manual - November 2016
      
      Tested on:
      DRA75x PG 2.0 Rev H EVM
      Signed-off-by: default avatarRavikumar Kattekola <rk@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      64c358b3
    • Ivaylo Dimitrov's avatar
      ARM: dts: n900: Add aliases for lcd and tvout displays · cbe92b02
      Ivaylo Dimitrov authored
      When both lcd and tv are enabled, the order in which they will be probed is
      unknown, so it might happen (and it happens in reality) that tv is
      configured as display0 and lcd as display1, which results in nothing
      displayed on lcd, as display1 is disabled by default.
      
      Fix that by providing correct aliases for lcd and tv
      Signed-off-by: default avatarIvaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      cbe92b02
  2. 23 Dec, 2017 1 commit
  3. 21 Dec, 2017 23 commits
  4. 15 Dec, 2017 5 commits
  5. 11 Dec, 2017 9 commits