提交 04aa49f6 编写于 作者: R Rob Herring

dts: versatile: add pl180 compatible strings

While not needed for probing, add the "arm,pl180" compatible string for
completeness.
Signed-off-by: NRob Herring <robh@kernel.org>
Acked-by: NArnd Bergmann <arnd@arndb.de>
Acked-by: NLinus Walleij <linus.walleij@linaro.org>
上级 9fa44f47
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
interrupts = <24>; interrupts = <24>;
}; };
mmc@5000 { mmc@5000 {
compatible = "arm,primecell"; compatible = "arm,pl180", "arm,primecell";
reg = < 0x5000 0x1000>; reg = < 0x5000 0x1000>;
interrupts-extended = <&vic 22 &sic 2>; interrupts-extended = <&vic 22 &sic 2>;
}; };
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
interrupts = <5>; interrupts = <5>;
}; };
mmc@b000 { mmc@b000 {
compatible = "arm,primecell"; compatible = "arm,pl180", "arm,primecell";
reg = <0xb000 0x1000>; reg = <0xb000 0x1000>;
interrupts-extended = <&vic 23 &sic 2>; interrupts-extended = <&vic 23 &sic 2>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册