From: franhsutw@gmail.com
To: "'Joel Stanley'" <joel@jms.id.au>
Cc: "'OpenBMC Maillist'" <openbmc@lists.ozlabs.org>,
"'Benjamin Fair'" <benjaminfair@google.com>,
"'Fran Hsu'" <Fran.Hsu@quantatw.com>
Subject: RE: [PATCH dev-5.1 v6 1/4] ARM: dts: nuvoton: Add NPCM730 common device tree include file.
Date: Thu, 6 Jun 2019 16:22:29 +0800 [thread overview]
Message-ID: <043701d51c41$0917bbe0$1b4733a0$@gmail.com> (raw)
In-Reply-To: <CACPK8Xf64=0SdFd9NSt+7F32fH4ndrezx2cHXQwjh0S70vaOYQ@mail.gmail.com>
Hi Joel,
Thanks, I will update the new patch to fix the warning message issue soon.
Fran
> -----Original Message-----
> From: Joel Stanley <joel@jms.id.au>
> Sent: Thursday, June 6, 2019 10:05 AM
> To: Fran Hsu <franhsutw@gmail.com>
> Cc: OpenBMC Maillist <openbmc@lists.ozlabs.org>; Benjamin Fair
> <benjaminfair@google.com>; Fran Hsu <Fran.Hsu@quantatw.com>
> Subject: Re: [PATCH dev-5.1 v6 1/4] ARM: dts: nuvoton: Add NPCM730 common
> device tree include file.
>
> Hi Fran,
>
> On Wed, 5 Jun 2019 at 13:38, Fran Hsu <franhsutw@gmail.com> wrote:
> >
> > Quanta GSJ BMC uses the Nuvoton NPCM730 BMC soc.
> > This file describes the common setting of NPCM730 soc.
>
> Please base your series on top of the dev-5.1 tree. The latest commit as of
> today is a17b8ac585d7faa27799f425fa4326c7a1e7ae71.
>
> Many of the changes in this series have already bee merged.
>
> Cheers,
>
> Joel
>
> >
> > Signed-off-by: Fran Hsu <Fran.Hsu@quantatw.com>
> > ---
> > arch/arm/boot/dts/nuvoton-npcm730.dtsi | 57
> > ++++++++++++++++++++++++++
> > 1 file changed, 57 insertions(+)
> > create mode 100644 arch/arm/boot/dts/nuvoton-npcm730.dtsi
> >
> > diff --git a/arch/arm/boot/dts/nuvoton-npcm730.dtsi
> > b/arch/arm/boot/dts/nuvoton-npcm730.dtsi
> > new file mode 100644
> > index 000000000000..20e13489b993
> > --- /dev/null
> > +++ b/arch/arm/boot/dts/nuvoton-npcm730.dtsi
> > @@ -0,0 +1,57 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +// Copyright (c) 2018 Nuvoton Technology tomer.maimon@nuvoton.com //
> > +Copyright 2018 Google, Inc.
> > +
> > +#include "nuvoton-common-npcm7xx.dtsi"
> > +
> > +/ {
> > + #address-cells = <1>;
> > + #size-cells = <1>;
> > + interrupt-parent = <&gic>;
> > +
> > + cpus {
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> > + enable-method = "nuvoton,npcm750-smp";
> > +
> > + cpu@0 {
> > + device_type = "cpu";
> > + compatible = "arm,cortex-a9";
> > + clocks = <&clk NPCM7XX_CLK_CPU>;
> > + clock-names = "clk_cpu";
> > + reg = <0>;
> > + next-level-cache = <&l2>;
> > + };
> > +
> > + cpu@1 {
> > + device_type = "cpu";
> > + compatible = "arm,cortex-a9";
> > + clocks = <&clk NPCM7XX_CLK_CPU>;
> > + clock-names = "clk_cpu";
> > + reg = <1>;
> > + next-level-cache = <&l2>;
> > + };
> > + };
> > +
> > + soc {
> > + timer@3fe600 {
> > + compatible = "arm,cortex-a9-twd-timer";
> > + reg = <0x3fe600 0x20>;
> > + interrupts = <GIC_PPI 13
> (GIC_CPU_MASK_SIMPLE(2) |
> > +
> IRQ_TYPE_LEVEL_HIGH)>;
> > + clocks = <&clk NPCM7XX_CLK_AHB>;
> > + };
> > + };
> > +
> > + ahb {
> > + udc9:udc@f0839000 {
> > + compatible = "nuvoton,npcm750-udc";
> > + reg = <0xf0839000 0x1000
> > + 0xfffd0000 0x800>;
> > + interrupts = <GIC_SPI 60
> IRQ_TYPE_LEVEL_HIGH>;
> > + status = "disabled";
> > + clocks = <&clk NPCM7XX_CLK_SU>;
> > + clock-names = "clk_usb_bridge";
> > + };
> > + };
> > +};
> > --
> > 2.21.0
> >
prev parent reply other threads:[~2019-06-06 8:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-05 13:36 [PATCH dev-5.1 v6 1/4] ARM: dts: nuvoton: Add NPCM730 common device tree include file Fran Hsu
2019-06-05 13:36 ` [PATCH dev-5.1 v6 2/4] ARM: dts: nuvoton: Add Quanta GSJ BMC pinctrl file Fran Hsu
2019-06-05 13:36 ` [PATCH dev-5.1 v6 3/4] ARM: dts: nuvoton: Add Quanta GSJ BMC Device Tree Fran Hsu
2019-06-05 13:36 ` [PATCH dev-5.1 v6 4/4] ARM: dts: nuvoton: Add GPIOs and LEDs to GSJ device tree Fran Hsu
2019-06-06 2:05 ` [PATCH dev-5.1 v6 1/4] ARM: dts: nuvoton: Add NPCM730 common device tree include file Joel Stanley
2019-06-06 8:22 ` franhsutw [this message]
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='043701d51c41$0917bbe0$1b4733a0$@gmail.com' \
--to=franhsutw@gmail.com \
--cc=Fran.Hsu@quantatw.com \
--cc=benjaminfair@google.com \
--cc=joel@jms.id.au \
--cc=openbmc@lists.ozlabs.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.