Re: [U-Boot] [PATCH] arm: mach-omap2: am33xx: Init pinmux before clock

2019-07-11 Thread Tom Rini
On Sat, May 25, 2019 at 10:40:35PM +0200, Marek Vasut wrote: > The board_early_init_f() inits clock before initing pinmux. However, > the clock configuration code might need to adjust PMIC settings of a > PMIC on I2C bus (e.g. board/ti/am335x/board.c does that). If the I2C > bus pin muxing is not

[U-Boot] [PATCH] arm: mach-omap2: am33xx: Init pinmux before clock

2019-05-25 Thread Marek Vasut
The board_early_init_f() inits clock before initing pinmux. However, the clock configuration code might need to adjust PMIC settings of a PMIC on I2C bus (e.g. board/ti/am335x/board.c does that). If the I2C bus pin muxing is not configured before attempting to communicate with the PMIC, the communi