1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (C) 2012 ARM Limited
7 #ifndef _LINUX_VEXPRESS_H
8 #define _LINUX_VEXPRESS_H
10 #include <linux/device.h>
11 #include <linux/regmap.h>
13 /* Config regmap API */
15 struct regmap *devm_regmap_init_vexpress_config(struct device *dev);