commit | 32c9f4bd4445179a44d1e3c7afb0984ecdbbb9c8 | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Mon Jul 29 22:44:39 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 06 18:33:17 2024 -0600 |
tree | bb4f1553f06cc729eb4e025e995b249c1828f824 | |
parent | 35839c67656c86d3e52e82f55965d3a5c380e6aa [diff] |
omap3: sniper: Convert to device-tree control and DM I2C This converts the sniper board (LG P970) to device-tree control and DM I2C, both for SPL and U-Boot. Note that we lose the call to board_mmc_power_init to enable power for MMC2. This is now expected to take place through proper regulators, which are not yet available with the twl4030 driver. The call to twl4030_power_mmc_init is moved to spl_board_init for now. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>