commit | 1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d | [log] [tgz] |
---|---|---|
author | Wills Wang <wills.wang@live.com> | Wed Mar 16 16:59:52 2016 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat May 21 01:25:50 2016 +0200 |
tree | f860e8ae8b68fd43f8dd19412aed0e7f6da51585 | |
parent | 4a48cfc4e57b4b247d94a614b2fbfcf03aa45ea1 [diff] [blame] |
mips: add base support for QCA/Atheros ath79 SOCs This patch add some common code for QCA/Atheros ath79 SOCs such as DDR tuning, chip reset and CPU detection. Signed-off-by: Wills Wang <wills.wang@live.com>
diff --git a/arch/mips/mach-ath79/Makefile b/arch/mips/mach-ath79/Makefile new file mode 100644 index 0000000..6203cf0 --- /dev/null +++ b/arch/mips/mach-ath79/Makefile
@@ -0,0 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += reset.o +obj-y += cpu.o +obj-y += dram.o