diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-20 08:38:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-20 08:38:10 -0400 |
commit | 2a4484a5c54cd64d5c4f8fd9aaa56f739d1b2b9d (patch) | |
tree | 796a7c6bd4b634d133198327b64313a13a44420a /include | |
parent | ba989cf1cac82f10efc749aaf2aaff1694894e71 (diff) | |
parent | 7cf8537d5e30f23759c36af58259c6b11db15908 (diff) |
Merge branch '2020-08-19-mediatek-updates'
- Assorted updates for MediaTek platforms
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/reset/mt7629-reset.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/dt-bindings/reset/mt7629-reset.h b/include/dt-bindings/reset/mt7629-reset.h index 8f1634f7a6..311a5cb3d0 100644 --- a/include/dt-bindings/reset/mt7629-reset.h +++ b/include/dt-bindings/reset/mt7629-reset.h @@ -6,7 +6,10 @@ #ifndef _DT_BINDINGS_MTK_RESET_H_ #define _DT_BINDINGS_MTK_RESET_H_ -/* PCIe Subsystem resets */ +/* PCIe/SATA Subsystem resets */ +#define MT7622_SATA_PHY_REG_RST 12 +#define MT7622_SATA_PHY_SW_RST 13 +#define MT7622_SATA_AXI_BUS_RST 15 #define PCIE1_CORE_RST 19 #define PCIE1_MMIO_RST 20 #define PCIE1_HRST 21 |