Message ID | 20190510173112.2196-2-f.fainelli@gmail.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 6223949a1531f31f4191a40257e6cb37af1af75f |
Headers | show |
Series | [1/2] dt-bindings: rng: Document BCM7211 RNG compatible string | expand |
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@gmail.com> 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 >
On Fri, Jun 07, 2019 at 11:57:49AM -0700, Florian Fainelli wrote: > 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@gmail.com> > > Rob, does this look okay to you? Yes, sorry, a bit behind on reviews.
On Fri, 10 May 2019 10:31:10 -0700, Florian Fainelli wrote: > BCM7211 features a RNG200 block, document its compatible string. > > Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> > --- > Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring <robh@kernel.org>
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
BCM7211 features a RNG200 block, document its compatible string. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> --- Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt | 1 + 1 file changed, 1 insertion(+)