mips: rename mach-mt7620 to mach-mtmips
authorWeijie Gao <weijie.gao@mediatek.com>
Tue, 30 Apr 2019 03:13:58 +0000 (11:13 +0800)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Fri, 3 May 2019 14:43:11 +0000 (16:43 +0200)
commit16b94903e2462a8983322bbc865c0617b9e02b79
treed65be8e055faefc9c1bdc26f0112c21b3088bf52
parent8c211af8f8c0617c40ccf4f0df557e4fbf6073ea
mips: rename mach-mt7620 to mach-mtmips

Currently mach-mt7620 contains only support for mt7628. To avoid confusion,
rename mach-mt7620 to mach-mtmips, which means MediaTek MIPS platforms.
MT7620 and MT7628 should be distinguished by SOC_MT7620 and SOC_MT7628
because they do not share the same lowlevel codes.

Dependencies of four drivers are changed to SOC_MT7628 as these drivers
are only used by MT7628.

Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
17 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/dts/Makefile
arch/mips/mach-mtmips/Kconfig [moved from arch/mips/mach-mt7620/Kconfig with 93% similarity]
arch/mips/mach-mtmips/Makefile [moved from arch/mips/mach-mt7620/Makefile with 100% similarity]
arch/mips/mach-mtmips/cpu.c [moved from arch/mips/mach-mt7620/cpu.c with 100% similarity]
arch/mips/mach-mtmips/ddr_calibrate.c [moved from arch/mips/mach-mt7620/ddr_calibrate.c with 100% similarity]
arch/mips/mach-mtmips/lowlevel_init.S [moved from arch/mips/mach-mt7620/lowlevel_init.S with 100% similarity]
arch/mips/mach-mtmips/mt76xx.h [moved from arch/mips/mach-mt7620/mt76xx.h with 100% similarity]
configs/gardena-smart-gateway-mt7688-ram_defconfig
configs/gardena-smart-gateway-mt7688_defconfig
configs/linkit-smart-7688-ram_defconfig
configs/linkit-smart-7688_defconfig
drivers/gpio/Kconfig
drivers/net/Kconfig
drivers/spi/Kconfig
drivers/watchdog/Kconfig