
29 Mar
2016
29 Mar
'16
6:02 p.m.
On 03/23/2016 04:34 AM, Rai Harninder wrote:
This patch enable VID support for ls2080ardb platform. It uses the common VID driver
Signed-off-by: Rai Harninder harninder.rai@nxp.com
Changes in v4:
- Fix implicit declaration warning for adjust_vdd()
by including approriate header file
Changes in v3:
- Call adjust_vdd() so that the voltage gets adjusted
during u-boot boot up itself
Changes in v2
- Use CONFIG_FSL_LSCH3 instead of CONFIG_LAYERSCAPE since the latter is defined for other platforms as well
- Modify patch description
.../include/asm/arch-fsl-layerscape/immap_lsch3.h | 4 ++++ board/freescale/common/vid.c | 15 ++++++++++++++- board/freescale/ls2080ardb/ls2080ardb.c | 9 +++++++++ include/configs/ls2080ardb.h | 16 ++++++++++++++++ 4 files changed, 43 insertions(+), 1 deletions(-)
Applied to u-boot-fsl-qoriq master. Awaiting upstream.
Thanks.
York