From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nobuhiro Iwamatsu Date: Thu, 08 Nov 2012 00:55:23 +0000 Subject: Re: [PATCH 06/15] ARM: shmobile: Add DT table of INTC for sh73a0 Message-Id: <509B02FB.9020004@renesas.com> List-Id: References: <1352278244-26702-1-git-send-email-horms@verge.net.au> <1352278244-26702-7-git-send-email-horms@verge.net.au> <509A3E02.3050507@kmckk.co.jp> In-Reply-To: <509A3E02.3050507@kmckk.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Hi, Tetsuyuki Kobayashi さんは書きました: > Hello, Iwamatsu-san, Simon-san > > (2012/11/07 17:50), Simon Horman wrote: >> From: Nobuhiro Iwamatsu >> >> Signed-off-by: Nobuhiro Iwamatsu >> Signed-off-by: Simon Horman >> --- >> 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. > Thanks, I will fix. From mboxrd@z Thu Jan 1 00:00:00 1970 From: nobuhiro.iwamatsu.yj@renesas.com (Nobuhiro Iwamatsu) Date: Thu, 08 Nov 2012 09:55:23 +0900 Subject: [PATCH 06/15] ARM: shmobile: Add DT table of INTC for sh73a0 In-Reply-To: <509A3E02.3050507@kmckk.co.jp> References: <1352278244-26702-1-git-send-email-horms@verge.net.au> <1352278244-26702-7-git-send-email-horms@verge.net.au> <509A3E02.3050507@kmckk.co.jp> Message-ID: <509B02FB.9020004@renesas.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, Tetsuyuki Kobayashi ????????: > Hello, Iwamatsu-san, Simon-san > > (2012/11/07 17:50), Simon Horman wrote: >> From: Nobuhiro Iwamatsu >> >> Signed-off-by: Nobuhiro Iwamatsu >> Signed-off-by: Simon Horman >> --- >> 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. > Thanks, I will fix.