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:
parent
1934e89a76
commit
eb3e4bbeba
|
@ -324,6 +324,11 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pwrbutton {
|
||||||
|
interrupts = <TPS65217_IRQ_PB>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
dcdc1_reg: regulator@0 {
|
dcdc1_reg: regulator@0 {
|
||||||
regulator-name = "vdds_dpr";
|
regulator-name = "vdds_dpr";
|
||||||
|
|
Loading…
Reference in New Issue