mirror of https://gitee.com/openkylin/linux.git
ARM: dts: motorola-cpcap-mapphone: add pwrbutton
Add power button. Signed-off-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
45ce6cf0c6
commit
594e808bfa
|
@ -32,6 +32,12 @@ cpcap_rtc: rtc {
|
|||
interrupt-parent = <&cpcap>;
|
||||
interrupts = <39 IRQ_TYPE_NONE>, <26 IRQ_TYPE_NONE>;
|
||||
};
|
||||
|
||||
power_button: button {
|
||||
compatible = "motorola,cpcap-pwrbutton";
|
||||
|
||||
interrupts = <23 IRQ_TYPE_NONE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue