From cd728905be82ab66456212a9fcc311c553e39422 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 16 Nov 2023 08:18:48 +0100 Subject: dts: update to v6.7-rc1 Signed-off-by: Sascha Hauer --- dts/Bindings/rng/amlogic,meson-rng.yaml | 1 + dts/Bindings/rng/st,stm32-rng.yaml | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) (limited to 'dts/Bindings/rng') diff --git a/dts/Bindings/rng/amlogic,meson-rng.yaml b/dts/Bindings/rng/amlogic,meson-rng.yaml index 457a6e43d8..afa52af442 100644 --- a/dts/Bindings/rng/amlogic,meson-rng.yaml +++ b/dts/Bindings/rng/amlogic,meson-rng.yaml @@ -14,6 +14,7 @@ properties: compatible: enum: - amlogic,meson-rng + - amlogic,meson-s4-rng reg: maxItems: 1 diff --git a/dts/Bindings/rng/st,stm32-rng.yaml b/dts/Bindings/rng/st,stm32-rng.yaml index 187b172d0c..717f6b321f 100644 --- a/dts/Bindings/rng/st,stm32-rng.yaml +++ b/dts/Bindings/rng/st,stm32-rng.yaml @@ -15,7 +15,9 @@ maintainers: properties: compatible: - const: st,stm32-rng + enum: + - st,stm32-rng + - st,stm32mp13-rng reg: maxItems: 1 @@ -30,11 +32,27 @@ properties: type: boolean description: If set enable the clock detection management + st,rng-lock-conf: + type: boolean + description: If set, the RNG configuration in RNG_CR, RNG_HTCR and + RNG_NSCR will be locked. + required: - compatible - reg - clocks +allOf: + - if: + properties: + compatible: + contains: + enum: + - st,stm32-rng + then: + properties: + st,rng-lock-conf: false + additionalProperties: false examples: -- cgit v1.2.3