]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/mach-imx/mach-vf610.c
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[mirror_ubuntu-eoan-kernel.git] / arch / arm / mach-imx / mach-vf610.c
CommitLineData
5be913c6
JL
1/*
2 * Copyright 2012-2013 Freescale Semiconductor, Inc.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 */
9
10#include <linux/of_platform.h>
5be913c6 11#include <linux/irqchip.h>
5be913c6
JL
12#include <asm/mach/arch.h>
13#include <asm/hardware/cache-l2x0.h>
14
8756dd92 15static const char * const vf610_dt_compat[] __initconst = {
da06aae8
SA
16 "fsl,vf500",
17 "fsl,vf510",
18 "fsl,vf600",
5be913c6 19 "fsl,vf610",
8064887e 20 "fsl,vf610m4",
5be913c6
JL
21 NULL,
22};
23
da06aae8 24DT_MACHINE_START(VYBRID_VF610, "Freescale Vybrid VF5xx/VF6xx (Device Tree)")
b9f71aad
RK
25 .l2c_aux_val = 0,
26 .l2c_aux_mask = ~0,
5be913c6 27 .dt_compat = vf610_dt_compat,
5be913c6 28MACHINE_END