0076-reset.patch 860 B

12345678910111213141516171819202122232425
  1. From 1671d902f8dcfce70f920ad3dfebb1031a7a38de Mon Sep 17 00:00:00 2001
  2. From: John Crispin <[email protected]>
  3. Date: Fri, 3 Jul 2015 05:46:51 +0200
  4. Subject: [PATCH 76/76] reset
  5. ---
  6. include/dt-bindings/reset-controller/mt7623-resets.h | 9 +++++++++
  7. 1 file changed, 9 insertions(+)
  8. --- a/include/dt-bindings/reset-controller/mt7623-resets.h
  9. +++ b/include/dt-bindings/reset-controller/mt7623-resets.h
  10. @@ -56,4 +56,13 @@
  11. #define MT7623_PERI_ETH_SW_RST 29
  12. #define MT7623_PERI_SPI0_SW_RST 33
  13. +/* high speed interface resets */
  14. +#define MT7623_HIFSYS_UHOST0_SW_RST 3
  15. +#define MT7623_HIFSYS_UHOST1_SW_RST 4
  16. +#define MT7623_HIFSYS_UPHY0_SW_RST 21
  17. +#define MT7623_HIFSYS_UPHY1_SW_RST 22
  18. +#define MT7623_HIFSYS_PCIE0_SW_RST 24
  19. +#define MT7623_HIFSYS_PCIE0_SW_RST 25
  20. +#define MT7623_HIFSYS_PCIE0_SW_RST 26
  21. +
  22. #endif /* _DT_BINDINGS_RESET_CONTROLLER_MT7623 */