All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/02] ARM: shmobile: Lager DT USB PCI pinctrl setup via DTS
Date: Mon, 24 Feb 2014 07:51:54 +0000	[thread overview]
Message-ID: <20140224075154.20255.72319.sendpatchset@w520> (raw)
In-Reply-To: <20140224075144.20255.59443.sendpatchset@w520>

From: Magnus Damm <damm@opensource.se>

Add USB1 and USB2 pin configuration for Lager DT reference to
the default pinctrl setup.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/r8a7790-lager.dts |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

--- 0001/arch/arm/boot/dts/r8a7790-lager.dts
+++ work/arch/arm/boot/dts/r8a7790-lager.dts	2014-02-18 11:35:09.000000000 +0900
@@ -111,7 +111,7 @@
 };
 
 &pfc {
-	pinctrl-0 = <&du_pins &scif0_pins &scif1_pins>;
+	pinctrl-0 = <&du_pins &scif0_pins &scif1_pins &usb1_pins &usb2_pins>;
 	pinctrl-names = "default";
 
 	du_pins: du {
@@ -148,6 +148,16 @@
 		renesas,groups = "qspi_ctrl", "qspi_data4";
 		renesas,function = "qspi";
 	};
+
+	usb1_pins: usb1 {
+		renesas,groups = "usb1";
+		renesas,function = "usb1";
+	};
+
+	usb2_pins: usb2 {
+		renesas,groups = "usb2";
+		renesas,function = "usb2";
+	};
 };
 
 &mmcif1 {

WARNING: multiple messages have this Message-ID (diff)
From: magnus.damm@gmail.com (Magnus Damm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/02] ARM: shmobile: Lager DT USB PCI pinctrl setup via DTS
Date: Mon, 24 Feb 2014 16:51:54 +0900	[thread overview]
Message-ID: <20140224075154.20255.72319.sendpatchset@w520> (raw)
In-Reply-To: <20140224075144.20255.59443.sendpatchset@w520>

From: Magnus Damm <damm@opensource.se>

Add USB1 and USB2 pin configuration for Lager DT reference to
the default pinctrl setup.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/boot/dts/r8a7790-lager.dts |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

--- 0001/arch/arm/boot/dts/r8a7790-lager.dts
+++ work/arch/arm/boot/dts/r8a7790-lager.dts	2014-02-18 11:35:09.000000000 +0900
@@ -111,7 +111,7 @@
 };
 
 &pfc {
-	pinctrl-0 = <&du_pins &scif0_pins &scif1_pins>;
+	pinctrl-0 = <&du_pins &scif0_pins &scif1_pins &usb1_pins &usb2_pins>;
 	pinctrl-names = "default";
 
 	du_pins: du {
@@ -148,6 +148,16 @@
 		renesas,groups = "qspi_ctrl", "qspi_data4";
 		renesas,function = "qspi";
 	};
+
+	usb1_pins: usb1 {
+		renesas,groups = "usb1";
+		renesas,function = "usb1";
+	};
+
+	usb2_pins: usb2 {
+		renesas,groups = "usb2";
+		renesas,function = "usb2";
+	};
 };
 
 &mmcif1 {

  reply	other threads:[~2014-02-24  7:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-24  7:51 [PATCH 00/02] ARM: shmobile: Lager DT Reference USB PCI support Magnus Damm
2014-02-24  7:51 ` Magnus Damm
2014-02-24  7:51 ` Magnus Damm [this message]
2014-02-24  7:51   ` [PATCH 01/02] ARM: shmobile: Lager DT USB PCI pinctrl setup via DTS Magnus Damm
2014-02-24  7:52 ` [PATCH 02/02] ARM: shmobile: Lager DT USB PCI platform devices Magnus Damm
2014-02-24  7:52   ` Magnus Damm

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=20140224075154.20255.72319.sendpatchset@w520 \
    --to=magnus.damm@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.