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
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!