]> git.karo-electronics.de Git - linux-beck.git/commitdiff
dts: versatile: add pl180 compatible strings
authorRob Herring <robh@kernel.org>
Mon, 3 Mar 2014 08:28:38 +0000 (02:28 -0600)
committerRob Herring <robh@kernel.org>
Tue, 24 Jun 2014 19:16:01 +0000 (14:16 -0500)
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>
arch/arm/boot/dts/versatile-ab.dts
arch/arm/boot/dts/versatile-pb.dts

index 5dc3be72cad49b84ca613e4f6028664575f38716..85c7b2b8ad1bc780d2cacc7b75db431ccfdb701b 100644 (file)
                                interrupts = <24>;
                        };
                        mmc@5000 {
-                               compatible = "arm,primecell";
+                               compatible = "arm,pl180", "arm,primecell";
                                reg = < 0x5000 0x1000>;
                                interrupts-extended = <&vic 22 &sic 2>;
                        };
index 65f6577113235749c3635dc30d321fa3c775b1c0..a42854113786f633efe294b1ae11cbf673c3dcae 100644 (file)
@@ -39,7 +39,7 @@
                                interrupts = <5>;
                        };
                        mmc@b000 {
-                               compatible = "arm,primecell";
+                               compatible = "arm,pl180", "arm,primecell";
                                reg = <0xb000 0x1000>;
                                interrupts-extended = <&vic 23 &sic 2>;
                        };