From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Thu, 29 Aug 2013 12:25:31 -0700 Subject: [U-Boot] [PATCH 2/2] i.MX6: nitrogen6x: Use new ANATOP_PFD_X macros In-Reply-To: <1377798352-22204-2-git-send-email-eric.nelson@boundarydevices.com> References: <1377798352-22204-1-git-send-email-eric.nelson@boundarydevices.com> <1377798352-22204-2-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <521FA02B.8080008@boundarydevices.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 08/29/2013 10:45 AM, Eric Nelson wrote: > Signed-off-by: Eric Nelson > --- > board/boundary/nitrogen6x/nitrogen6x.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/board/boundary/nitrogen6x/nitrogen6x.c b/board/boundary/nitrogen6x/nitrogen6x.c > index 79ab449..58fe8ae 100644 > --- a/board/boundary/nitrogen6x/nitrogen6x.c > +++ b/board/boundary/nitrogen6x/nitrogen6x.c > @@ -634,8 +634,8 @@ static void setup_display(void) > writel(reg, &mxc_ccm->CCGR3); > > /* set PFD1_FRAC to 0x13 == 455 MHz (480*18)/0x13 */ > - writel(ANATOP_PFD_480_PFD1_FRAC_MASK, &anatop->pfd_480_clr); > - writel(0x13<pfd_480_set); > + writel(ANATOP_PFD_FRAC_MASK(1), &anatop->pfd_480_clr); > + writel(0x13<pfd_480_set); > Nak. It turns out that PLL3/PFD1 isn't feeding anything in U-Boot on SABRE Lite or Nitrogen6X so there's no reason to change the value.