diff options
author | Rob Herring <robh@kernel.org> | 2014-03-03 09:28:38 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-06-24 21:16:01 +0200 |
commit | 04aa49f6b7fbf819ba3fc44850edd2be23d558a6 (patch) | |
tree | 610f8aa3a31a58abec61cf9d97768c1583ff1ed1 /arch/arm/boot/dts/versatile-pb.dts | |
parent | ARM: versatile: remove init_irq hook for DT boot (diff) | |
download | linux-04aa49f6b7fbf819ba3fc44850edd2be23d558a6.tar.xz linux-04aa49f6b7fbf819ba3fc44850edd2be23d558a6.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/versatile-pb.dts')
-rw-r--r-- | arch/arm/boot/dts/versatile-pb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/versatile-pb.dts b/arch/arm/boot/dts/versatile-pb.dts index 65f657711323..a42854113786 100644 --- a/arch/arm/boot/dts/versatile-pb.dts +++ b/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>; }; |