projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f08c2c2
)
arm: dts: mt7622: add SATA reset constants
author
Frank Wunderlich
<frank-w@public-files.de>
Thu, 13 Aug 2020 08:20:44 +0000
(10:20 +0200)
committer
Tom Rini
<trini@konsulko.com>
Wed, 19 Aug 2020 21:38:14 +0000
(17:38 -0400)
add reset constants used for SATA to header file
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
include/dt-bindings/reset/mt7629-reset.h
patch
|
blob
|
history
diff --git
a/include/dt-bindings/reset/mt7629-reset.h
b/include/dt-bindings/reset/mt7629-reset.h
index
8f1634f
..
311a5cb
100644
(file)
--- 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