summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos4412-smdk4412.dts
diff options
context:
space:
mode:
authorSudeep Holla2016-01-28 16:59:58 +0100
committerKrzysztof Kozlowski2016-01-29 01:09:49 +0100
commit36a0282a41493400428d7df8c99701fb4ee344c2 (patch)
treec83534385a18135ae83a49b6360a4c654c049e72 /arch/arm/boot/dts/exynos4412-smdk4412.dts
parentARM: dts: Add GSCL block parent clock management to pm domain on exynos542x (diff)
downloadkernel-qcow2-linux-36a0282a41493400428d7df8c99701fb4ee344c2.tar.gz
kernel-qcow2-linux-36a0282a41493400428d7df8c99701fb4ee344c2.tar.xz
kernel-qcow2-linux-36a0282a41493400428d7df8c99701fb4ee344c2.zip
ARM: dts: Replace legacy *,wakeup property with wakeup-source for exynos boards
Though the keyboard and other driver will continue to support the legacy "gpio-key,wakeup", "linux-keypad,wakeup" boolean property to enable the wakeup source, "wakeup-source" is the new standard binding. This patch replaces all the legacy wakeup properties with the unified "wakeup-source" property in order to avoid any further copy-paste duplication. Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos4412-smdk4412.dts')
-rw-r--r--arch/arm/boot/dts/exynos4412-smdk4412.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-smdk4412.dts b/arch/arm/boot/dts/exynos4412-smdk4412.dts
index a130ab39fa77..a51069f3c03b 100644
--- a/arch/arm/boot/dts/exynos4412-smdk4412.dts
+++ b/arch/arm/boot/dts/exynos4412-smdk4412.dts
@@ -45,7 +45,7 @@
samsung,keypad-num-rows = <3>;
samsung,keypad-num-columns = <8>;
linux,keypad-no-autorepeat;
- linux,keypad-wakeup;
+ wakeup-source;
pinctrl-0 = <&keypad_rows &keypad_cols>;
pinctrl-names = "default";
status = "okay";