diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-03-30 08:34:14 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-03-30 08:34:14 +0200 |
commit | 873357b1a7f044888be0a1dc6a753376cd2140eb (patch) | |
tree | 207c79fd9b865e25fcf1a64fb42093ab29a1a221 /Documentation/devicetree | |
parent | iio: position: Add support for Azoteq IQS624/625 angle sensors (diff) | |
parent | mfd: rn5t618: Cleanup i2c_device_id (diff) | |
download | linux-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.txt | 4 |
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 { |