Skip to content

Commit 038ccb3

Browse files
rogers0olofj
authored andcommitted
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: b1742ff ("ARM: dts: orion5x: add device tree for buffalo linkstation ls-gl") Reported-by: Ryan Tandy <[email protected]> Tested-by: Ryan Tandy <[email protected]> Signed-off-by: Roger Shimizu <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 4b707fa commit 038ccb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/orion5x-linkstation-lsgl.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
8383
};
8484

85+
&sata {
86+
nr-ports = <2>;
87+
};
88+
8589
&ehci1 {
8690
status = "okay";
8791
};

0 commit comments

Comments
 (0)