diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2015-10-21 12:10:12 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-17 18:52:32 +0100 |
commit | 0c4d63b323c8d39181f231596d98811ba32037b7 (patch) | |
tree | 6d5d5b503cb3fa2248950ffa3252038eebff877c /arch/arm/boot/dts/omap3-cm-t3x.dtsi | |
parent | ARM: dts: am335x: replace gpio-key,wakeup with wakeup-source property (diff) | |
download | linux-0c4d63b323c8d39181f231596d98811ba32037b7.tar.xz linux-0c4d63b323c8d39181f231596d98811ba32037b7.zip |
ARM: dts: omap: replace legacy *,wakeup property with wakeup-source
Though the keyboard and other driver will continue to support the legacy
"gpio-key,wakeup", "linux,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 futher copy-paste
duplication.
Cc: "BenoƮt Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-cm-t3x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-cm-t3x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-cm-t3x.dtsi b/arch/arm/boot/dts/omap3-cm-t3x.dtsi index 8c813e77b17f..e5f7f5c92c1a 100644 --- a/arch/arm/boot/dts/omap3-cm-t3x.dtsi +++ b/arch/arm/boot/dts/omap3-cm-t3x.dtsi @@ -238,7 +238,7 @@ ti,debounce-tol = /bits/ 16 <10>; ti,debounce-rep = /bits/ 16 <1>; - linux,wakeup; + wakeup-source; }; }; |