diff options
| -rw-r--r-- | Documentation/devicetree/bindings/timer/ti,timer-dm.yaml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml b/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml index 7c0eb53a944b..e32df21e63a0 100644 --- a/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml +++ b/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml @@ -19,6 +19,7 @@ properties: - enum: - ti,am335x-timer - ti,am335x-timer-1ms + - ti,am654-timer - ti,dm814-timer - ti,dm816-timer - ti,omap2420-timer @@ -88,7 +89,6 @@ properties: required: - compatible - reg - - interrupts additionalProperties: false @@ -98,6 +98,16 @@ allOf: properties: compatible: contains: + const: ti,am654-timer + then: + required: + - interrupts + + - if: + not: + properties: + compatible: + contains: enum: - ti,omap3430-timer - ti,omap4430-timer |
