diff options
author | Olof Johansson <olof@lixom.net> | 2015-01-27 19:15:44 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-27 19:15:44 -0500 |
commit | 2f5b93c24a14880f211bd7f963c67d3d0accf977 (patch) | |
tree | 202f0e7be0bbf16ca3e85ea0bced64b6b32f334a /Documentation | |
parent | b288ca404761e65b1a5efab13719a16cee3a3032 (diff) | |
parent | 4727a6f631bf3ab2a0373acd27d40483446fcb8a (diff) |
Merge tag 'v3.20-next-arm64' of https://github.com/mbgg/linux-mediatek into next/arm64
Merge "ARM: mediatek: arm64 changes for v3.20" from Matthias Brugger:
Add support for mt8173 SoC from Mediatek.
- add DT bindings documentation
- add dts files for SoC and evaluation board
- add to Kconfig and defconfig
* tag 'v3.20-next-arm64' of https://github.com/mbgg/linux-mediatek:
arm64: mediatek: Add MT8173 SoC Kconfig and defconfig
arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile
Document: DT: Add bindings for mediatek MT8173 SoC Platform
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation')
3 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt index 3be40139cfbb..dd7550a29db6 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.txt +++ b/Documentation/devicetree/bindings/arm/mediatek.txt | |||
@@ -9,6 +9,7 @@ compatible: Must contain one of | |||
9 | "mediatek,mt6592" | 9 | "mediatek,mt6592" |
10 | "mediatek,mt8127" | 10 | "mediatek,mt8127" |
11 | "mediatek,mt8135" | 11 | "mediatek,mt8135" |
12 | "mediatek,mt8173" | ||
12 | 13 | ||
13 | 14 | ||
14 | Supported boards: | 15 | Supported boards: |
@@ -25,3 +26,6 @@ Supported boards: | |||
25 | - MTK mt8135 tablet EVB: | 26 | - MTK mt8135 tablet EVB: |
26 | Required root node properties: | 27 | Required root node properties: |
27 | - compatible = "mediatek,mt8135-evbp1", "mediatek,mt8135"; | 28 | - compatible = "mediatek,mt8135-evbp1", "mediatek,mt8135"; |
29 | - MTK mt8173 tablet EVB: | ||
30 | Required root node properties: | ||
31 | - compatible = "mediatek,mt8173-evb", "mediatek,mt8173"; | ||
diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt index d680b07ec6e8..8794f8d14db5 100644 --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt | |||
@@ -5,6 +5,7 @@ interrupt. | |||
5 | 5 | ||
6 | Required properties: | 6 | Required properties: |
7 | - compatible: should be one of: | 7 | - compatible: should be one of: |
8 | "mediatek,mt8173-sysirq" | ||
8 | "mediatek,mt8135-sysirq" | 9 | "mediatek,mt8135-sysirq" |
9 | "mediatek,mt8127-sysirq" | 10 | "mediatek,mt8127-sysirq" |
10 | "mediatek,mt6589-sysirq" | 11 | "mediatek,mt6589-sysirq" |
diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt index 48358a33ea7d..0e41b6ef2950 100644 --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt | |||
@@ -2,9 +2,11 @@ | |||
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible should contain: | 4 | - compatible should contain: |
5 | * "mediatek,mt8173-uart" for MT8173 compatible UARTS | ||
5 | * "mediatek,mt6589-uart" for MT6589 compatible UARTS | 6 | * "mediatek,mt6589-uart" for MT6589 compatible UARTS |
6 | * "mediatek,mt6582-uart" for MT6582 compatible UARTS | 7 | * "mediatek,mt6582-uart" for MT6582 compatible UARTS |
7 | * "mediatek,mt6577-uart" for all compatible UARTS (MT6589, MT6582, MT6577) | 8 | * "mediatek,mt6577-uart" for all compatible UARTS (MT8173, MT6589, MT6582, |
9 | MT6577) | ||
8 | 10 | ||
9 | - reg: The base address of the UART register bank. | 11 | - reg: The base address of the UART register bank. |
10 | 12 | ||