Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 038ccb3e authored by Roger Shimizu's avatar Roger Shimizu Committed by Olof Johansson
Browse files

ARM: dts: orion5x: fix number of sata port for linkstation ls-gl

Bug report from Debian [0] shows there's minor changed model of
Linkstation LS-GL that uses the 2nd SATA port of the SoC.
So it's necessary to enable two SATA ports, though for that specific
model only the 2nd one is used.

[0] https://bugs.debian.org/845611



Fixes: b1742ffa ("ARM: dts: orion5x: add device tree for buffalo linkstation ls-gl")
Reported-by: default avatarRyan Tandy <ryan@nardis.ca>
Tested-by: default avatarRyan Tandy <ryan@nardis.ca>
Signed-off-by: default avatarRoger Shimizu <rogershimizu@gmail.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 4b707fa0
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -82,6 +82,10 @@
	gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
	gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
};
};


&sata {
	nr-ports = <2>;
};

&ehci1 {
&ehci1 {
	status = "okay";
	status = "okay";
};
};