mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 19:23:57 +08:00
594bde683d
Add support code for mt7620 SOC. The code detects the SoC and registers the clk / pinmux settings. Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5177/
26 lines
425 B
Plaintext
26 lines
425 B
Plaintext
#
|
|
# Ralink SoC common stuff
|
|
#
|
|
core-$(CONFIG_RALINK) += arch/mips/ralink/
|
|
cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
|
|
|
|
#
|
|
# Ralink RT288x
|
|
#
|
|
load-$(CONFIG_SOC_RT288X) += 0xffffffff88000000
|
|
|
|
#
|
|
# Ralink RT305x
|
|
#
|
|
load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000
|
|
|
|
#
|
|
# Ralink RT3883
|
|
#
|
|
load-$(CONFIG_SOC_RT3883) += 0xffffffff80000000
|
|
|
|
#
|
|
# Ralink MT7620
|
|
#
|
|
load-$(CONFIG_SOC_MT7620) += 0xffffffff80000000
|