* [PATCH v2] ARM: mvebu: Correct unit address for linksys @ 2016-03-29 16:57 Patrick Uiterwijk [not found] ` <1459270660-30411-1-git-send-email-patrick-TjDN7UKZo3m+BTG0ijDn3Q@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Patrick Uiterwijk @ 2016-03-29 16:57 UTC (permalink / raw) To: jason-NLaQJdtUoK4Be96aLqz0jA, andrew-g2DYL2Zd6BY, gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w, linux-lFZ/pmaqli7XmaaqVzeoHQ Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, devicetree-u79uwXL29TY76Z2rM5mHXA, pbrobinson-Re5JQEeQqe8AvxtiuMwx3w, Patrick Uiterwijk The USB2 port for Armada 38x is defined to be at 58000, not at 50000. Signed-off-by: Patrick Uiterwijk <patrick-TjDN7UKZo3m+BTG0ijDn3Q@public.gmane.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"; }; -- 2.7.4 -- 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 related [flat|nested] 3+ messages in thread
[parent not found: <1459270660-30411-1-git-send-email-patrick-TjDN7UKZo3m+BTG0ijDn3Q@public.gmane.org>]
* Re: [PATCH v2] ARM: mvebu: Correct unit address for linksys [not found] ` <1459270660-30411-1-git-send-email-patrick-TjDN7UKZo3m+BTG0ijDn3Q@public.gmane.org> @ 2016-03-30 9:05 ` Imre Kaloz 2016-03-30 10:03 ` Gregory CLEMENT 0 siblings, 1 reply; 3+ messages in thread From: Imre Kaloz @ 2016-03-30 9:05 UTC (permalink / raw) To: jason-NLaQJdtUoK4Be96aLqz0jA, andrew-g2DYL2Zd6BY, gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w, linux-lFZ/pmaqli7XmaaqVzeoHQ, Patrick Uiterwijk Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, pbrobinson-Re5JQEeQqe8AvxtiuMwx3w, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Right, a165c3b63b6f24fdc47c270db5f8b1a48b69c1b6 was merged sooner then this board setup file. Acked-by: Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org> On Tue, 29 Mar 2016 18:57:40 +0200, Patrick Uiterwijk <patrick-TjDN7UKZo3m+BTG0ijDn3Q@public.gmane.org> wrote: > The USB2 port for Armada 38x is defined to be at 58000, not at > 50000. > > Signed-off-by: Patrick Uiterwijk <patrick-TjDN7UKZo3m+BTG0ijDn3Q@public.gmane.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"; > }; -- 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] 3+ messages in thread
* Re: [PATCH v2] ARM: mvebu: Correct unit address for linksys 2016-03-30 9:05 ` Imre Kaloz @ 2016-03-30 10:03 ` Gregory CLEMENT 0 siblings, 0 replies; 3+ messages in thread From: Gregory CLEMENT @ 2016-03-30 10:03 UTC (permalink / raw) To: Patrick Uiterwijk Cc: jason-NLaQJdtUoK4Be96aLqz0jA, andrew-g2DYL2Zd6BY, sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w, linux-lFZ/pmaqli7XmaaqVzeoHQ, Imre Kaloz, devicetree-u79uwXL29TY76Z2rM5mHXA, pbrobinson-Re5JQEeQqe8AvxtiuMwx3w, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r Hi Patrick, On mer., mars 30 2016, "Imre Kaloz" <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org> wrote: > Right, a165c3b63b6f24fdc47c270db5f8b1a48b69c1b6 was merged sooner then > this board setup file. > > Acked-by: Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org> Applied on mvebu/fixes. I also added the following flags to the commit: Cc: <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.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-TjDN7UKZo3m+BTG0ijDn3Q@public.gmane.org> wrote: > >> The USB2 port for Armada 38x is defined to be at 58000, not at >> 50000. >> >> Signed-off-by: Patrick Uiterwijk <patrick-TjDN7UKZo3m+BTG0ijDn3Q@public.gmane.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, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- 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] 3+ messages in thread
end of thread, other threads:[~2016-03-30 10:03 UTC | newest] Thread overview: 3+ 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 [not found] ` <1459270660-30411-1-git-send-email-patrick-TjDN7UKZo3m+BTG0ijDn3Q@public.gmane.org> 2016-03-30 9:05 ` Imre Kaloz 2016-03-30 10:03 ` Gregory CLEMENT
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).