ARM: ux500: Match Power-On-Key MFD and DTS compatible strings
authorLee Jones <lee.jones@linaro.org>
Thu, 9 Aug 2012 12:00:12 +0000 (13:00 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 20 Sep 2012 10:32:34 +0000 (12:32 +0200)
The compatible string found in the Power-On-Key's MFD cell matches
the device name provided in the driver. Keeping this naming convention
seems like a good idea, so we're changing the one found in the DTS
file to match.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/boot/dts/dbx5x0.dtsi

index daedefe..dc290d0 100644 (file)
                                };
 
                                ab8500-ponkey {
-                                       compatible = "stericsson,ab8500-ponkey";
+                                       compatible = "stericsson,ab8500-poweron-key";
                                        interrupts = <6 0x4
                                                      7 0x4>;
                                        interrupt-names = "ONKEY_DBF", "ONKEY_DBR";