diff options
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/metag/meta.txt | 30 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.txt | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/metag/meta.txt b/Documentation/devicetree/bindings/metag/meta.txt new file mode 100644 index 000000000000..f4457f57ab08 --- /dev/null +++ b/Documentation/devicetree/bindings/metag/meta.txt | |||
@@ -0,0 +1,30 @@ | |||
1 | * Meta Processor Binding | ||
2 | |||
3 | This binding specifies what properties must be available in the device tree | ||
4 | representation of a Meta Processor Core, which is the root node in the tree. | ||
5 | |||
6 | Required properties: | ||
7 | |||
8 | - compatible: Specifies the compatibility list for the Meta processor. | ||
9 | The type shall be <string> and the value shall include "img,meta". | ||
10 | |||
11 | Optional properties: | ||
12 | |||
13 | - clocks: Clock consumer specifiers as described in | ||
14 | Documentation/devicetree/bindings/clock/clock-bindings.txt | ||
15 | |||
16 | - clock-names: Clock consumer names as described in | ||
17 | Documentation/devicetree/bindings/clock/clock-bindings.txt. | ||
18 | |||
19 | Clocks are identified by name. Valid clocks are: | ||
20 | |||
21 | - "core": The Meta core clock from which the Meta timers are derived. | ||
22 | |||
23 | * Examples | ||
24 | |||
25 | / { | ||
26 | compatible = "toumaz,tz1090", "img,meta"; | ||
27 | |||
28 | clocks = <&meta_core_clk>; | ||
29 | clock-names = "core"; | ||
30 | }; | ||
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index db0457d61682..948f61561ffa 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt | |||
@@ -58,6 +58,7 @@ snps Synopsys, Inc. | |||
58 | st STMicroelectronics | 58 | st STMicroelectronics |
59 | ste ST-Ericsson | 59 | ste ST-Ericsson |
60 | stericsson ST-Ericsson | 60 | stericsson ST-Ericsson |
61 | toumaz Toumaz | ||
61 | ti Texas Instruments | 62 | ti Texas Instruments |
62 | toshiba Toshiba Corporation | 63 | toshiba Toshiba Corporation |
63 | v3 V3 Semiconductor | 64 | v3 V3 Semiconductor |