ARM: dts: Add second ATA to NAS4220B
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 5 May 2018 14:38:52 +0000 (16:38 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 12 May 2018 11:27:17 +0000 (13:27 +0200)
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>
arch/arm/boot/dts/gemini-nas4220b.dts

index b9af781..b67078e 100644 (file)
                ata@63000000 {
                        status = "okay";
                };
+
+               ata@63400000 {
+                       status = "okay";
+               };
        };
 };