All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 06/15] ARM: shmobile: Add DT table of INTC for sh73a0
Date: Wed, 07 Nov 2012 10:54:58 +0000	[thread overview]
Message-ID: <509A3E02.3050507@kmckk.co.jp> (raw)
In-Reply-To: <1352278244-26702-7-git-send-email-horms@verge.net.au>

Hello, Iwamatsu-san, Simon-san

(2012/11/07 17:50), Simon Horman wrote:
> From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> Signed-off-by: Simon Horman <horms@verge.net.au>
> ---
>   arch/arm/boot/dts/sh73a0.dtsi |  810 +++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 810 insertions(+)
>   create mode 100644 arch/arm/boot/dts/sh73a0.dtsi
> 
> diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
> new file mode 100644
> index 0000000..b0c55e1
> --- /dev/null
> +++ b/arch/arm/boot/dts/sh73a0.dtsi
> @@ -0,0 +1,810 @@
> +/*
> + * Device Tree Source for the SH73A0
> + *
> + * Copyright (C) 2012 Renesas Solutions Corp.
> + *
> + * This file is licensed under the terms of the GNU General Public License
> + * version 2.  This program is licensed "as is" without any warranty of any
> + * kind, whether express or implied.
> + */
> +
> +/include/ "skeleton.dtsi"
> +
> +/ {
> +	compatible = "renesas,sh73a0";
> +
> +	cpus {
> +		cpu@0 {
> +			compatible = "arm,cortex-a8";
> +		};
> +	};

SH73A0 is dual core cortex-a9.






WARNING: multiple messages have this Message-ID (diff)
From: koba@kmckk.co.jp (Tetsuyuki Kobayashi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 06/15] ARM: shmobile: Add DT table of INTC for sh73a0
Date: Wed, 07 Nov 2012 19:54:58 +0900	[thread overview]
Message-ID: <509A3E02.3050507@kmckk.co.jp> (raw)
In-Reply-To: <1352278244-26702-7-git-send-email-horms@verge.net.au>

Hello, Iwamatsu-san, Simon-san

(2012/11/07 17:50), Simon Horman wrote:
> From: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> 
> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> Signed-off-by: Simon Horman <horms@verge.net.au>
> ---
>   arch/arm/boot/dts/sh73a0.dtsi |  810 +++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 810 insertions(+)
>   create mode 100644 arch/arm/boot/dts/sh73a0.dtsi
> 
> diff --git a/arch/arm/boot/dts/sh73a0.dtsi b/arch/arm/boot/dts/sh73a0.dtsi
> new file mode 100644
> index 0000000..b0c55e1
> --- /dev/null
> +++ b/arch/arm/boot/dts/sh73a0.dtsi
> @@ -0,0 +1,810 @@
> +/*
> + * Device Tree Source for the SH73A0
> + *
> + * Copyright (C) 2012 Renesas Solutions Corp.
> + *
> + * This file is licensed under the terms of the GNU General Public License
> + * version 2.  This program is licensed "as is" without any warranty of any
> + * kind, whether express or implied.
> + */
> +
> +/include/ "skeleton.dtsi"
> +
> +/ {
> +	compatible = "renesas,sh73a0";
> +
> +	cpus {
> +		cpu at 0 {
> +			compatible = "arm,cortex-a8";
> +		};
> +	};

SH73A0 is dual core cortex-a9.

  reply	other threads:[~2012-11-07 10:54 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-07  8:50 [RFC 00/15] SH/ARM shmobile DT initialisation of INTC and GIC Simon Horman
2012-11-07  8:50 ` Simon Horman
2012-11-07  8:50 ` [PATCH 01/15] ARM: shmobile: Add support OF for INTC of shmobile Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 02/15] SH: intc: Add support OF of IRQ Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 03/15] ARM: shmobile: Add support OF of INTC for r8a7740 Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 04/15] ARM: shmobile: Add support OF of INTC for sh73a0 Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 05/15] ARM: shmobile: Add support OF of INTC for sh7372 Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 06/15] ARM: shmobile: Add DT table of INTC for sh73a0 Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07 10:54   ` Tetsuyuki Kobayashi [this message]
2012-11-07 10:54     ` Tetsuyuki Kobayashi
2012-11-08  0:48     ` Simon Horman
2012-11-08  0:48       ` Simon Horman
2012-11-08  0:55     ` Nobuhiro Iwamatsu
2012-11-08  0:55       ` Nobuhiro Iwamatsu
2012-11-07  8:50 ` [PATCH 07/15] ARM: shmobile: Add DT table of INTC for sh7372 Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 08/15] ARM: shmobile: Add DT table of INTC for r8a7740 Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 09/15] ARM: shmobile: Include DTSI of r8a7740 to armadillo800eva Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 10/15] ARM: shmobile: Include DTSI of sh73a0 to kzm9g board Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 11/15] ARM: shmobile: kzm9g: Use DT initialisation of INTC Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 12/15] ARM: shmobile: r8a7740: " Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 13/15] ARM: shmobile: sh7372: " Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 14/15] ARM: shmobile: Add DT table of GIC for sh73a0 Simon Horman
2012-11-07  8:50   ` Simon Horman
2012-11-07  8:50 ` [PATCH 15/15] ARM: shmobile: sh73a0: Use DT for GIC Simon Horman
2012-11-07  8:50   ` Simon Horman

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=509A3E02.3050507@kmckk.co.jp \
    --to=koba@kmckk.co.jp \
    --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.