Message ID | 1417509427-31690-2-git-send-email-ulrich.hecht+renesas@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Simon Horman |
Headers | show |
Hi Ulrich, On Tue, Dec 2, 2014 at 9:37 AM, Ulrich Hecht <ulrich.hecht+renesas@gmail.com> wrote: > Describes the SMSC LAN9220 chip. It is not currently enabled because a suitable > mechanism for activating its clock (zb) is yet to be developed. Have you tried the mechanism from "[PATCH RFC 0/3] Add "Simple" / Renesas Bus State Controller Driver" (https://lkml.org/lkml/2014/11/24/661)? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts index 84e05f7..a218c26 100644 --- a/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts +++ b/arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts @@ -68,6 +68,19 @@ #address-cells = <1>; #size-cells = <1>; ranges = <0 0 0 0x80000000>; + + ethernet@8000000 { + compatible = "smsc,lan9220", "smsc,lan9115"; + reg = <0x08000000 0x1000>; + interrupt-parent = <&irqc1>; + interrupts = <8 IRQ_TYPE_LEVEL_HIGH>; + phy-mode = "mii"; + reg-io-width = <4>; + smsc,irq-active-high; + smsc,irq-push-pull; + vddvario-supply = <&ape6evm_fixed_3v3>; + vdd33a-supply = <&ape6evm_fixed_3v3>; + }; }; };
Describes the SMSC LAN9220 chip. It is not currently enabled because a suitable mechanism for activating its clock (zb) is yet to be developed. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> --- arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+)