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:
parent
bb6d3fb354
commit
67ac6549b7
|
@ -443,7 +443,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
ata@63000000 {
|
||||
ide@63000000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -297,7 +297,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
ata@63000000 {
|
||||
ide@63000000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -170,11 +170,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
ata@63000000 {
|
||||
ide@63000000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ata@63400000 {
|
||||
ide@63400000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -293,11 +293,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
ata@63000000 {
|
||||
ide@63000000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ata@63400000 {
|
||||
ide@63400000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -289,7 +289,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
ata@63000000 {
|
||||
ide@63000000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue