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:
parent
0d6ce77218
commit
56cb2d8efc
|
@ -202,5 +202,9 @@
|
|||
ata@63000000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ata@63400000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue