瀏覽代碼

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>
Rob Herring 11 年之前
父節點
當前提交
04aa49f6b7
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      arch/arm/boot/dts/versatile-ab.dts
  2. 1 1
      arch/arm/boot/dts/versatile-pb.dts

+ 1 - 1
arch/arm/boot/dts/versatile-ab.dts

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

+ 1 - 1
arch/arm/boot/dts/versatile-pb.dts

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