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>
This commit is contained in:
Linus Walleij 2018-05-05 16:38:52 +02:00
parent 0d6ce77218
commit 56cb2d8efc

View file

@ -202,5 +202,9 @@ ethernet-port@1 {
ata@63000000 {
status = "okay";
};
ata@63400000 {
status = "okay";
};
};
};