diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2024-05-29 14:32:32 +0200 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2024-07-08 17:40:30 -0600 |
commit | bd7db321884a48e93e675d36ac4f34f1f0bf997a (patch) | |
tree | ad55771eb270382f90eca9352712f4b726996be6 /Documentation/devicetree/bindings/timer | |
parent | d8d301a1d220bdc5e31f4f70e66c1df0cd01a7ca (diff) |
dt-bindings: timer: renesas,tmu: Make interrupt-names required
Now all in-tree users have been updated with interrupt-names properties
according to commit 0076a37a426b6c85 ("dt-bindings: timer: renesas,tmu:
Document input capture interrupt"), make interrupt-names required.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/65fdd0425be0cc1bae9e6f7996aceaa5ad34e510.1716985947.git.geert+renesas@glider.be
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/timer')
-rw-r--r-- | Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml index 360a5cf1ae9c..53e4e9c7a53c 100644 --- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml @@ -84,6 +84,7 @@ required: - compatible - reg - interrupts + - interrupt-names - clocks - clock-names - power-domains |