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>
This commit is contained in:
Rob Herring 2014-03-03 02:28:38 -06:00
parent 9fa44f47e8
commit 04aa49f6b7
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@
interrupts = <24>;
};
mmc@5000 {
compatible = "arm,primecell";
compatible = "arm,pl180", "arm,primecell";
reg = < 0x5000 0x1000>;
interrupts-extended = <&vic 22 &sic 2>;
};

View 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>;
};