Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: mvebu: Correct unit address for linksys

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

Cc: <stable@vger.kernel.org>
Fixes: 2d0a7addbd10 ("ARM: Kirkwood: Add support for many Synology NAS devices")
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
Acked-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

authored by

Patrick Uiterwijk and committed by
Gregory CLEMENT
199831c7 77644ad8

+1 -1
+1 -1
arch/arm/boot/dts/armada-385-linksys.dtsi
··· 117 117 }; 118 118 119 119 /* USB part of the eSATA/USB 2.0 port */ 120 - usb@50000 { 120 + usb@58000 { 121 121 status = "okay"; 122 122 }; 123 123