mediatek: bump to v4.4
[openwrt.git] / target / linux / mediatek / patches-4.4 / 0021-Document-DT-Add-bindings-for-mediatek-MT7623-SoC-Pla.patch
1 From 162deec293400cb132161606629654acaec7cb4b Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Tue, 5 Jan 2016 12:13:54 +0100
4 Subject: [PATCH 21/53] Document: DT: Add bindings for mediatek MT7623 SoC
5  Platform
6
7 This adds a DT binding documentation for the MT7623 SoC from Mediatek.
8
9 Signed-off-by: John Crispin <blogic@openwrt.org>
10 ---
11  Documentation/devicetree/bindings/arm/mediatek.txt             |    4 ++++
12  Documentation/devicetree/bindings/serial/mtk-uart.txt          |    1 +
13  Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt |    1 +
14  3 files changed, 6 insertions(+)
15
16 diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt
17 index 618a9199..40e9d32 100644
18 --- a/Documentation/devicetree/bindings/arm/mediatek.txt
19 +++ b/Documentation/devicetree/bindings/arm/mediatek.txt
20 @@ -10,6 +10,7 @@ compatible: Must contain one of
21     "mediatek,mt6589"
22     "mediatek,mt6592"
23     "mediatek,mt6795"
24 +   "mediatek,mt7623"
25     "mediatek,mt8127"
26     "mediatek,mt8135"
27     "mediatek,mt8173"
28 @@ -29,6 +30,9 @@ Supported boards:
29  - Evaluation board for MT6795(Helio X10):
30      Required root node properties:
31        - compatible = "mediatek,mt6795-evb", "mediatek,mt6795";
32 +- Evaluation board for MT7623:
33 +    Required root node properties:
34 +      - compatible = "mediatek,mt7623-evb", "mediatek,mt7623";
35  - MTK mt8127 tablet moose EVB:
36      Required root node properties:
37        - compatible = "mediatek,mt8127-moose", "mediatek,mt8127";
38 diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree/bindings/serial/mtk-uart.txt
39 index 2d47add..474f0cf 100644
40 --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt
41 +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt
42 @@ -2,6 +2,7 @@
43  
44  Required properties:
45  - compatible should contain:
46 +  * "mediatek,mt7623-uart" for MT7623 compatible UARTS
47    * "mediatek,mt8135-uart" for MT8135 compatible UARTS
48    * "mediatek,mt8127-uart" for MT8127 compatible UARTS
49    * "mediatek,mt8173-uart" for MT8173 compatible UARTS
50 diff --git a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
51 index 64083bc..6bacda1b3 100644
52 --- a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
53 +++ b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
54 @@ -5,6 +5,7 @@ Required properties:
55  - compatible should contain:
56         * "mediatek,mt6580-timer" for MT6580 compatible timers
57         * "mediatek,mt6589-timer" for MT6589 compatible timers
58 +       * "mediatek,mt7623-timer" for MT7623 compatible timers
59         * "mediatek,mt8127-timer" for MT8127 compatible timers
60         * "mediatek,mt8135-timer" for MT8135 compatible timers
61         * "mediatek,mt8173-timer" for MT8173 compatible timers
62 -- 
63 1.7.10.4
64