Message ID | 20220919112357.64997-1-tony@atomide.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: timer: Add power-domains for TI timer-dm on K3 | expand |
On 19/09/2022 13:23, Tony Lindgren wrote: > 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. Rebase your patch on recent Linux kernel and use get_maintainers.pl. > > 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> Best regards, Krzysztof
* Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> [220919 11:27]: > On 19/09/2022 13:23, Tony Lindgren wrote: > > 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. > > Rebase your patch on recent Linux kernel and use get_maintainers.pl. OK sorry about your old email address, noted :) > > 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> Thanks, Tony
On Mon, 19 Sep 2022 14:23:57 +0300, Tony Lindgren wrote: > 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> > --- > .../devicetree/bindings/timer/ti,timer-dm.yaml | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 deletions(-) > Applied, thanks!
diff --git a/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml b/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml --- a/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml +++ b/Documentation/devicetree/bindings/timer/ti,timer-dm.yaml @@ -51,6 +51,11 @@ properties: - const: timer_sys_ck minItems: 1 + power-domains: + description: + Power domain if available + maxItems: 1 + interrupts: description: Interrupt if available. The timer PWM features may be usable @@ -94,12 +99,14 @@ additionalProperties: false allOf: - if: - not: - properties: - compatible: - contains: - const: ti,am654-timer + properties: + compatible: + contains: + const: ti,am654-timer then: + required: + - power-domains + else: required: - interrupts
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> --- .../devicetree/bindings/timer/ti,timer-dm.yaml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-)