From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Thu, 03 Oct 2013 21:21:10 +0000 Subject: Re: [PATCH 3/3] ARM: shmobile: bockw: add SMSC support on DT Message-Id: <524DEDD4.3040906@cogentembedded.com> List-Id: References: <87txh0yzbj.wl%kuninori.morimoto.gx@renesas.com> In-Reply-To: <87txh0yzbj.wl%kuninori.morimoto.gx@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hello. On 02-10-2013 8:14, Kuninori Morimoto wrote: > This patch enables SMSC on BockW board via DT. > SMSC interrupt is connected to FPGA, and is connected > to IRQ0 on BockW. > This patch enabled INTC IRQ too > Signed-off-by: Kuninori Morimoto > --- > arch/arm/boot/dts/r8a7778-bockw-reference.dts | 27 +++++++++++++++++++++++- > arch/arm/mach-shmobile/board-bockw-reference.c | 20 ++++++++++++++++++ > 2 files changed, 46 insertions(+), 1 deletion(-) > diff --git a/arch/arm/boot/dts/r8a7778-bockw-reference.dts b/arch/arm/boot/dts/r8a7778-bockw-reference.dts > index 9bb903a..4425fd2 100644 > --- a/arch/arm/boot/dts/r8a7778-bockw-reference.dts > +++ b/arch/arm/boot/dts/r8a7778-bockw-reference.dts > @@ -22,11 +22,36 @@ [...] > + lan0@18300000 { According to the ePAPR spec, the node name should be "ethernet", not "lan0". WBR, Sergei