diff options
author | John Crispin <john@openwrt.org> | 2016-03-21 20:42:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-03-21 20:42:51 +0000 |
commit | 5d2f529c9b83d5f769258928b5ddd82f4dc9979e (patch) | |
tree | 65ecb999d7bfda861006ffba75f375c1d7c8260d /target/linux/mediatek/patches/0076-reset.patch | |
parent | c8a6c583fc5f5c0834f993b591d6bb52d958c99a (diff) | |
download | mtk-20170518-5d2f529c9b83d5f769258928b5ddd82f4dc9979e.zip mtk-20170518-5d2f529c9b83d5f769258928b5ddd82f4dc9979e.tar.gz mtk-20170518-5d2f529c9b83d5f769258928b5ddd82f4dc9979e.tar.bz2 |
mediatek: bump to v4.4
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 49064
Diffstat (limited to 'target/linux/mediatek/patches/0076-reset.patch')
-rw-r--r-- | target/linux/mediatek/patches/0076-reset.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/mediatek/patches/0076-reset.patch b/target/linux/mediatek/patches/0076-reset.patch deleted file mode 100644 index fd61635..0000000 --- a/target/linux/mediatek/patches/0076-reset.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 1671d902f8dcfce70f920ad3dfebb1031a7a38de Mon Sep 17 00:00:00 2001 -From: John Crispin <blogic@openwrt.org> -Date: Fri, 3 Jul 2015 05:46:51 +0200 -Subject: [PATCH 76/76] reset - ---- - include/dt-bindings/reset-controller/mt7623-resets.h | 9 +++++++++ - 1 file changed, 9 insertions(+) - ---- a/include/dt-bindings/reset-controller/mt7623-resets.h -+++ b/include/dt-bindings/reset-controller/mt7623-resets.h -@@ -56,4 +56,13 @@ - #define MT7623_PERI_ETH_SW_RST 29 - #define MT7623_PERI_SPI0_SW_RST 33 - -+/* high speed interface resets */ -+#define MT7623_HIFSYS_UHOST0_SW_RST 3 -+#define MT7623_HIFSYS_UHOST1_SW_RST 4 -+#define MT7623_HIFSYS_UPHY0_SW_RST 21 -+#define MT7623_HIFSYS_UPHY1_SW_RST 22 -+#define MT7623_HIFSYS_PCIE0_SW_RST 24 -+#define MT7623_HIFSYS_PCIE0_SW_RST 25 -+#define MT7623_HIFSYS_PCIE0_SW_RST 26 -+ - #endif /* _DT_BINDINGS_RESET_CONTROLLER_MT7623 */ |