summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2026-08-11 00:35:04 +0200
committerMarek Vasut <[email protected]>2026-08-15 00:55:43 +0200
commite377488e85d13d315bea2b6113dfbe9773fb4771 (patch)
tree92ff8197d5e9ec6da2c44be220bbf0abede76f95 /include/dt-bindings
parentd38c44964ce41944bdbd58f093328e45c3955325 (diff)
remoteproc: renesas: rsip: Extract SCP initialization from board file
Move the SCP initialization from board file into remoteproc driver where this is supposed to be. Add SCP MDLC DT node and describe the SCP reset controlled by the SCP MDLC in remoteproc DT node. Adjust the driver to control the SCP reset via reset framework instead of the current board-specific register poking. Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/reset/r8a78000-reset-scmi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/r8a78000-reset-scmi.h b/include/dt-bindings/reset/r8a78000-reset-scmi.h
index 3d84bfb073a..bf8c1b710f0 100644
--- a/include/dt-bindings/reset/r8a78000-reset-scmi.h
+++ b/include/dt-bindings/reset/r8a78000-reset-scmi.h
@@ -24,4 +24,6 @@
#define SCP_RESET_DOMAIN_ID_MPPHY31 0x67
#define SCP_RESET_DOMAIN_ID_MPPHY02 0x68
+#define SCP_RESET_DOMAIN_ID_SCP 0x20
+
#endif /* __DT_BINDINGS_R8A78000_SCMI_RESET_H__ */