diff options
| author | Andreas Kemnade <[email protected]> | 2020-03-29 12:42:50 +0200 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2020-04-25 08:46:59 +0800 |
| commit | e0d8d4eaccc29959f20de8bef9f1bcce4e952dfc (patch) | |
| tree | 6a3087359459c99d52ef2ccbcb7960437e64f2c1 | |
| parent | e7e5af7df1f518610aca8fa29a2eb711eb2ed5b2 (diff) | |
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/e60k02.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/e60k02.dtsi b/arch/arm/boot/dts/e60k02.dtsi index ce50c4dc6f2a..3af1ab4458ef 100644 --- a/arch/arm/boot/dts/e60k02.dtsi +++ b/arch/arm/boot/dts/e60k02.dtsi @@ -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 { |