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

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
...@@ -443,7 +443,7 @@ ethernet-port@1 { ...@@ -443,7 +443,7 @@ ethernet-port@1 {
}; };
}; };
ata@63000000 { ide@63000000 {
status = "okay"; status = "okay";
}; };
......
...@@ -297,7 +297,7 @@ ethernet-port@1 { ...@@ -297,7 +297,7 @@ ethernet-port@1 {
}; };
}; };
ata@63000000 { ide@63000000 {
status = "okay"; status = "okay";
}; };
}; };
......
...@@ -170,11 +170,11 @@ ethernet-port@1 { ...@@ -170,11 +170,11 @@ ethernet-port@1 {
}; };
}; };
ata@63000000 { ide@63000000 {
status = "okay"; status = "okay";
}; };
ata@63400000 { ide@63400000 {
status = "okay"; status = "okay";
}; };
......
...@@ -293,11 +293,11 @@ fixed-link { ...@@ -293,11 +293,11 @@ fixed-link {
}; };
}; };
ata@63000000 { ide@63000000 {
status = "okay"; status = "okay";
}; };
ata@63400000 { ide@63400000 {
status = "okay"; status = "okay";
}; };
......
...@@ -289,7 +289,7 @@ fixed-link { ...@@ -289,7 +289,7 @@ fixed-link {
}; };
}; };
ata@63000000 { ide@63000000 {
status = "okay"; status = "okay";
}; };
......
...@@ -356,7 +356,7 @@ gmac1: ethernet-port@1 { ...@@ -356,7 +356,7 @@ gmac1: ethernet-port@1 {
}; };
}; };
ata@63000000 { ide@63000000 {
compatible = "cortina,gemini-pata", "faraday,ftide010"; compatible = "cortina,gemini-pata", "faraday,ftide010";
reg = <0x63000000 0x1000>; reg = <0x63000000 0x1000>;
interrupts = <4 IRQ_TYPE_EDGE_RISING>; interrupts = <4 IRQ_TYPE_EDGE_RISING>;
...@@ -365,9 +365,11 @@ ata@63000000 { ...@@ -365,9 +365,11 @@ ata@63000000 {
clock-names = "PCLK"; clock-names = "PCLK";
sata = <&sata>; sata = <&sata>;
status = "disabled"; status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
}; };
ata@63400000 { ide@63400000 {
compatible = "cortina,gemini-pata", "faraday,ftide010"; compatible = "cortina,gemini-pata", "faraday,ftide010";
reg = <0x63400000 0x1000>; reg = <0x63400000 0x1000>;
interrupts = <5 IRQ_TYPE_EDGE_RISING>; interrupts = <5 IRQ_TYPE_EDGE_RISING>;
...@@ -376,6 +378,8 @@ ata@63400000 { ...@@ -376,6 +378,8 @@ ata@63400000 {
clock-names = "PCLK"; clock-names = "PCLK";
sata = <&sata>; sata = <&sata>;
status = "disabled"; status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
}; };
dma-controller@67000000 { dma-controller@67000000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment