diff options
author | Fabien Parent <fparent@baylibre.com> | 2019-08-05 15:02:15 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-08-21 13:55:16 -0500 |
commit | f981322804ca39bb836cf3fbfdebbc47d6584731 (patch) | |
tree | c3c0838bf5df48bdc4b1508181039deadbca6dc9 | |
parent | 3ffce7b6100cbfc1dcbec8be2b824b2d75866455 (diff) |
dt-bindings: rng: mtk-rng: Add documentation for MT8516
This commit adds the device-tree documentation for the RNG IP on the
MediaTek MT8516 SoC.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/rng/mtk-rng.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rng/mtk-rng.txt b/Documentation/devicetree/bindings/rng/mtk-rng.txt index 2bc89f133701..dfdcb5cd2ea8 100644 --- a/Documentation/devicetree/bindings/rng/mtk-rng.txt +++ b/Documentation/devicetree/bindings/rng/mtk-rng.txt @@ -6,6 +6,7 @@ Required properties: "mediatek,mt7622-rng", "mediatek,mt7623-rng" : for MT7622 "mediatek,mt7629-rng", "mediatek,mt7623-rng" : for MT7629 "mediatek,mt7623-rng" : for MT7623 + "mediatek,mt8516-rng", "mediatek,mt7623-rng" : for MT8516 - clocks : list of clock specifiers, corresponding to entries in clock-names property; - clock-names : Should contain "rng" entries; |