diff options
author | Anatoly Pugachev <matorola@gmail.com> | 2016-01-25 11:09:21 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-01-26 09:35:28 -0500 |
commit | b1a57ddd23f4c596ff74b130373a93cc9f5bbf37 (patch) | |
tree | 3657a666d0392ce2f873a4056a3266e6a96167cc /Documentation | |
parent | 8d18e34c1fe22418ae0b5475ab0d1956d69ad195 (diff) |
hwrng: n2 - documentation, add DT bindings, vendor prefixes
n2rng: documentation, add DT bindings, vendor prefixes
Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sparc_sun_oracle_rng.txt | 30 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.txt | 2 |
2 files changed, 32 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sparc_sun_oracle_rng.txt b/Documentation/devicetree/bindings/sparc_sun_oracle_rng.txt new file mode 100644 index 000000000000..b0b211194c71 --- /dev/null +++ b/Documentation/devicetree/bindings/sparc_sun_oracle_rng.txt | |||
@@ -0,0 +1,30 @@ | |||
1 | HWRNG support for the n2_rng driver | ||
2 | |||
3 | Required properties: | ||
4 | - reg : base address to sample from | ||
5 | - compatible : should contain one of the following | ||
6 | RNG versions: | ||
7 | - 'SUNW,n2-rng' for Niagara 2 Platform (SUN UltraSPARC T2 CPU) | ||
8 | - 'SUNW,vf-rng' for Victoria Falls Platform (SUN UltraSPARC T2 Plus CPU) | ||
9 | - 'SUNW,kt-rng' for Rainbow/Yosemite Falls Platform (SUN SPARC T3/T4), (UltraSPARC KT/Niagara 3 - development names) | ||
10 | more recent systems (after Oracle acquisition of SUN) | ||
11 | - 'ORCL,m4-rng' for SPARC T5/M5 | ||
12 | - 'ORCL,m7-rng' for SPARC T7/M7 | ||
13 | |||
14 | Examples: | ||
15 | /* linux LDOM on SPARC T5-2 */ | ||
16 | Node 0xf029a4f4 | ||
17 | .node: f029a4f4 | ||
18 | rng-#units: 00000002 | ||
19 | compatible: 'ORCL,m4-rng' | ||
20 | reg: 0000000e | ||
21 | name: 'random-number-generator' | ||
22 | |||
23 | /* solaris on SPARC M7-8 */ | ||
24 | Node 0xf028c08c | ||
25 | rng-#units: 00000003 | ||
26 | compatible: 'ORCL,m7-rng' | ||
27 | reg: 0000000e | ||
28 | name: 'random-number-generator' | ||
29 | |||
30 | PS: see as well prtconfs.git by DaveM | ||
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index 72e2c5a2b327..e00029d66d66 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt | |||
@@ -170,6 +170,7 @@ opencores OpenCores.org | |||
170 | option Option NV | 170 | option Option NV |
171 | ortustech Ortus Technology Co., Ltd. | 171 | ortustech Ortus Technology Co., Ltd. |
172 | ovti OmniVision Technologies | 172 | ovti OmniVision Technologies |
173 | ORCL Oracle Corporation | ||
173 | panasonic Panasonic Corporation | 174 | panasonic Panasonic Corporation |
174 | parade Parade Technologies Inc. | 175 | parade Parade Technologies Inc. |
175 | pericom Pericom Technology Inc. | 176 | pericom Pericom Technology Inc. |
@@ -227,6 +228,7 @@ startek Startek | |||
227 | ste ST-Ericsson | 228 | ste ST-Ericsson |
228 | stericsson ST-Ericsson | 229 | stericsson ST-Ericsson |
229 | synology Synology, Inc. | 230 | synology Synology, Inc. |
231 | SUNW Sun Microsystems, Inc | ||
230 | tbs TBS Technologies | 232 | tbs TBS Technologies |
231 | tcl Toby Churchill Ltd. | 233 | tcl Toby Churchill Ltd. |
232 | technologic Technologic Systems | 234 | technologic Technologic Systems |