1. 07 4月, 2017 1 次提交
  2. 06 4月, 2017 38 次提交
  3. 05 4月, 2017 1 次提交
    • T
      mx6sxsabreauto: Remove legacy CONFIG_PCA953X · c3b7cfe1
      Tom Rini 提交于
      When this board was switched to using more DM drivers we didn't disable
      the legacy PCA953X driver.  This in turn learn to a build time warning
      about implicit functions as i2c.h would not say anything about
      'i2c_read' nor 'i2c_write'.  But this was not a fatal error as none of
      the legacy driver would be linked in either.
      
      Fixes: e389033f ("imx: mx6sxsabreauto: enable more dm drivers")
      Reviewed-by: NStefano Babic <sbabic@denx.de>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      c3b7cfe1