2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-15 17:14:00 +08:00

dt-bindings: timer: Add power-domains for TI timer-dm on K3

On K3 SoCs, the power-domains property is needed. On the earlier SoCs,
the power-domains property is handled by the interconnect target module
parent device.

Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Grygorii Strashko <grygorii.strashko@ti.com>
Cc: Keerthy <j-keerthy@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Cc: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220919112357.64997-1-tony@atomide.com
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Tony Lindgren 2022-09-19 14:23:57 +03:00 committed by Rob Herring
parent b6acf80735
commit 3b684d0467

View File

@ -51,6 +51,11 @@ properties:
- const: timer_sys_ck - const: timer_sys_ck
minItems: 1 minItems: 1
power-domains:
description:
Power domain if available
maxItems: 1
interrupts: interrupts:
description: description:
Interrupt if available. The timer PWM features may be usable Interrupt if available. The timer PWM features may be usable
@ -94,12 +99,14 @@ additionalProperties: false
allOf: allOf:
- if: - if:
not: properties:
properties: compatible:
compatible: contains:
contains: const: ti,am654-timer
const: ti,am654-timer
then: then:
required:
- power-domains
else:
required: required:
- interrupts - interrupts