Commit 04aa49f6 authored by Rob Herring's avatar Rob Herring

dts: versatile: add pl180 compatible strings

While not needed for probing, add the "arm,pl180" compatible string for
completeness.
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 9fa44f47
......@@ -187,7 +187,7 @@ aaci@4000 {
interrupts = <24>;
};
mmc@5000 {
compatible = "arm,primecell";
compatible = "arm,pl180", "arm,primecell";
reg = < 0x5000 0x1000>;
interrupts-extended = <&vic 22 &sic 2>;
};
......
......@@ -39,7 +39,7 @@ sci@a000 {
interrupts = <5>;
};
mmc@b000 {
compatible = "arm,primecell";
compatible = "arm,pl180", "arm,primecell";
reg = <0xb000 0x1000>;
interrupts-extended = <&vic 23 &sic 2>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment