summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mv78xx0/common.h
diff options
context:
space:
mode:
authorJeremy J. Peper <jeremy@jeremypeper.com>2023-03-17 10:43:46 -0500
committerArnd Bergmann <arnd@arndb.de>2023-04-18 17:04:28 +0200
commit4b01f735a619ae535d4459aec3b070c9336e56b4 (patch)
treef6daa4d1d09f90d334ca60dac0a106710681edd3 /arch/arm/mach-mv78xx0/common.h
parent189e3ddb64cca682fc13a0f3d7216a1314a7975d (diff)
ARM: mv78xx0: add code to enable XOR and CRYPTO engines on mv78xx0
Adding missing code/values required to enable the XOR and CESA engines for this SoC Signed-off-by: Jeremy J. Peper <jeremy@jeremypeper.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-mv78xx0/common.h')
-rw-r--r--arch/arm/mach-mv78xx0/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mv78xx0/common.h b/arch/arm/mach-mv78xx0/common.h
index d8c6c2400e27..9f1dfd595003 100644
--- a/arch/arm/mach-mv78xx0/common.h
+++ b/arch/arm/mach-mv78xx0/common.h
@@ -43,6 +43,8 @@ void mv78xx0_uart0_init(void);
void mv78xx0_uart1_init(void);
void mv78xx0_uart2_init(void);
void mv78xx0_uart3_init(void);
+void mv78xx0_xor_init(void);
+void mv78xx0_crypto_init(void);
void mv78xx0_i2c_init(void);
void mv78xx0_restart(enum reboot_mode, const char *);