aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2013-06-24 06:04:55 -0400
committerNicolas Ferre <nicolas.ferre@atmel.com>2013-06-26 03:29:23 -0400
commitb7ef678e42affc3886c2b4c0516c71a04f55196e (patch)
treefc8b85e77420a5607ec37eb817bec6e48561e3e2
parent24ce10e142e7b063c4ae4437dd3b290fbfafe052 (diff)
ARM: at91/DT: fix SPI compatibility string
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 <nicolas.ferre@atmel.com> Tested-by: Wenyou Yang <wenyou.yang@atmel.com>
-rw-r--r--arch/arm/boot/dts/sama5d3.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
index 03b8c02a409b..00859e1d7bb2 100644
--- a/arch/arm/boot/dts/sama5d3.dtsi
+++ b/arch/arm/boot/dts/sama5d3.dtsi
@@ -76,7 +76,7 @@
76 spi0: spi@f0004000 { 76 spi0: spi@f0004000 {
77 #address-cells = <1>; 77 #address-cells = <1>;
78 #size-cells = <0>; 78 #size-cells = <0>;
79 compatible = "atmel,at91sam9x5-spi"; 79 compatible = "atmel,at91rm9200-spi";
80 reg = <0xf0004000 0x100>; 80 reg = <0xf0004000 0x100>;
81 interrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>; 81 interrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>;
82 cs-gpios = <&pioD 13 0 82 cs-gpios = <&pioD 13 0
@@ -204,7 +204,7 @@
204 spi1: spi@f8008000 { 204 spi1: spi@f8008000 {
205 #address-cells = <1>; 205 #address-cells = <1>;
206 #size-cells = <0>; 206 #size-cells = <0>;
207 compatible = "atmel,at91sam9x5-spi"; 207 compatible = "atmel,at91rm9200-spi";
208 reg = <0xf8008000 0x100>; 208 reg = <0xf8008000 0x100>;
209 interrupts = <25 IRQ_TYPE_LEVEL_HIGH 3>; 209 interrupts = <25 IRQ_TYPE_LEVEL_HIGH 3>;
210 cs-gpios = <&pioC 25 0 210 cs-gpios = <&pioC 25 0