From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 1/7] ARM: imx: add i.mx6ul msl support
Date: Mon, 13 Jul 2015 23:14:56 +0800 [thread overview]
Message-ID: <20150713151455.GC26642@tiger> (raw)
In-Reply-To: <CAHrpEqTA4LeTdMFCb1jzbzDrUT2oE61uM7bmhKFgM7TKJmaDjA@mail.gmail.com>
On Thu, Jul 09, 2015 at 01:41:29PM -0500, Zhi Li wrote:
> On Thu, Jul 9, 2015 at 1:39 PM, Baruch Siach <baruch@tkos.co.il> wrote:
> > Hi Frank,
> >
> > On Fri, Jul 10, 2015 at 01:16:38AM +0800, Frank.Li at freescale.com wrote:
> >> +DT_MACHINE_START(IMX7D, "Freescale i.MX6 Ultralite (Device Tree)")
> >
> > IMX7D?
>
> Good capture. I will update it.
> Strange. why system can boot?
As long as the compatible string in imx6ul_dt_compat matches device
tree, system can boot.
Shawn
>
> >
> >> + .init_irq = imx6ul_init_irq,
> >> + .init_machine = imx6ul_init_machine,
> >> + .dt_compat = imx6ul_dt_compat,
> >> +MACHINE_END
> >
> > baruch
> >
> > --
> > http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
> > =}------------------------------------------------ooO--U--Ooo------------{=
> > - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Zhi Li <lznuaa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"Frank.Li-KZfg59tc24xl57MIdRCFDg@public.gmane.org"
<Frank.Li-KZfg59tc24xl57MIdRCFDg@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH v3 1/7] ARM: imx: add i.mx6ul msl support
Date: Mon, 13 Jul 2015 23:14:56 +0800 [thread overview]
Message-ID: <20150713151455.GC26642@tiger> (raw)
In-Reply-To: <CAHrpEqTA4LeTdMFCb1jzbzDrUT2oE61uM7bmhKFgM7TKJmaDjA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On Thu, Jul 09, 2015 at 01:41:29PM -0500, Zhi Li wrote:
> On Thu, Jul 9, 2015 at 1:39 PM, Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org> wrote:
> > Hi Frank,
> >
> > On Fri, Jul 10, 2015 at 01:16:38AM +0800, Frank.Li-KZfg59tc24xl57MIdRCFDg@public.gmane.org wrote:
> >> +DT_MACHINE_START(IMX7D, "Freescale i.MX6 Ultralite (Device Tree)")
> >
> > IMX7D?
>
> Good capture. I will update it.
> Strange. why system can boot?
As long as the compatible string in imx6ul_dt_compat matches device
tree, system can boot.
Shawn
>
> >
> >> + .init_irq = imx6ul_init_irq,
> >> + .init_machine = imx6ul_init_machine,
> >> + .dt_compat = imx6ul_dt_compat,
> >> +MACHINE_END
> >
> > baruch
> >
> > --
> > http://baruch.siach.name/blog/ ~. .~ Tk Open Systems
> > =}------------------------------------------------ooO--U--Ooo------------{=
> > - baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org - tel: +972.2.679.5364, http://www.tkos.co.il -
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-07-13 15:14 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-09 17:16 [PATCH v3 0/7] add basic support for i.mx6 ul chip Frank.Li at freescale.com
2015-07-09 17:16 ` Frank.Li
2015-07-09 17:16 ` [PATCH v3 1/7] ARM: imx: add i.mx6ul msl support Frank.Li at freescale.com
2015-07-09 17:16 ` Frank.Li-KZfg59tc24xl57MIdRCFDg
2015-07-09 18:39 ` Baruch Siach
2015-07-09 18:39 ` Baruch Siach
2015-07-09 18:41 ` Zhi Li
2015-07-09 18:41 ` Zhi Li
2015-07-13 15:14 ` Shawn Guo [this message]
2015-07-13 15:14 ` Shawn Guo
2015-07-13 15:19 ` Zhi Li
2015-07-13 15:19 ` Zhi Li
2015-07-09 17:16 ` [PATCH v3 2/7] ARM: imx: add imx6ul clk tree support Frank.Li at freescale.com
2015-07-09 17:16 ` Frank.Li
2015-07-09 17:16 ` [PATCH v3 3/7] Document: dt: binding: imx: update document for imx6ul support Frank.Li at freescale.com
2015-07-09 17:16 ` Frank.Li-KZfg59tc24xl57MIdRCFDg
2015-07-09 17:16 ` [PATCH v3 4/7] ARM: dts: add i.mx6ul pin function include file Frank.Li at freescale.com
2015-07-09 17:16 ` Frank.Li-KZfg59tc24xl57MIdRCFDg
2015-07-09 17:16 ` [PATCH v3 5/7] ARM: dts: imx: add imx6ul and imx6ul evk board support Frank.Li at freescale.com
2015-07-09 17:16 ` Frank.Li-KZfg59tc24xl57MIdRCFDg
2015-07-09 17:16 ` [PATCH v3 6/7] ARM: imx: imx_v6_v7_defconfig enable imx6ul support Frank.Li at freescale.com
2015-07-09 17:16 ` Frank.Li-KZfg59tc24xl57MIdRCFDg
2015-07-09 17:16 ` [PATCH v3 7/7] ARM: imx: add low-level debug support for i.mx6ul Frank.Li at freescale.com
2015-07-09 17:16 ` Frank.Li-KZfg59tc24xl57MIdRCFDg
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=20150713151455.GC26642@tiger \
--to=shawnguo@kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.