ARM: Kirkwood: Use DT to configure SATA device.

Convert boards using DT, but the old way of configuring SATA to now
use properties in there DT file.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Simon Baatz <gmbnomis@gmail.com>
This commit is contained in:
Andrew Lunn
2012-06-10 16:58:11 +02:00
parent be2aa95675
commit 2cef1a2853
9 changed files with 24 additions and 20 deletions

View File

@@ -26,6 +26,11 @@
status = "okay";
};
sata@80000 {
status = "okay";
nr-ports = <2>;
};
nand@3000000 {
status = "okay";

View File

@@ -21,6 +21,11 @@
status = "okay";
};
sata@80000 {
status = "okay";
nr-ports = <2>;
};
nand@3000000 {
status = "okay";

View File

@@ -48,6 +48,11 @@
};
};
};
sata@80000 {
status = "okay";
nr-ports = <1>;
};
};
};

View File

@@ -21,6 +21,11 @@
status = "okay";
};
sata@80000 {
status = "okay";
nr-ports = <2>;
};
nand@3000000 {
status = "okay";

View File

@@ -70,5 +70,9 @@
};
};
};
sata@80000 {
status = "okay";
nr-ports = <2>;
};
};
};