]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: rng: clocks property on omap_rng not always mandatory
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 17 Mar 2017 12:58:39 +0000 (13:58 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 24 Mar 2017 13:51:32 +0000 (21:51 +0800)
commit75a49260ece74f8a2d5f3b832fb52c031c2daf33
tree2b70a6fe1be241360d873fbaa61b45dba449d433
parent25868c2a9438c6912119903c5a8c0ddaec7248b9
dt-bindings: rng: clocks property on omap_rng not always mandatory

Commit 5054c98c4cc ("dt-bindings: omap-rng: Document SafeXcel IP-76
device variant") update the omap_rng Device Tree binding to add support
for the IP-76 variation of the IP. As part of this change, a "clocks"
property was added, but is indicated as "Required", without indicated
it's actually only required for some compatible strings.

This commit fixes that, by explicitly stating that the clocks property
is only required with the inside-secure,safexcel-eip76 compatible
string.

Fixes: 5054c98c4cc ("dt-bindings: omap-rng: Document SafeXcel IP-76 device variant")
Cc: <stable@vger.kernel.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/devicetree/bindings/rng/omap_rng.txt