mbox series

[U-Boot,0/2] Update pbias and IO voltage in dra7 and am57 devices

Message ID 20190328091745.7893-1-faiz_abbas@ti.com
Headers show
Series Update pbias and IO voltage in dra7 and am57 devices | expand

Message

Faiz Abbas March 28, 2019, 9:17 a.m. UTC
The following patches update pbias and IO voltages in TI's dra7 and am57
devices.

Tested on: dra71x-evm, dra72x-evm, dra7xx-evm, dra76x-evm, am57xx-evm,
am571-idk, am572-idk, am574-idk, am335x-evm.

Faiz Abbas (2):
  ARM: dts: dra7: Change pbias voltage to 3.3V
  mmc: omap_hsmmc: Set 3.3V for IO voltage

 arch/arm/dts/dra7.dtsi                    |  2 +-
 drivers/mmc/omap_hsmmc.c                  | 21 ++++++++++-----------
 drivers/power/regulator/pbias_regulator.c |  2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)

Comments

Faiz Abbas March 29, 2019, 1:05 p.m. UTC | #1
Hi,

On 28/03/19 2:47 PM, Faiz Abbas wrote:
> The following patches update pbias and IO voltages in TI's dra7 and am57
> devices.
> 
> Tested on: dra71x-evm, 

One more patch is required for dra71-evm. Will send as part of v2.

dra72x-evm, dra7xx-evm, dra76x-evm, am57xx-evm,
> am571-idk, am572-idk, am574-idk, am335x-evm.
> 
> Faiz Abbas (2):
>   ARM: dts: dra7: Change pbias voltage to 3.3V
>   mmc: omap_hsmmc: Set 3.3V for IO voltage
> 
>  arch/arm/dts/dra7.dtsi                    |  2 +-
>  drivers/mmc/omap_hsmmc.c                  | 21 ++++++++++-----------
>  drivers/power/regulator/pbias_regulator.c |  2 +-
>  3 files changed, 12 insertions(+), 13 deletions(-)
> 

Thanks,
Faiz