All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawn.guo@linaro.org>
To: Zhi Li <lznuaa@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>,
	Frank Li <Frank.Li@freescale.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Anson Huang <b20788@freescale.com>
Subject: Re: [PATCH V7 04/10] ARM: dts: add imx7d soc dtsi file
Date: Thu, 7 May 2015 21:32:31 +0800	[thread overview]
Message-ID: <20150507133229.GM3162@dragon> (raw)
In-Reply-To: <CAHrpEqRn-KWVzBaY1OtcLHivPVp-17Vw7qZaCzGts52_rv1eug@mail.gmail.com>

On Thu, Apr 30, 2015 at 01:25:05PM -0500, Zhi Li wrote:
> On Thu, Apr 30, 2015 at 1:07 PM, Fabio Estevam <festevam@gmail.com> wrote:
> > Hi Frank,
> >
> > On Wed, Apr 29, 2015 at 11:20 AM,  <Frank.Li@freescale.com> wrote:
> >
> >> +       cpus {
> >> +               #address-cells = <1>;
> >> +               #size-cells = <0>;
> >> +
> >> +               cpu0: cpu@0 {
> >> +                       compatible = "arm,cortex-a7";
> >> +                       device_type = "cpu";
> >> +                       reg = <0>;
> >> +                       operating-points = <
> >> +                               /* KHz  uV */
> >> +                               996000  1075000
> >> +                               792000  975000
> >> +                       >;
> >> +                       clock-latency = <61036>; /* two CLK32 periods */
> >> +                       clocks = <&clks IMX7D_ARM_A7_ROOT_CLK>, <&clks IMX7D_ARM_A7_ROOT_SRC>,
> >> +                                <&clks IMX7D_PLL_ARM_MAIN_CLK>, <&clks IMX7D_PLL_SYS_MAIN_CLK>;
> >> +                       clock-names = "arm", "arm_root_src", "pll_arm", "pll_sys_main";
> >> +               };
> >> +       };
> >
> > That's a dual core, so you also need to pass cpu1 ;-)
> 
> SMP is not enabled yet.
> cpu1 will be added when enable SMP.
> I am working on that.

Without SMP support, the kernel doesn't boot if you have cpu1 in device
tree?

Shawn

WARNING: multiple messages have this Message-ID (diff)
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V7 04/10] ARM: dts: add imx7d soc dtsi file
Date: Thu, 7 May 2015 21:32:31 +0800	[thread overview]
Message-ID: <20150507133229.GM3162@dragon> (raw)
In-Reply-To: <CAHrpEqRn-KWVzBaY1OtcLHivPVp-17Vw7qZaCzGts52_rv1eug@mail.gmail.com>

On Thu, Apr 30, 2015 at 01:25:05PM -0500, Zhi Li wrote:
> On Thu, Apr 30, 2015 at 1:07 PM, Fabio Estevam <festevam@gmail.com> wrote:
> > Hi Frank,
> >
> > On Wed, Apr 29, 2015 at 11:20 AM,  <Frank.Li@freescale.com> wrote:
> >
> >> +       cpus {
> >> +               #address-cells = <1>;
> >> +               #size-cells = <0>;
> >> +
> >> +               cpu0: cpu at 0 {
> >> +                       compatible = "arm,cortex-a7";
> >> +                       device_type = "cpu";
> >> +                       reg = <0>;
> >> +                       operating-points = <
> >> +                               /* KHz  uV */
> >> +                               996000  1075000
> >> +                               792000  975000
> >> +                       >;
> >> +                       clock-latency = <61036>; /* two CLK32 periods */
> >> +                       clocks = <&clks IMX7D_ARM_A7_ROOT_CLK>, <&clks IMX7D_ARM_A7_ROOT_SRC>,
> >> +                                <&clks IMX7D_PLL_ARM_MAIN_CLK>, <&clks IMX7D_PLL_SYS_MAIN_CLK>;
> >> +                       clock-names = "arm", "arm_root_src", "pll_arm", "pll_sys_main";
> >> +               };
> >> +       };
> >
> > That's a dual core, so you also need to pass cpu1 ;-)
> 
> SMP is not enabled yet.
> cpu1 will be added when enable SMP.
> I am working on that.

