Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cef1a28 authored by Andrew Lunn's avatar Andrew Lunn
Browse files

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: default avatarAndrew Lunn <andrew@lunn.ch>
Tested-by: default avatarSimon Baatz <gmbnomis@gmail.com>
parent be2aa956
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,11 @@
			status = "okay";
		};

		sata@80000 {
			status = "okay";
			nr-ports = <2>;
		};

		nand@3000000 {
			status = "okay";

+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@
			status = "okay";
		};

		sata@80000 {
			status = "okay";
			nr-ports = <2>;
		};

		nand@3000000 {
			status = "okay";

+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@
				};
			};
		};

		sata@80000 {
			status = "okay";
			nr-ports = <1>;
		};
	};

};
+5 −0
Original line number Diff line number Diff line
@@ -21,6 +21,11 @@
			status = "okay";
		};

		sata@80000 {
			status = "okay";
			nr-ports = <2>;
		};

		nand@3000000 {
			status = "okay";

+4 −0
Original line number Diff line number Diff line
@@ -70,5 +70,9 @@
				};
			};
		};
		sata@80000 {
			status = "okay";
			nr-ports = <2>;
		};
	};
};
Loading