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

2019-05-09 Thread guillaume La Roque
hi martin, thanks for review, i will do a new series to remove err log on get_drive_strength and integrate your comment On 5/7/19 8:18 PM, Martin Blumenstingl wrote: > On Tue, May 7, 2019 at 1:57 PM Guillaume La Roque > wrote: >> drive-strength-microamp is a new feature needed for G12A

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

2019-05-07 Thread Martin Blumenstingl
On Tue, May 7, 2019 at 1:57 PM 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 > enable things like

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

2019-05-07 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 ---