diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-07-23 16:49:24 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-07-23 16:54:06 -0400 |
commit | 60c70c8c58d8cde3813e730d4e753531f292a1f0 (patch) | |
tree | 2178f74dc89ef210cb9100763adc138f2a8d8e09 /Documentation/devicetree/bindings/arm | |
parent | f37ac9e5a47d72eab5185b0ddc14dfc943cc9589 (diff) | |
parent | afaedea451149ab8f08c37ce688c8021ed347811 (diff) |
Merge tag 'v3.17-next-mediatek-support' of https://github.com/mbgg/linux-mediatek into next/soc
Merge basic support for the Mediatek Cortex-A7 SoCs from Matthias Brugger:
Support is quite basic, as the only component working up to now are the
timers.
* tag 'v3.17-next-mediatek-support' of https://github.com/mbgg/linux-mediatek:
arm: mediatek: add dts for Aquaris5 mobile phone
dt-bindings: add documentation for Mediatek SoC
arm: add basic support for Mediatek MT6589 boards
Signed-off-by: Matthias Brugger matthias.bgg@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/mediatek.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt new file mode 100644 index 000000000000..d6ac71f37314 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/mediatek.txt | |||
@@ -0,0 +1,8 @@ | |||
1 | Mediatek MT6589 Platforms Device Tree Bindings | ||
2 | |||
3 | Boards with a SoC of the Mediatek MT6589 shall have the following property: | ||
4 | |||
5 | Required root node property: | ||
6 | |||
7 | compatible: must contain "mediatek,mt6589" | ||
8 | |||