commit | 9b03f802ae63cf9c053c0125a1edd2b4c7852b9a | [log] [tgz] |
---|---|---|
author | Wills Wang <wills.wang@live.com> | Wed Mar 16 16:59:54 2016 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat May 21 01:25:50 2016 +0200 |
tree | f02ac4e314361117ba7949cc5e08d3fe658d6020 | |
parent | ee7bb5be35af71df46733b0b3f3e8c96b7b4066d [diff] [blame] |
mips: ath79: add support for QCA953x SOCs This patch enable work for qca953x SOC. Signed-off-by: Wills Wang <wills.wang@live.com>
diff --git a/arch/mips/mach-ath79/qca953x/Makefile b/arch/mips/mach-ath79/qca953x/Makefile new file mode 100644 index 0000000..fd74f0c --- /dev/null +++ b/arch/mips/mach-ath79/qca953x/Makefile
@@ -0,0 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += clk.o +obj-y += ddr.o +obj-y += lowlevel_init.o