]> Git Repo - linux.git/commitdiff
ARM: at91/DT: fix SPI compatibility string
authorNicolas Ferre <[email protected]>
Mon, 24 Jun 2013 10:04:55 +0000 (12:04 +0200)
committerNicolas Ferre <[email protected]>
Wed, 26 Jun 2013 07:29:23 +0000 (09:29 +0200)
In previous version of SPI driver we where using different compatibility stings
for finding SPI features. We are now using the IP revision information.
So we stay with the unique compatibility string for this driver:
"atmel,at91rm9200-spi".

Signed-off-by: Nicolas Ferre <[email protected]>
Tested-by: Wenyou Yang <[email protected]>
arch/arm/boot/dts/sama5d3.dtsi

index 03b8c02a409b4872c0e6c0f9abf9fe9ed903c699..00859e1d7bb2f09da5d2745545f53cd867def4b9 100644 (file)
@@ -76,7 +76,7 @@
                        spi0: spi@f0004000 {
                                #address-cells = <1>;
                                #size-cells = <0>;
-                               compatible = "atmel,at91sam9x5-spi";
+                               compatible = "atmel,at91rm9200-spi";
                                reg = <0xf0004000 0x100>;
                                interrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>;
                                cs-gpios = <&pioD 13 0
                        spi1: spi@f8008000 {
                                #address-cells = <1>;
                                #size-cells = <0>;
-                               compatible = "atmel,at91sam9x5-spi";
+                               compatible = "atmel,at91rm9200-spi";
                                reg = <0xf8008000 0x100>;
                                interrupts = <25 IRQ_TYPE_LEVEL_HIGH 3>;
                                cs-gpios = <&pioC 25 0
This page took 0.061866 seconds and 4 git commands to generate.