Skip to content

Commit

Permalink
ARM: dts: e60k02: add interrupt for PMIC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andreas Kemnade authored and Shawn Guo committed Apr 25, 2020
1 parent e7e5af7 commit e0d8d4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/e60k02.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e0d8d4e

Please sign in to comment.