kernel: update kernel 4.4 to version 4.4.7
[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/81] 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 --- a/Documentation/devicetree/bindings/arm/mediatek.txt
17 +++ b/Documentation/devicetree/bindings/arm/mediatek.txt
18 @@ -10,6 +10,7 @@ compatible: Must contain one of
19     "mediatek,mt6589"
20     "mediatek,mt6592"
21     "mediatek,mt6795"
22 +   "mediatek,mt7623"
23     "mediatek,mt8127"
24     "mediatek,mt8135"
25     "mediatek,mt8173"
26 @@ -29,6 +30,9 @@ Supported boards:
27  - Evaluation board for MT6795(Helio X10):
28      Required root node properties:
29        - compatible = "mediatek,mt6795-evb", "mediatek,mt6795";
30 +- Evaluation board for MT7623:
31 +    Required root node properties:
32 +      - compatible = "mediatek,mt7623-evb", "mediatek,mt7623";
33  - MTK mt8127 tablet moose EVB:
34      Required root node properties:
35        - compatible = "mediatek,mt8127-moose", "mediatek,mt8127";
36 --- a/Documentation/devicetree/bindings/serial/mtk-uart.txt
37 +++ b/Documentation/devicetree/bindings/serial/mtk-uart.txt
38 @@ -2,6 +2,7 @@
39  
40  Required properties:
41  - compatible should contain:
42 +  * "mediatek,mt7623-uart" for MT7623 compatible UARTS
43    * "mediatek,mt8135-uart" for MT8135 compatible UARTS
44    * "mediatek,mt8127-uart" for MT8127 compatible UARTS
45    * "mediatek,mt8173-uart" for MT8173 compatible UARTS
46 --- a/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
47 +++ b/Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt
48 @@ -5,6 +5,7 @@ Required properties:
49  - compatible should contain:
50         * "mediatek,mt6580-timer" for MT6580 compatible timers
51         * "mediatek,mt6589-timer" for MT6589 compatible timers
52 +       * "mediatek,mt7623-timer" for MT7623 compatible timers
53         * "mediatek,mt8127-timer" for MT8127 compatible timers
54         * "mediatek,mt8135-timer" for MT8135 compatible timers
55         * "mediatek,mt8173-timer" for MT8173 compatible timers