diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-05-05 16:38:52 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-05-12 13:27:17 +0200 |
commit | 56cb2d8efc21faf7fc3f715b6e13972fbbdc259e (patch) | |
tree | 2d8681e7b38421d330f5ea531242159969e62e31 | |
parent | ARM: dts: Fix bootargs for Gemini D-Link devices (diff) | |
download | linux-56cb2d8efc21faf7fc3f715b6e13972fbbdc259e.tar.xz linux-56cb2d8efc21faf7fc3f715b6e13972fbbdc259e.zip |
ARM: dts: Add second ATA to NAS4220B
The NAS4220B has the second ATA interface up and running.
Activate it in the device tree.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/gemini-nas4220b.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/gemini-nas4220b.dts b/arch/arm/boot/dts/gemini-nas4220b.dts index b9af7815e236..b67078eeaa6f 100644 --- a/arch/arm/boot/dts/gemini-nas4220b.dts +++ b/arch/arm/boot/dts/gemini-nas4220b.dts @@ -202,5 +202,9 @@ ata@63000000 { status = "okay"; }; + + ata@63400000 { + status = "okay"; + }; }; }; |