mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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:
parent
9fa44f47e8
commit
04aa49f6b7
2 changed files with 2 additions and 2 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue