summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-03-30 08:34:14 +0200
committerLee Jones <lee.jones@linaro.org>2020-03-30 08:34:14 +0200
commit873357b1a7f044888be0a1dc6a753376cd2140eb (patch)
tree207c79fd9b865e25fcf1a64fb42093ab29a1a221 /Documentation/devicetree
parentiio: position: Add support for Azoteq IQS624/625 angle sensors (diff)
parentmfd: rn5t618: Cleanup i2c_device_id (diff)
downloadlinux-873357b1a7f044888be0a1dc6a753376cd2140eb.tar.xz
linux-873357b1a7f044888be0a1dc6a753376cd2140eb.zip
Merge branches 'ib-mfd-iio-input-5.7' and 'ib-mfd-iio-rtc-5.7' into ibs-for-mfd-merged
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/mfd/rn5t618.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/rn5t618.txt b/Documentation/devicetree/bindings/mfd/rn5t618.txt
index b74e5e94d1cb..16778ea00dbc 100644
--- a/Documentation/devicetree/bindings/mfd/rn5t618.txt
+++ b/Documentation/devicetree/bindings/mfd/rn5t618.txt
@@ -15,6 +15,8 @@ Required properties:
- reg: the I2C slave address of the device
Optional properties:
+ - interrupts: interrupt mapping for IRQ
+ See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
- system-power-controller:
See Documentation/devicetree/bindings/power/power-controller.txt
@@ -32,6 +34,8 @@ Example:
pmic@32 {
compatible = "ricoh,rn5t618";
reg = <0x32>;
+ interrupt-parent = <&gpio5>;
+ interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
system-power-controller;
regulators {