All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ARM: mvebu: Correct unit address for linksys
@ 2016-03-29 16:57 ` Patrick Uiterwijk
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Uiterwijk @ 2016-03-29 16:57 UTC (permalink / raw)
  To: linux-arm-kernel

The USB2 port for Armada 38x is defined to be at 58000, not at
50000.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
---
 arch/arm/boot/dts/armada-385-linksys.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/armada-385-linksys.dtsi b/arch/arm/boot/dts/armada-385-linksys.dtsi
index 3710755..85d2c37 100644
--- a/arch/arm/boot/dts/armada-385-linksys.dtsi
+++ b/arch/arm/boot/dts/armada-385-linksys.dtsi
@@ -117,7 +117,7 @@
 			};
 
 			/* USB part of the eSATA/USB 2.0 port */
-			usb at 50000 {
+			usb at 58000 {
 				status = "okay";
 			};
 
-- 
2.7.4

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

end of thread, other threads:[~2016-03-30 10:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29 16:57 [PATCH v2] ARM: mvebu: Correct unit address for linksys Patrick Uiterwijk
2016-03-29 16:57 ` Patrick Uiterwijk
2016-03-30  9:05 ` Imre Kaloz
2016-03-30  9:05   ` Imre Kaloz
2016-03-30 10:03   ` Gregory CLEMENT
2016-03-30 10:03     ` Gregory CLEMENT

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.