Skip to content

Commit f040e13

Browse files
Gabriel-Fernandzbebarino
authored andcommitted
dt-bindings: reset: add MCU HOLD BOOT ID for SCMI reset domains on stm32mp15
Add ID to SCMI0 to exposes reset controller for the MCU HOLD BOOT resource. Signed-off-by: Arnaud Pouliquen <[email protected]> Signed-off-by: Gabriel Fernandez <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 256c752 commit f040e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/dt-bindings/reset/stm32mp1-resets.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef _DT_BINDINGS_STM32MP1_RESET_H_
88
#define _DT_BINDINGS_STM32MP1_RESET_H_
99

10+
#define MCU_HOLD_BOOT_R 2144
1011
#define LTDC_R 3072
1112
#define DSI_R 3076
1213
#define DDRPERFM_R 3080
@@ -117,5 +118,6 @@
117118
#define RST_SCMI0_RNG1 8
118119
#define RST_SCMI0_MDMA 9
119120
#define RST_SCMI0_MCU 10
121+
#define RST_SCMI0_MCU_HOLD_BOOT 11
120122

121123
#endif /* _DT_BINDINGS_STM32MP1_RESET_H_ */

0 commit comments

Comments
 (0)