scsi: sd: Keep disk read-only when re-reading partition
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / rng / brcm,bcm6368.txt
1 BCM6368 Random number generator
2
3 Required properties:
4
5 - compatible : should be "brcm,bcm6368-rng"
6 - reg : Specifies base physical address and size of the registers
7 - clocks : phandle to clock-controller plus clock-specifier pair
8 - clock-names : "ipsec" as a clock name
9
10 Example:
11         random: rng@10004180 {
12                 compatible = "brcm,bcm6368-rng";
13                 reg = <0x10004180 0x14>;
14
15                 clocks = <&periph_clk 18>;
16                 clock-names = "ipsec";
17         };