All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: Correct which USB controller has the UTMI pad registers
@ 2015-04-02 14:31 ` Tomeu Vizoso
  0 siblings, 0 replies; 22+ messages in thread
From: Tomeu Vizoso @ 2015-04-02 14:31 UTC (permalink / raw)
  To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
  Cc: Tomeu Vizoso, Mikko Perttunen, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala, Russell King,
	Stephen Warren, Thierry Reding, Alexandre Courbot,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

It should be the first controller, not the second.

This broke USB after 6261b06 ("regulator: Defer lookup of supply to
regulator_get"), because it changed the order in which the controllers
were probed.

The fix for this issue was suggested by Mikko Perttunen.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
Cc: Mikko Perttunen <mikko.perttunen-/1wQRMveznE@public.gmane.org>
---
 arch/arm/boot/dts/tegra124.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
index cf01c81..cb786a9 100644
--- a/arch/arm/boot/dts/tegra124.dtsi
+++ b/arch/arm/boot/dts/tegra124.dtsi
@@ -838,6 +838,7 @@
 		nvidia,hssquelch-level = <2>;
 		nvidia,hsdiscon-level = <5>;
 		nvidia,xcvr-hsslew = <12>;
+		nvidia,has-utmi-pad-registers;
 		status = "disabled";
 	};
 
@@ -874,7 +875,6 @@
 		nvidia,hssquelch-level = <2>;
 		nvidia,hsdiscon-level = <5>;
 		nvidia,xcvr-hsslew = <12>;
-		nvidia,has-utmi-pad-registers;
 		status = "disabled";
 	};
 
-- 
2.3.4

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

end of thread, other threads:[~2015-04-28  9:11 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02 14:31 [PATCH] ARM: tegra: Correct which USB controller has the UTMI pad registers Tomeu Vizoso
2015-04-02 14:31 ` Tomeu Vizoso
2015-04-02 14:31 ` Tomeu Vizoso
     [not found] ` <1427985119-15307-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2015-04-02 14:53   ` Mikko Perttunen
2015-04-02 14:53     ` Mikko Perttunen
2015-04-02 14:53     ` Mikko Perttunen
     [not found]     ` <551D57E0.7050102-/1wQRMveznE@public.gmane.org>
2015-04-02 15:00       ` [PATCH v2] " Tomeu Vizoso
2015-04-02 15:00         ` Tomeu Vizoso
2015-04-02 15:00         ` Tomeu Vizoso
     [not found]         ` <1427986842-21409-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2015-04-02 15:20           ` Mikko Perttunen
2015-04-02 15:20             ` Mikko Perttunen
2015-04-02 15:20             ` Mikko Perttunen
2015-04-02 15:35             ` Mikko Perttunen
2015-04-02 15:35               ` Mikko Perttunen
     [not found]               ` <551D61A5.2010102-/1wQRMveznE@public.gmane.org>
2015-04-03  7:21                 ` [PATCH v3] " Tomeu Vizoso
2015-04-03  7:21                   ` Tomeu Vizoso
2015-04-03  7:21                   ` Tomeu Vizoso
     [not found]                   ` <1428045671-2333-1-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
2015-04-03  9:10                     ` Mikko Perttunen
2015-04-03  9:10                       ` Mikko Perttunen
2015-04-03  9:10                       ` Mikko Perttunen
2015-04-28  9:11                   ` Jon Hunter
2015-04-28  9:11                     ` Jon Hunter

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.