treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rng / imx-rng.txt
blob405c2b00ccb0a420155505fb10bee74bf8c94a2e
1 Freescale RNGA/RNGB/RNGC (Random Number Generator Versions A, B and C)
3 Required properties:
4 - compatible : should be one of
5                "fsl,imx21-rnga"
6                "fsl,imx31-rnga" (backward compatible with "fsl,imx21-rnga")
7                "fsl,imx25-rngb"
8                "fsl,imx35-rngc"
9 - reg : offset and length of the register set of this block
10 - interrupts : the interrupt number for the RNG block
11 - clocks : the RNG clk source
13 Example:
15 rng@53fb0000 {
16         compatible = "fsl,imx25-rngb";
17         reg = <0x53fb0000 0x4000>;
18         interrupts = <22>;
19         clocks = <&trng_clk>;