forked from Minki/linux
ARM: dts: e60k02: add interrupt for PMIC
Since the PMIC driver now has IRQ handling, add the GPIO to listen to things like RTC alarm or ADC conversion completion. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
e7e5af7df1
commit
e0d8d4eacc
@ -117,6 +117,8 @@
|
||||
ricoh619: pmic@32 {
|
||||
compatible = "ricoh,rc5t619";
|
||||
reg = <0x32>;
|
||||
interrupt-parent = <&gpio5>;
|
||||
interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
|
||||
system-power-controller;
|
||||
|
||||
regulators {
|
||||
|
Loading…
Reference in New Issue
Block a user