From: linuxzsc@gmail.com (Richard Zhao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: mach-mx5: Fix build for mx53_loco and mx53_smd
Date: Thu, 27 Jan 2011 20:19:28 +0800 [thread overview]
Message-ID: <20110127121928.GA1948@richard-laptop> (raw)
In-Reply-To: <4D415BA2.2020207@freescale.com>
On Thu, Jan 27, 2011 at 09:48:50AM -0200, Fabio Estevam wrote:
> Hi Richard,
>
> On 1/27/2011 7:30 AM, Richard Zhao wrote:
> ....
> >>> static iomux_v3_cfg_t mx53_loco_pads[] = {
> >>> - MX53_PAD_CSI0_D10__UART1_TXD,
> >>> - MX53_PAD_CSI0_D11__UART1_RXD,
> >>> - MX53_PAD_ATA_DIOW__UART1_TXD,
> >>> - MX53_PAD_ATA_DMACK__UART1_RXD,
> >>> -
> >>> - MX53_PAD_ATA_BUFFER_EN__UART2_RXD,
> >>> - MX53_PAD_ATA_DMARQ__UART2_TXD,
> >>> - MX53_PAD_ATA_DIOR__UART2_RTS,
> >>> - MX53_PAD_ATA_INTRQ__UART2_CTS,
> >>> -
> >>> - MX53_PAD_ATA_CS_0__UART3_TXD,
> >>> - MX53_PAD_ATA_CS_1__UART3_RXD,
> >>> - MX53_PAD_ATA_DA_1__UART3_CTS,
> >>> - MX53_PAD_ATA_DA_2__UART3_RTS,
> >>> + MX53_PAD_CSI0_DAT10__UART1_TXD_MUX,
> >>> + MX53_PAD_CSI0_DAT11__UART1_RXD_MUX,
> >>> + MX53_PAD_PATA_DIOW__UART1_TXD_MUX,
> >>> + MX53_PAD_PATA_DMACK__UART1_RXD_MUX,
> > So many Pad configured to uart1?
>
> As per the subject the intention of this patch is to fix the build for mx53_loco and mx53_smd.
>
> In this patch I just changed the pad names to fix the build issue.
>
>
> >>> +
> >>> + MX53_PAD_PATA_BUFFER_EN__UART2_RXD_MUX,
> >>> + MX53_PAD_PATA_DMARQ__UART2_TXD_MUX,
> >>> + MX53_PAD_PATA_DIOR__UART2_RTS,
> >>> + MX53_PAD_PATA_INTRQ__UART2_CTS,
> >>> +
> >>> + MX53_PAD_PATA_CS_0__UART3_TXD_MUX,
> >>> + MX53_PAD_PATA_CS_1__UART3_RXD_MUX,
> >>> + MX53_PAD_PATA_DA_1__UART3_CTS,
> >>> + MX53_PAD_PATA_DA_2__UART3_RTS,
> > LoCo don't have uart2 and uart3.
>
> Right, these are removed later in my patch series.
I didn't see your patch series in my freescale mailbox, until Sascha replied.
>
> After my patch series is applied we have a working UART1 console.
>
> Can we apply them?
Sure. My two coins, why don't you squash patch 2 and 3. They're both small and
modifying the same thing. It don't matter much. If you choose to send it again,
you can merge my second patch.
>
> Regards,
>
> Fabio Estevam
> >>> +
> >>> };
> >>>
> >>> static const struct imxuart_platform_data mx53_loco_uart_data __initconst = {
> >>> diff --git a/arch/arm/mach-mx5/board-mx53_smd.c b/arch/arm/mach-mx5/board-mx53_smd.c
> >>> index 7970f7a..06070c5 100644
> >>> --- a/arch/arm/mach-mx5/board-mx53_smd.c
> >>> +++ b/arch/arm/mach-mx5/board-mx53_smd.c
> >>> @@ -39,20 +39,20 @@
> >>> #define SMD_FEC_PHY_RST IMX_GPIO_NR(7, 6)
> >>>
> >>> static iomux_v3_cfg_t mx53_smd_pads[] = {
> >>> - MX53_PAD_CSI0_D10__UART1_TXD,
> >>> - MX53_PAD_CSI0_D11__UART1_RXD,
> >>> - MX53_PAD_ATA_DIOW__UART1_TXD,
> >>> - MX53_PAD_ATA_DMACK__UART1_RXD,
> >>> -
> >>> - MX53_PAD_ATA_BUFFER_EN__UART2_RXD,
> >>> - MX53_PAD_ATA_DMARQ__UART2_TXD,
> >>> - MX53_PAD_ATA_DIOR__UART2_RTS,
> >>> - MX53_PAD_ATA_INTRQ__UART2_CTS,
> >>> -
> >>> - MX53_PAD_ATA_CS_0__UART3_TXD,
> >>> - MX53_PAD_ATA_CS_1__UART3_RXD,
> >>> - MX53_PAD_ATA_DA_1__UART3_CTS,
> >>> - MX53_PAD_ATA_DA_2__UART3_RTS,
> >>> + MX53_PAD_CSI0_DAT10__UART1_TXD_MUX,
> >>> + MX53_PAD_CSI0_DAT11__UART1_RXD_MUX,
> >>> + MX53_PAD_PATA_DIOW__UART1_TXD_MUX,
> >>> + MX53_PAD_PATA_DMACK__UART1_RXD_MUX,
> > same as above.
will you fix iomux issue here? I didn't see any other fix in your patch series.
Thanks
Richard
> >
> > Thanks
> > Richard
> >>> +
> >>> + MX53_PAD_PATA_BUFFER_EN__UART2_RXD_MUX,
> >>> + MX53_PAD_PATA_DMARQ__UART2_TXD_MUX,
> >>> + MX53_PAD_PATA_DIOR__UART2_RTS,
> >>> + MX53_PAD_PATA_INTRQ__UART2_CTS,
> >>> +
> >>> + MX53_PAD_PATA_CS_0__UART3_TXD_MUX,
> >>> + MX53_PAD_PATA_CS_1__UART3_RXD_MUX,
> >>> + MX53_PAD_PATA_DA_1__UART3_CTS,
> >>> + MX53_PAD_PATA_DA_2__UART3_RTS,
> >>> };
> >>>
> >>> static const struct imxuart_platform_data mx53_smd_uart_data __initconst = {
> >>> --
> >>> 1.6.0.4
> >>>
> >>>
> >>>
> >>
> >> --
> >> Pengutronix e.K. | |
> >> Industrial Linux Solutions | http://www.pengutronix.de/ |
> >> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> >> Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
> >>
> >> _______________________________________________
> >> linux-arm-kernel mailing list
> >> linux-arm-kernel at lists.infradead.org
> >> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> >>
>
>
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2011-01-27 12:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-25 15:08 [PATCH 1/3] ARM: mach-mx5: Fix build for mx53_loco and mx53_smd Fabio Estevam
2011-01-25 15:08 ` [PATCH 2/3] ARM: mach-mx5/board-mx53_loco: Make UART1 functional Fabio Estevam
2011-01-25 15:08 ` [PATCH 3/3] ARM: mach-mx5/board-mx53_loco: Remove unused UARTs Fabio Estevam
2011-01-28 12:48 ` Richard Zhao
2011-01-28 12:48 ` [PATCH 2/3] ARM: mach-mx5/board-mx53_loco: Make UART1 functional Richard Zhao
2011-01-27 7:30 ` [PATCH 1/3] ARM: mach-mx5: Fix build for mx53_loco and mx53_smd Sascha Hauer
2011-01-27 9:30 ` Richard Zhao
2011-01-27 11:48 ` Fabio Estevam
2011-01-27 12:19 ` Richard Zhao [this message]
2011-01-27 12:58 ` "Porting the Linux Kernel to a New ARM Platform", updated...? Nick Pelling
2011-02-03 14:31 ` Steve Chen
2011-02-03 14:36 ` Russell King - ARM Linux
[not found] ` <AANLkTikWsU2V+1ohAaiFfRneLjsGRWx7ee5X655mAa18@mail.gmail.c om>
2011-02-05 9:59 ` Nick Pelling
2011-01-28 12:26 ` [PATCH 1/3] ARM: mach-mx5: Fix build for mx53_loco and mx53_smd Fabio Estevam
2011-01-28 12:46 ` Richard Zhao
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=20110127121928.GA1948@richard-laptop \
--to=linuxzsc@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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