From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/3] pcie_imx: Add mx6solox support
Date: Mon, 25 Aug 2014 16:27:45 +0200 [thread overview]
Message-ID: <201408251627.45838.marex@denx.de> (raw)
In-Reply-To: <CAOMZO5Dg8UZ=f=SUu=Nz0b8cz41+0n=O5Zcm9x7yF=PPOAc+eA@mail.gmail.com>
On Monday, August 25, 2014 at 03:54:29 PM, Fabio Estevam wrote:
> On Mon, Aug 25, 2014 at 4:54 AM, Marek Vasut <marex@denx.de> wrote:
> > On Sunday, August 24, 2014 at 07:52:25 PM, Fabio Estevam wrote:
> >
> > [...]
> >
> >> --- a/arch/arm/cpu/armv7/mx6/clock.c
> >> +++ b/arch/arm/cpu/armv7/mx6/clock.c
> >> @@ -504,10 +504,19 @@ int enable_pcie_clock(void)
> >>
> >> #define ANADIG_ANA_MISC1_LVDSCLK1_IBEN (1 << 12)
> >> #define ANADIG_ANA_MISC1_LVDSCLK1_OBEN (1 << 10)
> >> #define ANADIG_ANA_MISC1_LVDS1_CLK_SEL_MASK 0x0000001F
> >>
> >> +#ifndef CONFIG_MX6SX
> >> + /* lvds_clk1 is sourced from sata ref on imx6q/dl/solo */
> >>
> >> clrsetbits_le32(&anatop_regs->ana_misc1,
> >>
> >> ANADIG_ANA_MISC1_LVDSCLK1_IBEN |
> >> ANADIG_ANA_MISC1_LVDS1_CLK_SEL_MASK,
> >> ANADIG_ANA_MISC1_LVDSCLK1_OBEN | 0xb);
> >>
> >> +#else
> >> + /* lvds_clk1 is sourced from pcie ref on imx6sx */
> >> + clrsetbits_le32(&anatop_regs->ana_misc1,
> >> + ANADIG_ANA_MISC1_LVDSCLK1_IBEN |
> >> + ANADIG_ANA_MISC1_LVDS1_CLK_SEL_MASK,
> >> + ANADIG_ANA_MISC1_LVDSCLK1_OBEN | 0xa);
> >> +#endif
> >
> > Is that only 1-bit difference here ? What does the magic 0xa and 0xb
> > stand for please ?
>
> Correct.
>
> 0xa means that LVDS1_CLK_SEL comes from PCIE_REF ? PCIe ref clock
>
> 0xb means that LVDS1_CLK_SEL comes from SATA_REF ? SATA ref clock
>
> In this patch I have added comments for both cases, so hopefully it is
> clear.
Can you maybe pull the mask out and just ORR it with the correct bit in the
ifdef ? Or -- even better, can this not be done at runtime ?
Best regards,
Marek Vasut
next prev parent reply other threads:[~2014-08-25 14:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-24 17:52 [U-Boot] [PATCH v2 1/3] mx6: imx-regs: Provide a structure for GPC registers Fabio Estevam
2014-08-24 17:52 ` [U-Boot] [PATCH v2 2/3] pcie_imx: Add mx6solox support Fabio Estevam
2014-08-25 7:54 ` Marek Vasut
2014-08-25 13:54 ` Fabio Estevam
2014-08-25 14:27 ` Marek Vasut [this message]
2014-08-25 17:29 ` Fabio Estevam
2014-08-24 17:52 ` [U-Boot] [PATCH v2 3/3] mx6sxsabresd: Add PCI support Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201408251627.45838.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox