mediatek: add support for the new MT7623 Arm SoC
[openwrt.git] / target / linux / mediatek / patches / 0076-reset.patch
1 From 1671d902f8dcfce70f920ad3dfebb1031a7a38de Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Fri, 3 Jul 2015 05:46:51 +0200
4 Subject: [PATCH 76/76] reset
5
6 ---
7  include/dt-bindings/reset-controller/mt7623-resets.h |    9 +++++++++
8  1 file changed, 9 insertions(+)
9
10 diff --git a/include/dt-bindings/reset-controller/mt7623-resets.h b/include/dt-bindings/reset-controller/mt7623-resets.h
11 index 28a7d69..3e0f39a 100644
12 --- a/include/dt-bindings/reset-controller/mt7623-resets.h
13 +++ b/include/dt-bindings/reset-controller/mt7623-resets.h
14 @@ -56,4 +56,13 @@
15  #define MT7623_PERI_ETH_SW_RST         29
16  #define MT7623_PERI_SPI0_SW_RST                33
17  
18 +/* high speed interface resets */
19 +#define MT7623_HIFSYS_UHOST0_SW_RST    3
20 +#define MT7623_HIFSYS_UHOST1_SW_RST    4
21 +#define MT7623_HIFSYS_UPHY0_SW_RST     21
22 +#define MT7623_HIFSYS_UPHY1_SW_RST     22
23 +#define MT7623_HIFSYS_PCIE0_SW_RST     24
24 +#define MT7623_HIFSYS_PCIE0_SW_RST     25
25 +#define MT7623_HIFSYS_PCIE0_SW_RST     26
26 +
27  #endif /* _DT_BINDINGS_RESET_CONTROLLER_MT7623 */
28 -- 
29 1.7.10.4
30