mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 21:46:44 +07:00
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 @@ &i2c3 {
|
|||||||
ricoh619: pmic@32 {
|
ricoh619: pmic@32 {
|
||||||
compatible = "ricoh,rc5t619";
|
compatible = "ricoh,rc5t619";
|
||||||
reg = <0x32>;
|
reg = <0x32>;
|
||||||
|
interrupt-parent = <&gpio5>;
|
||||||
|
interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
|
||||||
system-power-controller;
|
system-power-controller;
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
|
Loading…
Reference in New Issue
Block a user