From e08539b791336c45ca05ebdf55137a26baaba95e Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Fri, 6 May 2016 20:10:40 +0200 Subject: mips: ath79: Add AR934x support Add support for the Atheros AR934x WiSoCs. This patchs adds complete system init, including PLL and DRAM init, both of which happen from full C environment, since the AR934x has proper SRAM. Signed-off-by: Marek Vasut Cc: Daniel Schwierzeck Cc: Wills Wang --- arch/mips/mach-ath79/ar934x/cpu.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 arch/mips/mach-ath79/ar934x/cpu.c (limited to 'arch/mips/mach-ath79/ar934x/cpu.c') diff --git a/arch/mips/mach-ath79/ar934x/cpu.c b/arch/mips/mach-ath79/ar934x/cpu.c new file mode 100644 index 0000000000..8fcdf657d1 --- /dev/null +++ b/arch/mips/mach-ath79/ar934x/cpu.c @@ -0,0 +1,10 @@ +/* + * Copyright (C) 2016 Marek Vasut + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include + +/* The lowlevel_init() is not needed on AR934x */ +void lowlevel_init(void) {} -- cgit