diff options
author | Carlo Caione <carlo@caione.org> | 2014-09-10 16:17:19 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-09-25 11:34:14 -0400 |
commit | 2d3a2cdbbd1d1abed2ef6f5804036331a666ca07 (patch) | |
tree | 8bf391820b5b88799812cdabfa97d27911fba40d | |
parent | 6b112e24142176382f2c627e6e9c4b958601c120 (diff) |
ARM: meson: documentation: add bindings documentation
Add vendor prefixes and basic documentation for MesonX SoCs bindings
Signed-off-by: Carlo Caione <carlo@caione.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | Documentation/devicetree/bindings/arm/amlogic.txt | 8 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/arm/geniatech.txt | 5 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.txt | 2 |
3 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt new file mode 100644 index 000000000000..7eece72b1a35 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/amlogic.txt | |||
@@ -0,0 +1,8 @@ | |||
1 | Amlogic MesonX device tree bindings | ||
2 | ------------------------------------------- | ||
3 | |||
4 | Boards with the Amlogic Meson6 SoC shall have the following properties: | ||
5 | |||
6 | Required root node property: | ||
7 | |||
8 | compatible = "amlogic,meson6"; | ||
diff --git a/Documentation/devicetree/bindings/arm/geniatech.txt b/Documentation/devicetree/bindings/arm/geniatech.txt new file mode 100644 index 000000000000..74ccba40b73b --- /dev/null +++ b/Documentation/devicetree/bindings/arm/geniatech.txt | |||
@@ -0,0 +1,5 @@ | |||
1 | Geniatech platforms device tree bindings | ||
2 | ------------------------------------------- | ||
3 | |||
4 | Geniatech ATV1200 | ||
5 | - compatible = "geniatech,atv1200" | ||
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index f4318d7be35c..c681434614e5 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt | |||
@@ -14,6 +14,7 @@ allwinner Allwinner Technology Co., Ltd. | |||
14 | altr Altera Corp. | 14 | altr Altera Corp. |
15 | amcc Applied Micro Circuits Corporation (APM, formally AMCC) | 15 | amcc Applied Micro Circuits Corporation (APM, formally AMCC) |
16 | amd Advanced Micro Devices (AMD), Inc. | 16 | amd Advanced Micro Devices (AMD), Inc. |
17 | amlogic Amlogic, Inc. | ||
17 | ams AMS AG | 18 | ams AMS AG |
18 | amstaos AMS-Taos Inc. | 19 | amstaos AMS-Taos Inc. |
19 | apm Applied Micro Circuits Corporation (APM) | 20 | apm Applied Micro Circuits Corporation (APM) |
@@ -53,6 +54,7 @@ excito Excito | |||
53 | fsl Freescale Semiconductor | 54 | fsl Freescale Semiconductor |
54 | GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc. | 55 | GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc. |
55 | gef GE Fanuc Intelligent Platforms Embedded Systems, Inc. | 56 | gef GE Fanuc Intelligent Platforms Embedded Systems, Inc. |
57 | geniatech Geniatech, Inc. | ||
56 | globalscale Globalscale Technologies, Inc. | 58 | globalscale Globalscale Technologies, Inc. |
57 | gmt Global Mixed-mode Technology, Inc. | 59 | gmt Global Mixed-mode Technology, Inc. |
58 | google Google, Inc. | 60 | google Google, Inc. |