diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-omap2/omap3/prcm-regs.c')
-rw-r--r-- | roms/u-boot/arch/arm/mach-omap2/omap3/prcm-regs.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-omap2/omap3/prcm-regs.c b/roms/u-boot/arch/arm/mach-omap2/omap3/prcm-regs.c new file mode 100644 index 000000000..e704c8eef --- /dev/null +++ b/roms/u-boot/arch/arm/mach-omap2/omap3/prcm-regs.c @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * HW regs data for OMAP3. + * + * (C) Copyright 2017 Linaro Ltd. + * Sam Protsenko <semen.protsenko@linaro.org> + */ + +#include <asm/arch/omap.h> +#include <asm/omap_common.h> + +struct omap_sys_ctrl_regs const omap3_ctrl = { + .control_status = OMAP34XX_CTRL_BASE + 0x2F0, +}; |