devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: fix usb pin control for imx-rex dts
@ 2015-09-16 17:40 eu
       [not found] ` <1442425232-21451-1-git-send-email-eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: eu @ 2015-09-16 17:40 UTC (permalink / raw)
  To: devicetree
  Cc: linux-kernel, Shawn Guo, Sascha Hauer, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, Russell King,
	Felipe F. Tonello

From: "Felipe F. Tonello" <eu@felipetonello.com>

This fixes a duplicated pin control causing this error:

imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_GPIO_1 already
requested by regulators:regulator@2; cannot claim for 2184000.usb
imx6q-pinctrl 20e0000.iomuxc: pin-137 (2184000.usb) status -22
imx6q-pinctrl 20e0000.iomuxc: could not request pin 137
(MX6Q_PAD_GPIO_1) from group usbotggrp  on device 20e0000.iomuxc
imx_usb 2184000.usb: Error applying setting, reverse things
back
imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_EIM_D31 already
requested by regulators:regulator@1; cannot claim for 2184200.usb
imx6q-pinctrl 20e0000.iomuxc: pin-52 (2184200.usb) status -22
imx6q-pinctrl 20e0000.iomuxc: could not request pin 52 (MX6Q_PAD_EIM_D31)
from group usbh1grp  on device 20e0000.iomuxc
imx_usb 2184200.usb: Error applying setting, reverse things
back

Signed-off-by: Felipe F. Tonello <eu@felipetonello.com>
---
 arch/arm/boot/dts/imx6qdl-rex.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl-rex.dtsi b/arch/arm/boot/dts/imx6qdl-rex.dtsi
index 3373fd9..a503562 100644
--- a/arch/arm/boot/dts/imx6qdl-rex.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-rex.dtsi
@@ -35,7 +35,6 @@
 			compatible = "regulator-fixed";
 			reg = <1>;
 			pinctrl-names = "default";
-			pinctrl-0 = <&pinctrl_usbh1>;
 			regulator-name = "usbh1_vbus";
 			regulator-min-microvolt = <5000000>;
 			regulator-max-microvolt = <5000000>;
@@ -47,7 +46,6 @@
 			compatible = "regulator-fixed";
 			reg = <2>;
 			pinctrl-names = "default";
-			pinctrl-0 = <&pinctrl_usbotg>;
 			regulator-name = "usb_otg_vbus";
 			regulator-min-microvolt = <5000000>;
 			regulator-max-microvolt = <5000000>;
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: fix usb pin control for imx-rex dts
       [not found] ` <1442425232-21451-1-git-send-email-eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org>
