Commit 461aa6d7 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

ARM: dts: imx6sx: correct property name for wakeup source

Commit(def56bba input: snvs_pwrkey: use "wakeup-source"
as deivce tree property name) replaces the property name
of "wakeup" with "wakeup-source", update this change
in i.MX6SX dtsi accordingly.
Signed-off-by: default avatarAnson Huang <b20788@freescale.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent def0641e
...@@ -686,7 +686,7 @@ snvs_pwrkey: snvs-powerkey { ...@@ -686,7 +686,7 @@ snvs_pwrkey: snvs-powerkey {
regmap = <&snvs>; regmap = <&snvs>;
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
linux,keycode = <KEY_POWER>; linux,keycode = <KEY_POWER>;
wakeup; wakeup-source;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment