]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/mach-omap2/omap3/prcm-regs.c
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / mach-omap2 / omap3 / prcm-regs.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
00bbe96e
SP
2/*
3 * HW regs data for OMAP3.
4 *
5 * (C) Copyright 2017 Linaro Ltd.
6 * Sam Protsenko <semen.protsenko@linaro.org>
00bbe96e
SP
7 */
8
9#include <asm/arch/omap.h>
10#include <asm/omap_common.h>
11
12struct omap_sys_ctrl_regs const omap3_ctrl = {
13 .control_status = OMAP34XX_CTRL_BASE + 0x2F0,
14};