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: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij 2019-12-31 18:14:28 +01:00
parent bb6d3fb354
commit 67ac6549b7
6 changed files with 13 additions and 9 deletions

View File

@ -443,7 +443,7 @@
};
};
ata@63000000 {
ide@63000000 {
status = "okay";
};

View File

@ -297,7 +297,7 @@
};
};
ata@63000000 {
ide@63000000 {
status = "okay";
};
};

View File

@ -170,11 +170,11 @@
};
};
ata@63000000 {
ide@63000000 {
status = "okay";
};
ata@63400000 {
ide@63400000 {
status = "okay";
};

View File

@ -293,11 +293,11 @@
};
};
ata@63000000 {
ide@63000000 {
status = "okay";
};
ata@63400000 {
ide@63400000 {
status = "okay";
};

View File

@ -289,7 +289,7 @@
};
};
ata@63000000 {
ide@63000000 {
status = "okay";
};

View File

@ -356,7 +356,7 @@
};
};
ata@63000000 {
ide@63000000 {
compatible = "cortina,gemini-pata", "faraday,ftide010";
reg = <0x63000000 0x1000>;
interrupts = <4 IRQ_TYPE_EDGE_RISING>;
@ -365,9 +365,11 @@
clock-names = "PCLK";
sata = <&sata>;
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
};
ata@63400000 {
ide@63400000 {
compatible = "cortina,gemini-pata", "faraday,ftide010";
reg = <0x63400000 0x1000>;
interrupts = <5 IRQ_TYPE_EDGE_RISING>;
@ -376,6 +378,8 @@
clock-names = "PCLK";
sata = <&sata>;
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
};
dma-controller@67000000 {