diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-08-09 08:00:12 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-09-20 06:32:34 -0400 |
commit | 746307061dd8ed1c31bff94183e018be7fa03b68 (patch) | |
tree | e9a06565c7c7912cbada9c891a37abbece41d838 /arch/arm/boot/dts/dbx5x0.dtsi | |
parent | 436d99e6c9d44fa8d7632a70cb32291cffc493dd (diff) |
ARM: ux500: Match Power-On-Key MFD and DTS compatible strings
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>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index daedefe23eab..dc290d0b72f8 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi | |||
@@ -374,7 +374,7 @@ | |||
374 | }; | 374 | }; |
375 | 375 | ||
376 | ab8500-ponkey { | 376 | ab8500-ponkey { |
377 | compatible = "stericsson,ab8500-ponkey"; | 377 | compatible = "stericsson,ab8500-poweron-key"; |
378 | interrupts = <6 0x4 | 378 | interrupts = <6 0x4 |
379 | 7 0x4>; | 379 | 7 0x4>; |
380 | interrupt-names = "ONKEY_DBF", "ONKEY_DBR"; | 380 | interrupt-names = "ONKEY_DBF", "ONKEY_DBR"; |