diff options
author | Sudeep Holla <Sudeep.Holla@arm.com> | 2016-02-08 22:55:43 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-04-12 17:10:24 +0200 |
commit | d1c04d30c3973df6ec0933f21ff8a56028e47ce7 (patch) | |
tree | 6d77dd52b9eee6613c42f6c9aebd2f16c0ef2a58 /arch/arm/boot/dts/tegra30-cardhu.dtsi | |
parent | ARM: tegra: Enable watchdog support for Tegra114 and Tegra124 (diff) | |
download | linux-d1c04d30c3973df6ec0933f21ff8a56028e47ce7.tar.xz linux-d1c04d30c3973df6ec0933f21ff8a56028e47ce7.zip |
ARM: tegra: Replace legacy *,wakeup property with wakeup-source
Though the keyboard and other driver will continue to support the legacy
"gpio-key,wakeup", "nvidia,wakeup-source" 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.
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: linux-tegra@vger.kernel.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra30-cardhu.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30-cardhu.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi index bb1ca158273c..1714e755c3de 100644 --- a/arch/arm/boot/dts/tegra30-cardhu.dtsi +++ b/arch/arm/boot/dts/tegra30-cardhu.dtsi @@ -626,7 +626,7 @@ interrupts = <2 0>; linux,code = <KEY_POWER>; debounce-interval = <100>; - gpio-key,wakeup; + wakeup-source; }; volume-down { |