diff mbox

[v2] ARM: mvebu: Correct unit address for linksys

Message ID 1459270660-30411-1-git-send-email-patrick@puiterwijk.org (mailing list archive)
State New, archived
Headers show

Commit Message

Patrick Uiterwijk March 29, 2016, 4:57 p.m. UTC
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(-)

Comments

Imre Kaloz March 30, 2016, 9:05 a.m. UTC | #1
Right, a165c3b63b6f24fdc47c270db5f8b1a48b69c1b6 was merged sooner then  
this board setup file.

Acked-by: Imre Kaloz <kaloz@openwrt.org>

On Tue, 29 Mar 2016 18:57:40 +0200, Patrick Uiterwijk  
<patrick@puiterwijk.org> wrote:

> 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@50000 {
> +			usb@58000 {
>  				status = "okay";
>  			};
Gregory CLEMENT March 30, 2016, 10:03 a.m. UTC | #2
Hi Patrick,
 
 On mer., mars 30 2016, "Imre Kaloz" <kaloz@openwrt.org> wrote:

> Right, a165c3b63b6f24fdc47c270db5f8b1a48b69c1b6 was merged sooner then
> this board setup file.
>
> Acked-by: Imre Kaloz <kaloz@openwrt.org>

Applied on mvebu/fixes. I also added the following flags to the commit:
Cc: <stable@vger.kernel.org>
Fixes: 2d0a7addbd10 ("ARM: Kirkwood: Add support for many Synology NAS devices")

as well as the acked-by from Imre.

Thanks,

Gregory
>
> On Tue, 29 Mar 2016 18:57:40 +0200, Patrick Uiterwijk
> <patrick@puiterwijk.org> wrote:
>
>> 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@50000 {
>> +			usb@58000 {
>>  				status = "okay";
>>  			};
diff mbox

Patch

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@50000 {
+			usb@58000 {
 				status = "okay";
 			};