ARM: dts: am335x: Add the power button interrupt

This enables the power button driver gets corresponding IRQ number by
using platform_get_irq().

Signed-off-by: Milo Kim <woogyom.kim@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Milo Kim 2016-10-28 21:37:01 +09:00 committed by Tony Lindgren
parent 1934e89a76
commit eb3e4bbeba
1 changed files with 5 additions and 0 deletions

View File

@ -324,6 +324,11 @@
status = "okay";
};
pwrbutton {
interrupts = <TPS65217_IRQ_PB>;
status = "okay";
};
regulators {
dcdc1_reg: regulator@0 {
regulator-name = "vdds_dpr";