[PATCH 6/7] ARM: dts: Add second ATA to NAS4220B

Linus Walleij linus.walleij at linaro.org
Sun May 6 06:43:51 PDT 2018


The NAS4220B has the second ATA interface up and running.
Activate it in the device tree.

Signed-off-by: Roman Yeryomin <roman at advem.lv>
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
 arch/arm/boot/dts/gemini-nas4220b.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/gemini-nas4220b.dts b/arch/arm/boot/dts/gemini-nas4220b.dts
index 465c26b53212..9f78803b2456 100644
--- a/arch/arm/boot/dts/gemini-nas4220b.dts
+++ b/arch/arm/boot/dts/gemini-nas4220b.dts
@@ -202,5 +202,9 @@
 		ata at 63000000 {
 			status = "okay";
 		};
+
+		ata at 63400000 {
+			status = "okay";
+		};
 	};
 };
-- 
2.17.0




More information about the linux-arm-kernel mailing list