diff options
author | Rob Herring <robh@kernel.org> | 2014-03-03 03:28:38 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-06-24 15:16:01 -0400 |
commit | 04aa49f6b7fbf819ba3fc44850edd2be23d558a6 (patch) | |
tree | 610f8aa3a31a58abec61cf9d97768c1583ff1ed1 /arch/arm/boot | |
parent | 9fa44f47e8011c07c794f585988fca91bd588f97 (diff) |
dts: versatile: add pl180 compatible strings
While not needed for probing, add the "arm,pl180" compatible string for
completeness.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/versatile-ab.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/versatile-pb.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/versatile-ab.dts b/arch/arm/boot/dts/versatile-ab.dts index 5dc3be72cad4..85c7b2b8ad1b 100644 --- a/arch/arm/boot/dts/versatile-ab.dts +++ b/arch/arm/boot/dts/versatile-ab.dts | |||
@@ -187,7 +187,7 @@ | |||
187 | interrupts = <24>; | 187 | interrupts = <24>; |
188 | }; | 188 | }; |
189 | mmc@5000 { | 189 | mmc@5000 { |
190 | compatible = "arm,primecell"; | 190 | compatible = "arm,pl180", "arm,primecell"; |
191 | reg = < 0x5000 0x1000>; | 191 | reg = < 0x5000 0x1000>; |
192 | interrupts-extended = <&vic 22 &sic 2>; | 192 | interrupts-extended = <&vic 22 &sic 2>; |
193 | }; | 193 | }; |
diff --git a/arch/arm/boot/dts/versatile-pb.dts b/arch/arm/boot/dts/versatile-pb.dts index 65f657711323..a42854113786 100644 --- a/arch/arm/boot/dts/versatile-pb.dts +++ b/arch/arm/boot/dts/versatile-pb.dts | |||
@@ -39,7 +39,7 @@ | |||
39 | interrupts = <5>; | 39 | interrupts = <5>; |
40 | }; | 40 | }; |
41 | mmc@b000 { | 41 | mmc@b000 { |
42 | compatible = "arm,primecell"; | 42 | compatible = "arm,pl180", "arm,primecell"; |
43 | reg = <0xb000 0x1000>; | 43 | reg = <0xb000 0x1000>; |
44 | interrupts-extended = <&vic 23 &sic 2>; | 44 | interrupts-extended = <&vic 23 &sic 2>; |
45 | }; | 45 | }; |