12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- From e111a35542ac14712026fe1a55236f76c7fc9048 Mon Sep 17 00:00:00 2001
- From: John Crispin <blogic@openwrt.org>
- Date: Tue, 5 Jan 2016 12:13:54 +0100
- Subject: [PATCH 021/102] Document: DT: Add bindings for mediatek MT7623 SoC
- Platform
- This adds a DT binding documentation for the MT7623 SoC from Mediatek.
- Signed-off-by: John Crispin <blogic@openwrt.org>
- ---
- Documentation/devicetree/bindings/arm/mediatek.txt | 4 ++++
- Documentation/devicetree/bindings/serial/mtk-uart.txt | 1 +
- Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt | 1 +
- 3 files changed, 6 insertions(+)
- --- a/Documentation/devicetree/bindings/arm/mediatek.txt
- +++ b/Documentation/devicetree/bindings/arm/mediatek.txt
- @@ -10,6 +10,7 @@ compatible: Must contain one of
- "mediatek,mt6589"
- "mediatek,mt6592"
- "mediatek,mt6795"
- + "mediatek,mt7623"
- "mediatek,mt8127"
- "mediatek,mt8135"
- "mediatek,mt8173"
- @@ -29,6 +30,9 @@ Supported boards:
- - Evaluation board for MT6795(Helio X10):
- Required root node properties:
- - compatible = "mediatek,mt6795-evb", "mediatek,mt6795";
- +- Evaluation board for MT7623:
- + Required root node properties:
- + - compatible = "mediatek,mt7623-evb", "mediatek,mt7623";
- - MTK mt8127 tablet moose EVB:
- Required root node properties:
- - compatible = "mediatek,mt8127-moose", "mediatek,mt8127";
- --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt
- +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt
- @@ -2,6 +2,7 @@
-
- Required properties:
- - compatible should contain:
- + * "mediatek,mt7623-uart" for MT7623 compatible UARTS
- * "mediatek,mt8135-uart" for MT8135 compatible UARTS
- * "mediatek,mt8127-uart" for MT8127 compatible UARTS
- * "mediatek,mt8173-uart" for MT8173 compatible UARTS
- --- a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
- +++ b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
- @@ -5,6 +5,7 @@ Required properties:
- - compatible should contain:
- * "mediatek,mt6580-timer" for MT6580 compatible timers
- * "mediatek,mt6589-timer" for MT6589 compatible timers
- + * "mediatek,mt7623-timer" for MT7623 compatible timers
- * "mediatek,mt8127-timer" for MT8127 compatible timers
- * "mediatek,mt8135-timer" for MT8135 compatible timers
- * "mediatek,mt8173-timer" for MT8173 compatible timers
|