Re: [PATCH v5 5/6] pinctrl: meson: add support of drive-strength-microamp

2019-05-11 Thread Martin Blumenstingl
Hi Guillaume, On Fri, May 10, 2019 at 10:23 AM Guillaume La Roque wrote: > > drive-strength-microamp is a new feature needed for G12A SoC. > the default DS setting after boot is usually 500uA and it is not enough for > many functions. We need to be able to set the drive strength to reliably >

[PATCH v5 5/6] pinctrl: meson: add support of drive-strength-microamp

2019-05-10 Thread Guillaume La Roque
drive-strength-microamp is a new feature needed for G12A SoC. the default DS setting after boot is usually 500uA and it is not enough for many functions. We need to be able to set the drive strength to reliably enable things like MMC, I2C, etc ... Signed-off-by: Guillaume La Roque ---