diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-22 17:26:19 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-04-26 10:40:00 -0400 |
commit | 7ca63532b50127773696619b7b17f79b919fc6a1 (patch) | |
tree | 0c304d6944a82ef8759df76042948ec31bb06317 /arch | |
parent | 2958316dd46fb37aeab229e94aa1837115074b39 (diff) |
ARM: orion5x: use gpio-keys and gpio-leds instead of gpio_keys/gpio_leds in edmini_v2
As noted by Sebastian Hesselbarth, the Device Tree nodes for GPIO keys
and LEDs should be named gpio-keys and gpio-leds.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Link: https://lkml.kernel.org/r/1398202002-28530-16-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts index d66d2fa6a290..d85a206aaee8 100644 --- a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts +++ b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts | |||
@@ -41,7 +41,7 @@ | |||
41 | }; | 41 | }; |
42 | }; | 42 | }; |
43 | 43 | ||
44 | gpio_keys { | 44 | gpio-keys { |
45 | compatible = "gpio-keys"; | 45 | compatible = "gpio-keys"; |
46 | #address-cells = <1>; | 46 | #address-cells = <1>; |
47 | #size-cells = <0>; | 47 | #size-cells = <0>; |
@@ -52,7 +52,7 @@ | |||
52 | }; | 52 | }; |
53 | }; | 53 | }; |
54 | 54 | ||
55 | gpio_leds { | 55 | gpio-leds { |
56 | compatible = "gpio-leds"; | 56 | compatible = "gpio-leds"; |
57 | 57 | ||
58 | led@1 { | 58 | led@1 { |