diff options
author | Roger Shimizu <rogershimizu@gmail.com> | 2016-12-01 10:11:12 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-12-08 13:19:24 -0500 |
commit | 038ccb3e8cee52e07dc118ff99f47eaebc1d0746 (patch) | |
tree | da9abc4ca8ee722ad9f86967a2d8a2a14d548431 | |
parent | 4b707fa00a80b19b80bc8df6f1cbf4bdd9c91402 (diff) |
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: b1742ffa9ddb ("ARM: dts: orion5x: add device tree for buffalo linkstation ls-gl")
Reported-by: Ryan Tandy <ryan@nardis.ca>
Tested-by: Ryan Tandy <ryan@nardis.ca>
Signed-off-by: Roger Shimizu <rogershimizu@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/orion5x-linkstation-lsgl.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/orion5x-linkstation-lsgl.dts b/arch/arm/boot/dts/orion5x-linkstation-lsgl.dts index 1cf644bfd7ea..51dc734cd5b9 100644 --- a/arch/arm/boot/dts/orion5x-linkstation-lsgl.dts +++ b/arch/arm/boot/dts/orion5x-linkstation-lsgl.dts | |||
@@ -82,6 +82,10 @@ | |||
82 | gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; | 82 | gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>; |
83 | }; | 83 | }; |
84 | 84 | ||
85 | &sata { | ||
86 | nr-ports = <2>; | ||
87 | }; | ||
88 | |||
85 | &ehci1 { | 89 | &ehci1 { |
86 | status = "okay"; | 90 | status = "okay"; |
87 | }; | 91 | }; |