diff options
| author | Rob Herring (Arm) <robh@kernel.org> | 2024-09-25 12:35:03 -0500 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-10-02 16:28:20 +0200 |
| commit | 35c013ac7362a5470d5f30f3da0af50215095121 (patch) | |
| tree | 2fda1dd502424e198ca62aa7eacc34146210f875 | |
| parent | gpio: sim: switch to device_for_each_child_node_scoped() (diff) | |
| download | linux-35c013ac7362a5470d5f30f3da0af50215095121.tar.gz linux-35c013ac7362a5470d5f30f3da0af50215095121.zip | |
dt-bindings: gpio: st,nomadik-gpio: Add missing "#interrupt-cells" to example
Enabling dtc interrupt_provider check reveals the example is missing the
"#interrupt-cells" property as it is a dependency of
"interrupt-controller".
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240925173504.1906872-1-robh@kernel.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
| -rw-r--r-- | Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml b/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml index 38d37d8f7201..b3e8951959b5 100644 --- a/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml +++ b/Documentation/devicetree/bindings/gpio/st,nomadik-gpio.yaml @@ -89,6 +89,7 @@ examples: interrupts = <0 120 0x4>; #gpio-cells = <2>; gpio-controller; + #interrupt-cells = <2>; interrupt-controller; st,supports-sleepmode; gpio-bank = <1>; |
