Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm / mach-hpe / gxp.c
blob581c8da517b86575521d2c8fdef201ab5a137d64
1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (C) 2022 Hewlett-Packard Enterprise Development Company, L.P. */
4 #include <asm/mach/arch.h>
6 static const char * const gxp_board_dt_compat[] = {
7 "hpe,gxp",
8 NULL,
9 };
11 DT_MACHINE_START(GXP_DT, "HPE GXP")
12 .dt_compat = gxp_board_dt_compat,
13 .l2c_aux_val = 0,
14 .l2c_aux_mask = ~0,
15 MACHINE_END