diff options
author | Eddie Huang <eddie.huang@mediatek.com> | 2015-12-01 10:14:00 +0100 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2015-01-26 12:33:57 +0100 |
commit | 83af225c3989cab7ba747b52c445b93660410334 (patch) | |
tree | 6c0f86e64eabcbd1856ce8747b1a995bedda3167 /Documentation/devicetree/bindings/serial/mtk-uart.txt | |
parent | Linux 3.19-rc1 (diff) | |
download | linux-83af225c3989cab7ba747b52c445b93660410334.tar.xz linux-83af225c3989cab7ba747b52c445b93660410334.zip |
Document: DT: Add bindings for mediatek MT8173 SoC Platform
MT8173 is a 64-bit four core Soc.
And mt8173-evb is a evaluation board based on mt8173.
This commit add the devicetree binding document for
mediatek MT8173 SoC
MT8173 sysirq
MT8173 uart
Signed-off-by: Eddie Huang <eddie.huang@mediatek.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/serial/mtk-uart.txt')
-rw-r--r-- | Documentation/devicetree/bindings/serial/mtk-uart.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ Required properties: - compatible should contain: + * "mediatek,mt8173-uart" for MT8173 compatible UARTS * "mediatek,mt6589-uart" for MT6589 compatible UARTS * "mediatek,mt6582-uart" for MT6582 compatible UARTS - * "mediatek,mt6577-uart" for all compatible UARTS (MT6589, MT6582, MT6577) + * "mediatek,mt6577-uart" for all compatible UARTS (MT8173, MT6589, MT6582, + MT6577) - reg: The base address of the UART register bank. |