]> git.dujemihanovic.xyz Git - u-boot.git/commit
omap3: sniper: Convert to device-tree control and DM I2C
authorPaul Kocialkowski <contact@paulk.fr>
Mon, 29 Jul 2024 20:44:39 +0000 (22:44 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 7 Aug 2024 00:33:17 +0000 (18:33 -0600)
commit54920df1c57a407626c04786013eb1ecbb3a7fce
treebb4f1553f06cc729eb4e025e995b249c1828f824
parentb6dfc2c007b43cff3d3d62bee628a9bb6c2063e7
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>
arch/arm/dts/omap3-sniper-u-boot.dtsi [new file with mode: 0644]
board/lg/sniper/sniper.c
configs/sniper_defconfig