public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: patrick@puiterwijk.org (Patrick Uiterwijk)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: mvebu: Correct unit address for linksys
Date: Tue, 29 Mar 2016 16:57:40 +0000	[thread overview]
Message-ID: <1459270660-30411-1-git-send-email-patrick@puiterwijk.org> (raw)

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

             reply	other threads:[~2016-03-29 16:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29 16:57 Patrick Uiterwijk [this message]
2016-03-30  9:05 ` [PATCH v2] ARM: mvebu: Correct unit address for linksys Imre Kaloz
2016-03-30 10:03   ` Gregory CLEMENT

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=1459270660-30411-1-git-send-email-patrick@puiterwijk.org \
    --to=patrick@puiterwijk.org \
    --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