diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2021-05-28 07:57:42 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-06-23 00:18:21 +0300 |
commit | 958ae02e8df8b656fa66d6172e8e35e8da2e3a4c (patch) | |
tree | 4808f515103f43e509632ebc7d1a1af339d381c6 | |
parent | 0899431f95a7a695f342527548b24ffd902c68ab (diff) | |
download | linux-958ae02e8df8b656fa66d6172e8e35e8da2e3a4c.tar.xz |
dt-bindings: clock: ehrpwm: Add support for AM64 specific compatible
Introduce AM64 specific compatible for epwm time-base sub-module clock.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link: https://lore.kernel.org/r/20210528045743.16537-2-lokeshvutla@ti.com
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Tero Kristo <kristo@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/clock/ti,am654-ehrpwm-tbclk.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/ti,am654-ehrpwm-tbclk.yaml b/Documentation/devicetree/bindings/clock/ti,am654-ehrpwm-tbclk.yaml index 6b419a9878f3..9b537bc876b5 100644 --- a/Documentation/devicetree/bindings/clock/ti,am654-ehrpwm-tbclk.yaml +++ b/Documentation/devicetree/bindings/clock/ti,am654-ehrpwm-tbclk.yaml @@ -12,7 +12,9 @@ maintainers: properties: compatible: items: - - const: ti,am654-ehrpwm-tbclk + - enum: + - ti,am654-ehrpwm-tbclk + - ti,am64-epwm-tbclk - const: syscon "#clock-cells": |