@ 2015-09-21  8:17   ` Felipe Tonello
       [not found]     ` <CAGrhNMwqjQvdsXOT_7JrnuDRm5n8UhLuSPY9GcJKmrXcW05cnQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  2015-09-24 12:15   ` Shawn Guo
  1 sibling, 1 reply; 4+ messages in thread
From: Felipe Tonello @ 2015-09-21  8:17 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Kernel development list, Shawn Guo, Sascha Hauer, Rob Herring,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King,
	Felipe F. Tonello

On Wed, Sep 16, 2015 at 6:40 PM,  <eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org> wrote:
> From: "Felipe F. Tonello" <eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org>
>
> This fixes a duplicated pin control causing this error:
>
> imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_GPIO_1 already
> requested by regulators:regulator@2; cannot claim for 2184000.usb
> imx6q-pinctrl 20e0000.iomuxc: pin-137 (2184000.usb) status -22
> imx6q-pinctrl 20e0000.iomuxc: could not request pin 137
> (MX6Q_PAD_GPIO_1) from group usbotggrp  on device 20e0000.iomuxc
> imx_usb 2184000.usb: Error applying setting, reverse things
> back
> imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_EIM_D31 already
> requested by regulators:regulator@1; cannot claim for 2184200.usb
> imx6q-pinctrl 20e0000.iomuxc: pin-52 (2184200.usb) status -22
> imx6q-pinctrl 20e0000.iomuxc: could not request pin 52 (MX6Q_PAD_EIM_D31)
> from group usbh1grp  on device 20e0000.iomuxc
> imx_usb 2184200.usb: Error applying setting, reverse things
> back
>
> Signed-off-by: Felipe F. Tonello <eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org>

Any comments?

Felipe
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: fix usb pin control for imx-rex dts
       [not found]     ` <CAGrhNMwqjQvdsXOT_7JrnuDRm5n8UhLuSPY9GcJKmrXcW05cnQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2015-09-23 15:37       ` Felipe Tonello
  0 siblings, 0 replies; 4+ messages in thread
From: Felipe Tonello @ 2015-09-23 15:37 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Kernel development list, Shawn Guo, Sascha Hauer, Rob Herring,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King,
	Felipe F. Tonello

On Mon, Sep 21, 2015 at 9:17 AM, Felipe Tonello <eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org> wrote:
> On Wed, Sep 16, 2015 at 6:40 PM,  <eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org> wrote:
>> From: "Felipe F. Tonello" <eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org>
>>
>> This fixes a duplicated pin control causing this error:
>>
>> imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_GPIO_1 already
>> requested by regulators:regulator@2; cannot claim for 2184000.usb
>> imx6q-pinctrl 20e0000.iomuxc: pin-137 (2184000.usb) status -22
>> imx6q-pinctrl 20e0000.iomuxc: could not request pin 137
>> (MX6Q_PAD_GPIO_1) from group usbotggrp  on device 20e0000.iomuxc
>> imx_usb 2184000.usb: Error applying setting, reverse things
>> back
>> imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_EIM_D31 already
>> requested by regulators:regulator@1; cannot claim for 2184200.usb
>> imx6q-pinctrl 20e0000.iomuxc: pin-52 (2184200.usb) status -22
>> imx6q-pinctrl 20e0000.iomuxc: could not request pin 52 (MX6Q_PAD_EIM_D31)
>> from group usbh1grp  on device 20e0000.iomuxc
>> imx_usb 2184200.usb: Error applying setting, reverse things
>> back
>>
>> Signed-off-by: Felipe F. Tonello <eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org>
>

Ping?
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: fix usb pin control for imx-rex dts
       [not found] ` <1442425232-21451-1-git-send-email-eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org>
  2015-09-21  8:17   ` Felipe Tonello
@ 2015-09-24 12:15   ` Shawn Guo
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2015-09-24 12:15 UTC (permalink / raw)
  To: eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Sascha Hauer, Rob Herring,
	Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Russell King

On Wed, Sep 16, 2015 at 06:40:32PM +0100, eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org wrote:
> From: "Felipe F. Tonello" <eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org>
> 
> This fixes a duplicated pin control causing this error:
> 
> imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_GPIO_1 already
> requested by regulators:regulator@2; cannot claim for 2184000.usb
> imx6q-pinctrl 20e0000.iomuxc: pin-137 (2184000.usb) status -22
> imx6q-pinctrl 20e0000.iomuxc: could not request pin 137
> (MX6Q_PAD_GPIO_1) from group usbotggrp  on device 20e0000.iomuxc
> imx_usb 2184000.usb: Error applying setting, reverse things
> back
> imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_EIM_D31 already
> requested by regulators:regulator@1; cannot claim for 2184200.usb
> imx6q-pinctrl 20e0000.iomuxc: pin-52 (2184200.usb) status -22
> imx6q-pinctrl 20e0000.iomuxc: could not request pin 52 (MX6Q_PAD_EIM_D31)
> from group usbh1grp  on device 20e0000.iomuxc
> imx_usb 2184200.usb: Error applying setting, reverse things
> back
> 
> Signed-off-by: Felipe F. Tonello <eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org>

Applied and copied stable, thanks.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-24 12:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 17:40 [PATCH] ARM: dts: fix usb pin control for imx-rex dts eu
     [not found] ` <1442425232-21451-1-git-send-email-eu-NLnRV5p3vwDxYxTyqlRmvgC/G2K4zDHf@public.gmane.org>
2015-09-21  8:17   ` Felipe Tonello
     [not found]     ` <CAGrhNMwqjQvdsXOT_7JrnuDRm5n8UhLuSPY9GcJKmrXcW05cnQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-23 15:37       ` Felipe Tonello
2015-09-24 12:15   ` Shawn Guo

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).