Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+13 -9
+2 -2
arch/arm/boot/dts/gemini-nas4220b.dts
··· 170 170 }; 171 171 }; 172 172 173 - ata@63000000 { 173 + ide@63000000 { 174 174 status = "okay"; 175 175 }; 176 176 177 - ata@63400000 { 177 + ide@63400000 { 178 178 status = "okay"; 179 179 }; 180 180
+2 -2
arch/arm/boot/dts/gemini-sl93512r.dts
··· 293 293 }; 294 294 }; 295 295 296 - ata@63000000 { 296 + ide@63000000 { 297 297 status = "okay"; 298 298 }; 299 299 300 - ata@63400000 { 300 + ide@63400000 { 301 301 status = "okay"; 302 302 }; 303 303
+1 -1
arch/arm/boot/dts/gemini-sq201.dts
··· 289 289 }; 290 290 }; 291 291 292 - ata@63000000 { 292 + ide@63000000 { 293 293 status = "okay"; 294 294 }; 295 295
+6 -2
arch/arm/boot/dts/gemini.dtsi
··· 356 356 }; 357 357 }; 358 358 359 - ata@63000000 { 359 + ide@63000000 { 360 360 compatible = "cortina,gemini-pata", "faraday,ftide010"; 361 361 reg = <0x63000000 0x1000>; 362 362 interrupts = <4 IRQ_TYPE_EDGE_RISING>; ··· 365 365 clock-names = "PCLK"; 366 366 sata = <&sata>; 367 367 status = "disabled"; 368 + #address-cells = <1>; 369 + #size-cells = <0>; 368 370 }; 369 371 370 - ata@63400000 { 372 + ide@63400000 { 371 373 compatible = "cortina,gemini-pata", "faraday,ftide010"; 372 374 reg = <0x63400000 0x1000>; 373 375 interrupts = <5 IRQ_TYPE_EDGE_RISING>; ··· 378 376 clock-names = "PCLK"; 379 377 sata = <&sata>; 380 378 status = "disabled"; 379 + #address-cells = <1>; 380 + #size-cells = <0>; 381 381 }; 382 382 383 383 dma-controller@67000000 {