Skip to content

Commit c0cd3b1

Browse files
fancerbebarino
authored andcommitted
dt-bindings: clk: baikal-t1: Add DDR/PCIe reset IDs
Aside with a set of the trigger-like resets Baikal-T1 CCU provides additional directly controlled reset signals for the DDR and PCIe controllers. As a preparation before adding these resets support to the kernel let's extent the Baikal-T1 CCU IDs list with the new IDs, which will be used to access the corresponding reset controls. Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220929225402.9696-7-Sergey.Semin@baikalelectronics.ru Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 70fa895 commit c0cd3b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

include/dt-bindings/reset/bt1-ccu.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,14 @@
2121

2222
#define CCU_SYS_SATA_REF_RST 0
2323
#define CCU_SYS_APB_RST 1
24+
#define CCU_SYS_DDR_FULL_RST 2
25+
#define CCU_SYS_DDR_INIT_RST 3
26+
#define CCU_SYS_PCIE_PCS_PHY_RST 4
27+
#define CCU_SYS_PCIE_PIPE0_RST 5
28+
#define CCU_SYS_PCIE_CORE_RST 6
29+
#define CCU_SYS_PCIE_PWR_RST 7
30+
#define CCU_SYS_PCIE_STICKY_RST 8
31+
#define CCU_SYS_PCIE_NSTICKY_RST 9
32+
#define CCU_SYS_PCIE_HOT_RST 10
2433

2534
#endif /* __DT_BINDINGS_RESET_BT1_CCU_H */

0 commit comments

Comments
 (0)