On 5/10/19 10:31 AM, Florian Fainelli wrote: > BCM7211 features a RNG200 block, document its compatible string. > > Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx> Rob, does this look okay to you? > --- > Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt > index 0014da9145af..c223e54452da 100644 > --- a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt > +++ b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt > @@ -2,6 +2,7 @@ HWRNG support for the iproc-rng200 driver > > Required properties: > - compatible : Must be one of: > + "brcm,bcm7211-rng200" > "brcm,bcm7278-rng200" > "brcm,iproc-rng200" > - reg : base address and size of control register block > -- Florian