linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: mx5: Move the USB pinmux to USB node on M53EVK
Date: Wed,  9 Jul 2014 13:56:01 +0200	[thread overview]
Message-ID: <1404906961-11920-1-git-send-email-marex@denx.de> (raw)
In-Reply-To: <20140628151551.GE7869@dragon>

The USB pinmux should be in the USB Host1 node, not in the Hog node
of the pinmux controller.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawn.guo@linaro.org>
---
 arch/arm/boot/dts/imx53-m53evk.dts | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx53-m53evk.dts b/arch/arm/boot/dts/imx53-m53evk.dts
index 1883d0d..d0e0f57 100644
--- a/arch/arm/boot/dts/imx53-m53evk.dts
+++ b/arch/arm/boot/dts/imx53-m53evk.dts
@@ -158,7 +158,7 @@
 
 &iomuxc {
 	pinctrl-names = "default";
-	pinctrl-0 = <&pinctrl_hog &pinctrl_usb>;
+	pinctrl-0 = <&pinctrl_hog>;
 
 	imx53-m53evk {
 		pinctrl_usb: usbgrp {
@@ -343,6 +343,8 @@
 };
 
 &usbh1 {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_usb>;
 	vbus-supply = <&reg_usbh1_vbus>;
 	phy_type = "utmi";
 	status = "okay";
-- 
2.0.0

      parent reply	other threads:[~2014-07-09 11:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-25 18:48 [PATCH 1/2] ARM: dts: mx5: Split M53EVK into SoM and EVK parts Marek Vasut
2014-06-25 18:48 ` [PATCH 2/2] ARM: dts: mxs: Split M28EVK " Marek Vasut
2014-06-28 15:17   ` Shawn Guo
2014-06-28 15:15 ` [PATCH 1/2] ARM: dts: mx5: Split M53EVK " Shawn Guo
2014-07-09 11:55   ` Marek Vasut
2014-07-14 14:49     ` Shawn Guo
2014-07-14 18:57       ` Marek Vasut
2014-07-09 11:56   ` Marek Vasut [this message]

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=1404906961-11920-1-git-send-email-marex@denx.de \
    --to=marex@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).