diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-08-25 16:40:51 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-08-29 10:05:30 +0300 |
commit | 41059b5d8b9ad833ce99d5964adbc0eef3f34ddb (patch) | |
tree | 7143e97df8e319d55a99985433ac2ac30ce23ecd /Documentation/devicetree/bindings/clock/samsung,exynos-clock.yaml | |
parent | ea7b028a00e4c24c5c51479ea540e0da8b79bb4a (diff) | |
download | linux-41059b5d8b9ad833ce99d5964adbc0eef3f34ddb.tar.xz |
dt-bindings: clock: samsung: convert Exynos542x to dtschema
Merge Exynos542x clock controller bindings to existing DT schema.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20210825134056.219884-4-krzysztof.kozlowski@canonical.com
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/samsung,exynos-clock.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/samsung,exynos-clock.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/clock/samsung,exynos-clock.yaml b/Documentation/devicetree/bindings/clock/samsung,exynos-clock.yaml index 1642f8405ed9..b807ae79e3b7 100644 --- a/Documentation/devicetree/bindings/clock/samsung,exynos-clock.yaml +++ b/Documentation/devicetree/bindings/clock/samsung,exynos-clock.yaml @@ -18,7 +18,14 @@ description: | properties: compatible: - const: samsung,exynos5250-clock + oneOf: + - enum: + - samsung,exynos5250-clock + - items: + - enum: + - samsung,exynos5420-clock + - samsung,exynos5800-clock + - const: syscon clocks: maxItems: 4 |