Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Eddie Huang and committed by
Matthias Brugger
83af225c 97bf6af1

+8 -1
+4
Documentation/devicetree/bindings/arm/mediatek.txt
··· 9 9 "mediatek,mt6592" 10 10 "mediatek,mt8127" 11 11 "mediatek,mt8135" 12 + "mediatek,mt8173" 12 13 13 14 14 15 Supported boards: ··· 26 25 - MTK mt8135 tablet EVB: 27 26 Required root node properties: 28 27 - compatible = "mediatek,mt8135-evbp1", "mediatek,mt8135"; 28 + - MTK mt8173 tablet EVB: 29 + Required root node properties: 30 + - compatible = "mediatek,mt8173-evb", "mediatek,mt8173";
+1
Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt
··· 5 5 6 6 Required properties: 7 7 - compatible: should be one of: 8 + "mediatek,mt8173-sysirq" 8 9 "mediatek,mt8135-sysirq" 9 10 "mediatek,mt8127-sysirq" 10 11 "mediatek,mt6589-sysirq"
+3 -1
Documentation/devicetree/bindings/serial/mtk-uart.txt
··· 2 2 3 3 Required properties: 4 4 - compatible should contain: 5 + * "mediatek,mt8173-uart" for MT8173 compatible UARTS 5 6 * "mediatek,mt6589-uart" for MT6589 compatible UARTS 6 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 11 - reg: The base address of the UART register bank. 10 12