Without SMP support, the kernel doesn't boot if you have cpu1 in device
tree?

Shawn

  parent reply	other threads:[~2015-05-07 13:32 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-29 14:20 [PATCH V7 00/10] Add Freescale i.mx7d support Frank.Li
2015-04-29 14:20 ` Frank.Li at freescale.com
2015-04-29 14:20 ` [PATCH V7 01/10] ARM: dts: add pinfunc include file to support imx7d Frank.Li
2015-04-29 14:20   ` Frank.Li at freescale.com
2015-05-07 13:13   ` Shawn Guo
2015-05-07 13:13     ` Shawn Guo
2015-04-29 14:20 ` [PATCH V7 02/10] ARM: dts: add clock " Frank.Li
2015-04-29 14:20   ` Frank.Li at freescale.com
2015-05-07 13:20   ` Shawn Guo
2015-05-07 13:20     ` Shawn Guo
2015-04-29 14:20 ` [PATCH V7 03/10] Document: dt: binding: imx: update document for imx7d support Frank.Li
2015-04-29 14:20   ` Frank.Li at freescale.com
2015-05-07 13:30   ` Shawn Guo
2015-05-07 13:30     ` Shawn Guo
2015-04-29 14:20 ` [PATCH V7 04/10] ARM: dts: add imx7d soc dtsi file Frank.Li
2015-04-29 14:20   ` Frank.Li at freescale.com
2015-04-30 18:07   ` Fabio Estevam
2015-04-30 18:07     ` Fabio Estevam
2015-04-30 18:25     ` Zhi Li
2015-04-30 18:25       ` Zhi Li
     [not found]       ` <CAHrpEqRn-KWVzBaY1OtcLHivPVp-17Vw7qZaCzGts52_rv1eug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-30 19:55         ` Fabio Estevam
2015-04-30 19:55           ` Fabio Estevam
2015-05-07 13:32       ` Shawn Guo [this message]
2015-05-07 13:32         ` Shawn Guo
2015-05-07 13:53   ` Shawn Guo
2015-05-07 13:53     ` Shawn Guo
2015-04-29 14:20 ` [PATCH V7 05/10] pinctrl: add imx7d support Frank.Li
2015-04-29 14:20   ` Frank.Li at freescale.com
2015-05-06 11:55   ` Linus Walleij
2015-05-06 11:55     ` Linus Walleij
2015-05-06 13:36     ` Zhi Li
2015-05-06 13:36       ` Zhi Li
2015-04-29 14:20 ` [PATCH V7 06/10] ARM: imx: add msl support for imx7d Frank.Li
2015-04-29 14:20   ` Frank.Li at freescale.com
2015-05-07 14:14   ` Shawn Guo
2015-05-07 14:14     ` Shawn Guo
2015-04-29 14:20 ` [PATCH V7 07/10] ARM: imx: add gpt system timer " Frank.Li
2015-04-29 14:20   ` Frank.Li at freescale.com
2015-04-29 14:20 ` [PATCH V7 08/10] ARM: imx: add imx7d clk tree support Frank.Li
2015-04-29 14:20   ` Frank.Li at freescale.com
2015-04-29 14:20 ` [PATCH V7 09/10] arm: dts: add imx7d-sdb support Frank.Li
2015-04-29 14:20   ` Frank.Li at freescale.com
     [not found] ` <1430317210-18333-1-git-send-email-Frank.Li-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-04-29 14:20   ` [PATCH V7 10/10] ARM: config: imx_v6_v7_defconfig add imx7d support Frank.Li-KZfg59tc24xl57MIdRCFDg
2015-04-29 14:20     ` Frank.Li at freescale.com

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=20150507133229.GM3162@dragon \
    --to=shawn.guo@linaro.org \
    --cc=Frank.Li@freescale.com \
    --cc=b20788@freescale.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=lznuaa@gmail.com \
    --cc=robh+dt@kernel.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.