From: Andreas Kemnade Date: Fri, 20 Mar 2020 08:10:59 +0000 (+0100) Subject: dt-bindings: mfd: rn5t618: Document optional property interrupts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=361dca7d97f5ef8d0f3f8036bb33626a67817867;p=linux.git dt-bindings: mfd: rn5t618: Document optional property interrupts These chips use interrupts for various things like RTC alarm. Signed-off-by: Andreas Kemnade Acked-by: Rob Herring Signed-off-by: Lee Jones --- diff --git a/Documentation/devicetree/bindings/mfd/rn5t618.txt b/Documentation/devicetree/bindings/mfd/rn5t618.txt index b74e5e94d1cbe..16778ea00dbcd 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 {