Commit 67ac6549 authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: dts: gemini: Rename IDE nodes



By renaming the ATA drive nodes to "ide@" we activate the
semantic checks to the DT schema for the controller and use
the correct notation for PATA drives.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent bb6d3fb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -443,7 +443,7 @@
			};
		};

		ata@63000000 {
		ide@63000000 {
			status = "okay";
		};

+1 −1
Original line number Diff line number Diff line
@@ -297,7 +297,7 @@
			};
		};

		ata@63000000 {
		ide@63000000 {
			status = "okay";
		};
	};
+2 −2
Original line number Diff line number Diff line
@@ -170,11 +170,11 @@
			};
		};

		ata@63000000 {
		ide@63000000 {
			status = "okay";
		};

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

+2 −2
Original line number Diff line number Diff line
@@ -293,11 +293,11 @@
			};
		};

		ata@63000000 {
		ide@63000000 {
			status = "okay";
		};

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

+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@
			};
		};

		ata@63000000 {
		ide@63000000 {
			status = "okay";
		};

Loading