1

dt-bindings: rng: Add Exynos850 support to exynos-trng

The TRNG block in Exynos850 is pretty much the same as in Exynos5250,
but there are two clocks that has to be controlled to make it work:
  1. Functional (operating) clock: called ACLK in Exynos850, the same as
     "secss" clock in Exynos5250
  2. Interface (bus) clock: called PCLK in Exynos850. It has to be
     enabled in order to access TRNG registers

Document Exynos850 compatible and the related clock changes.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Sam Protsenko 2024-06-20 18:13:34 -05:00 committed by Herbert Xu
parent ccacbbc317
commit 70003f512c

View File

@ -12,14 +12,17 @@ maintainers:
properties: properties:
compatible: compatible:
const: samsung,exynos5250-trng enum:
- samsung,exynos5250-trng
- samsung,exynos850-trng
clocks: clocks:
maxItems: 1 minItems: 1
maxItems: 2
clock-names: clock-names:
items: minItems: 1
- const: secss maxItems: 2
reg: reg:
maxItems: 1 maxItems: 1
@ -30,6 +33,35 @@ required:
- clock-names - clock-names
- reg - reg
allOf:
- if:
properties:
compatible:
contains:
const: samsung,exynos850-trng
then:
properties:
clocks:
items:
- description: SSS (Security Sub System) operating clock
- description: SSS (Security Sub System) bus clock
clock-names:
items:
- const: secss
- const: pclk
else:
properties:
clocks:
items:
- description: SSS (Security Sub System) operating clock
clock-names:
items:
- const: secss
additionalProperties: false additionalProperties: false
examples: examples: