[PATCH v6 1/2] dt-bindings: rng: starfive,jh7110-trng: add jhb100, drop jh8100
"lianfeng.ouyang" <[email protected]> Thu, 23 Jul 2026 15:52:05 +0800
| Newsgroups | org.kernel.vger.linux-crypto,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Lianfeng Ouyang <[email protected]> Update the StarFive TRNG DT bindings to reflect current SoC support. The obsolete "starfive,jh8100-trng" compatible string is removed since JH8100 SoC is no longer supported. A new "starfive,jhb100-trng" compatible string is added for JHB100 SoC TRNG support. The maintainer entry is also updated to reflect current ownership as the previous maintainer has resigned. Signed-off-by: Lianfeng Ouyang <[email protected]> Acked-by: Conor Dooley <[email protected]> --- .../devicetree/bindings/rng/starfive,jh7110-trng.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml b/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml index 4639247e9e51..d21769b7d54e 100644 --- a/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml +++ b/Documentation/devicetree/bindings/rng/starfive,jh7110-trng.yaml @@ -7,15 +7,13 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: StarFive SoC TRNG Module maintainers: - - Jia Jie Ho <[email protected]> + - Lianfeng Ouyang <[email protected]> properties: compatible: - oneOf: - - items: - - const: starfive,jh8100-trng - - const: starfive,jh7110-trng - - const: starfive,jh7110-trng + enum: + - starfive,jh7110-trng + - starfive,jhb100-trng reg: maxItems: 1 -- 2.43.0