From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 29 Mar 2016 09:02:45 -0700 Subject: [U-Boot] [PATCH][v4] armv8/ls2080ardb: Enable VID support In-Reply-To: <1458732878-9483-1-git-send-email-harninder.rai@nxp.com> References: <1458732878-9483-1-git-send-email-harninder.rai@nxp.com> Message-ID: <56FAA725.5040004@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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