diff options
| author | Andreas Kemnade <andreas@kemnade.info> | 2020-03-29 12:42:50 +0200 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2020-04-25 08:46:59 +0800 |
| commit | e0d8d4eaccc29959f20de8bef9f1bcce4e952dfc (patch) | |
| tree | 6a3087359459c99d52ef2ccbcb7960437e64f2c1 | |
| parent | ARM: dts: colibri: introduce device trees with UHS-I support (diff) | |
| download | linux-e0d8d4eaccc29959f20de8bef9f1bcce4e952dfc.tar.gz linux-e0d8d4eaccc29959f20de8bef9f1bcce4e952dfc.zip | |
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>
| -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 { |
