mirror of https://gitee.com/openkylin/linux.git
ARM: dts: am335x: Support the PMIC interrupt
AM335x bone based boards have the PMIC interrupt named NMI which is connected to TPS65217 device. AM335x main interrupt controller provides it and the number is 7. Signed-off-by: Milo Kim <woogyom.kim@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
e598c44180
commit
2d63b9ce21
|
@ -310,6 +310,10 @@ &tps {
|
||||||
* by the hardware problems. (Tip: double-check by performing a current
|
* by the hardware problems. (Tip: double-check by performing a current
|
||||||
* measurement after shutdown: it should be less than 1 mA.)
|
* measurement after shutdown: it should be less than 1 mA.)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
interrupts = <7>; /* NMI */
|
||||||
|
interrupt-parent = <&intc>;
|
||||||
|
|
||||||
ti,pmic-shutdown-controller;
|
ti,pmic-shutdown-controller;
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
|
|
Loading…
Reference in New Issue