From: Frank Wunderlich Date: Thu, 13 Aug 2020 08:20:44 +0000 (+0200) Subject: arm: dts: mt7622: add SATA reset constants X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=362e5e1e1977da83fabeab0738f7e377638c570f;p=u-boot.git arm: dts: mt7622: add SATA reset constants add reset constants used for SATA to header file Signed-off-by: Frank Wunderlich --- 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