Commit 56cb2d8e authored by Linus Walleij's avatar Linus Walleij
Browse files

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: default avatarRoman Yeryomin <roman@advem.lv>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 0d6ce772
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -202,5 +202,9 @@ ethernet-port@1 {
		ata@63000000 {
			status = "okay";
		};

		ata@63400000 {
			status = "okay";
		};
	};
};