ARM: dts: TWL4030: Add power button support
Enable support for the power button. Signed-off-by: Sebastian Reichel <sre@debian.org> Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
This commit is contained in:
parent
a0bf1f3e45
commit
a3317d4f2f
|
@ -133,4 +133,9 @@
|
||||||
compatible = "ti,twl4030-pwmled";
|
compatible = "ti,twl4030-pwmled";
|
||||||
#pwm-cells = <2>;
|
#pwm-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
twl_pwrbutton: pwrbutton {
|
||||||
|
compatible = "ti,twl4030-pwrbutton";
|
||||||
|
interrupts = <8>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue