diff options
author | Mars Cheng <mars.cheng@mediatek.com> | 2015-07-14 08:07:08 +0200 |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2015-07-18 00:22:42 +0200 |
commit | 69a462b9532c906441ccbec52b62e4a8b5f26271 (patch) | |
tree | 70aa3a02272f7ca654edc1895da6d73a686e69a6 /Documentation/devicetree/bindings/serial/mtk-uart.txt | |
parent | ARM: dts: mediatek mt8135: Use real UART clocks (diff) | |
download | linux-69a462b9532c906441ccbec52b62e4a8b5f26271.tar.xz linux-69a462b9532c906441ccbec52b62e4a8b5f26271.zip |
Document: DT: Add bindings for mediatek MT6580 SoC Platform
This adds a DT binding documentation for the MT6580 SoC from Mediatek.
Signed-off-by: Mars Cheng <mars.cheng@mediatek.com>
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt index 8d63f1da07aa..a875997f2062 100644 --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt @@ -7,8 +7,9 @@ Required properties: * "mediatek,mt8173-uart" for MT8173 compatible UARTS * "mediatek,mt6589-uart" for MT6589 compatible UARTS * "mediatek,mt6582-uart" for MT6582 compatible UARTS + * "mediatek,mt6580-uart" for MT6580 compatible UARTS * "mediatek,mt6577-uart" for all compatible UARTS (MT8173, MT6589, MT6582, - MT6577) + MT6580, MT6577) - reg: The base address of the UART register bank. |