[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <536B7FD3.5090506@cogentembedded.com>
Date: Thu, 08 May 2014 17:00:03 +0400
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To: Geert Uytterhoeven <geert+renesas@...der.be>,
Simon Horman <horms@...ge.net.au>,
Magnus Damm <magnus.damm@...il.com>
CC: Bastian Hecht <hechtb+renesas@...il.com>, linux-sh@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] ARM: shmobile: r8a7740 dtsi: Add Ethernet support
Hello.
On 05/08/2014 12:32 AM, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
> ---
> The "clocks" entry should be uncommented after the conversion to CCF is
> integrated.
> arch/arm/boot/dts/r8a7740.dtsi | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
> diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
> index 3834b94dc02a..560d8d71cea4 100644
> --- a/arch/arm/boot/dts/r8a7740.dtsi
> +++ b/arch/arm/boot/dts/r8a7740.dtsi
> @@ -122,6 +122,19 @@
> 0 149 IRQ_TYPE_LEVEL_HIGH>;
> };
>
> + ether: ethernet@...00000 {
Are you really going to refer to this node somewhere, using its label?
> + compatible = "renesas,gether-r8a7740";
> + reg = <0xe9a00000 0x800>,
> + <0xe9a01800 0x800>;
> + interrupt-parent = <&gic>;
> + interrupts = <0 110 IRQ_TYPE_LEVEL_HIGH>;
> + /* clocks = <&mstp3_clks R8A7740_CLK_GETHER>; */
This property is mandatory, according to the bindings.
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists