2021-05-20 12:23:43

by Fabien Parent

[permalink] [raw]
Subject: [PATCH v2 2/2] dt-bindings: rng: mediatek: add mt8365 to mtk rng binding

Add RNG binding for MT8365 SoC.

Signed-off-by: Fabien Parent <[email protected]>
---

v2: Write the compatible in a more compact way

Documentation/devicetree/bindings/rng/mtk-rng.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/rng/mtk-rng.yaml b/Documentation/devicetree/bindings/rng/mtk-rng.yaml
index 4be5fc3c1409..61888e07bda0 100644
--- a/Documentation/devicetree/bindings/rng/mtk-rng.yaml
+++ b/Documentation/devicetree/bindings/rng/mtk-rng.yaml
@@ -21,6 +21,7 @@ properties:
- enum:
- mediatek,mt7622-rng
- mediatek,mt7629-rng
+ - mediatek,mt8365-rng
- mediatek,mt8516-rng
- const: mediatek,mt7623-rng

--
2.31.1


2021-05-21 09:14:31

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] dt-bindings: rng: mediatek: add mt8365 to mtk rng binding

On Thu, 20 May 2021 13:16:56 +0200, Fabien Parent wrote:
> Add RNG binding for MT8365 SoC.
>
> Signed-off-by: Fabien Parent <[email protected]>
> ---
>
> v2: Write the compatible in a more compact way
>
> Documentation/devicetree/bindings/rng/mtk-rng.yaml | 1 +
> 1 file changed, 1 insertion(+)
>

Applied, thanks!