]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx6: soc: Update the comments of set_ldo_voltage()
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 13 Jun 2014 04:42:37 +0000 (01:42 -0300)
committerStefano Babic <sbabic@denx.de>
Wed, 9 Jul 2014 13:10:10 +0000 (15:10 +0200)
commit157f45da91b306d71dbf3a51325352dc11bf16d1
tree6bce9ad603ae8c9bbd05ffdb2e827760339aaea4
parent2eb268f6fd236a5ad9d51e7e47190d7994b3920f
mx6: soc: Update the comments of set_ldo_voltage()

Commit 3d622b78 (mx6: soc: Introduce set_ldo_voltage()) introduces
set_ldo_voltage() function that can be used to set the voltages
of any of the three LDO regulators controlled by the PMU_REG_CORE register.

Prior to this commit there was a single set_vddsoc() which only configured the
VDDSOC regulator.

Update the comments to align with the new set_ldo_voltage() implementation.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
arch/arm/cpu/armv7/mx6/soc.c