commit | c420d84507dab9da51297b716569094a03033c46 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Fri Aug 26 07:53:53 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 06 13:41:42 2016 -0400 |
tree | a0503cff331f09762c4709576a37eb41c7a7b050 | |
parent | fb1f939cbbbb58fcebc453cb9ec39e71b0135d87 [diff] |
omap3logic: Fix PBIAS Bug The PBIAS fixing is done in the MMC driver, and doing it in the the board file conflicts with the driver causing intermittent hangs on reboot. Remove this from the board file and let the driver do it. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>