Merge branches 'cxgb4' and 'mlx5' into k.o/for-4.8
[deliverable/linux.git] / arch / arm / mach-bcm / bcm_5301x.c
CommitLineData
5b293ebe
HM
1/*
2 * Broadcom BCM470X / BCM5301X ARM platform code.
3 *
4 * Copyright 2013 Hauke Mehrtens <hauke@hauke-m.de>
5 *
6 * Licensed under the GNU/GPL. See COPYING for details.
7 */
8#include <linux/of_platform.h>
9#include <asm/hardware/cache-l2x0.h>
10
11#include <asm/mach/arch.h>
fdf4850c 12
19c233b7 13static const char *const bcm5301x_dt_compat[] __initconst = {
5b293ebe
HM
14 "brcm,bcm4708",
15 NULL,
16};
17
18DT_MACHINE_START(BCM5301X, "BCM5301X")
d458773f
RK
19 .l2c_aux_val = 0,
20 .l2c_aux_mask = ~0,
5b293ebe
HM
21 .dt_compat = bcm5301x_dt_compat,
22MACHINE_END
This page took 0.116885 seconds and 5 git commands to generate.