5 * SPDX-License-Identifier: GPL-2.0+
10 #include <asm/arch/hardware.h>
13 * Reset the cpu by setting software reset request bit
15 void reset_cpu(ulong ignored)
17 struct mb86r0x_crg * crg = (struct mb86r0x_crg *)
20 writel(MB86R0x_CRSR_SWRSTREQ, &crg->crsr);