Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: horms@verge.net.au, linux-renesas-soc@vger.kernel.org,
	robh+dt@kernel.org, mark.rutland@arm.com,
	devicetree@vger.kernel.org
Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 3/3] ARM: dts: blanche: add Ethernet pins
Date: Thu, 14 Jul 2016 14:02:01 -0700 (PDT)	[thread overview]
Message-ID: <2472815.TZ6Lha6VX2@wasted.cogentembedded.com> (raw)
In-Reply-To: <5383928.8UnDsUpmkz@wasted.cogentembedded.com>

Add the (previously omitted) pin data for the SMSC LAN89218 Ethernet chip
to  the Blanche board's device tree:  the chip's IRQ output is connected to
the SoC's IRQ0 pin and its nCS input is connected to the SoC's EX_CS0# pin.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
Changes in version 3:
- killed extra empty line;
- reformatted the changelog.

 arch/arm/boot/dts/r8a7792-blanche.dts |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

Index: renesas/arch/arm/boot/dts/r8a7792-blanche.dts
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7792-blanche.dts
+++ renesas/arch/arm/boot/dts/r8a7792-blanche.dts
@@ -50,6 +50,9 @@
 		reg-io-width = <4>;
 		vddvario-supply = <&d3_3v>;
 		vdd33a-supply = <&d3_3v>;
+
+		pinctrl-0 = <&lan89218_pins>;
+		pinctrl-names = "default";
 	};
 };
 
@@ -67,6 +70,17 @@
 		groups = "scif3_data";
 		function = "scif3";
 	};
+
+	lan89218_pins: lan89218 {
+		intc {
+			groups = "intc_irq0";
+			function = "intc";
+		};
+		lbsc {
+			groups = "lbsc_ex_cs0";
+			function = "lbsc";
+		};
+	};
 };
 
 &scif0 {

  parent reply	other threads:[~2016-07-14 21:02 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-14 20:58 [PATCH v2 0/3] Add R8A7792/Blanche PFC support Sergei Shtylyov
2016-07-14 21:00 ` [PATCH v3 1/3] ARM: dts: r8a7792: add " Sergei Shtylyov
2016-07-14 21:00 ` [PATCH v3 2/3] ARM: dts: blanche: add SCIF0/3 pins Sergei Shtylyov
2016-07-14 21:02 ` Sergei Shtylyov [this message]
2016-07-18  2:09 ` [PATCH v2 0/3] Add R8A7792/Blanche PFC support Simon Horman
2016-08-17 19:03 ` [PATCH] ARM: dts: blanche: add support for general purpose switches Sergei Shtylyov
2016-08-22  7:18   ` Simon Horman
2016-08-18 18:31 ` [PATCH] ARM: dts: blanche: add SDHI0 support Sergei Shtylyov
2016-08-22  7:33   ` Simon Horman
2016-08-22 14:04     ` Sergei Shtylyov
2016-08-23  7:23       ` Simon Horman
2016-08-19 20:42 ` [PATCH] ARM: dts: blanche: add DU support Sergei Shtylyov
2016-08-22  7:41   ` Simon Horman
2016-08-22  8:10     ` Geert Uytterhoeven
2016-08-22 10:34     ` Sergei Shtylyov
2016-08-23  7:24       ` Simon Horman
2016-08-22 20:39 ` [PATCH] ARM: dts: blanche: add support for general purpose LEDs Sergei Shtylyov
2016-08-23  7:39   ` Simon Horman
2016-08-23 22:23     ` Sergei Shtylyov
2016-08-24 19:22 ` [PATCH v2] " Sergei Shtylyov
2016-08-26 13:40   ` Simon Horman
2016-09-05 21:33 ` [PATCH] ARM: dts: wheat: add support for tactile switches Sergei Shtylyov
2016-09-06  7:11   ` Geert Uytterhoeven
2016-09-06 10:15     ` 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=2472815.TZ6Lha6VX2@wasted.cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=devicetree@vger.kernel.org \
    --cc=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=magnus.damm@gmail.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox