ARM: OMAP4+: Make control module register structure generic
A seperate omap_sys_ctrl_regs structure is defined for omap4 & 5. If there is any change in control module for any of the ES versions, a new structure needs to be created. In order to remove this dependency, making the register structure generic for all the omap4+ boards. Signed-off-by:R Sricharan <r.sricharan@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by:
Tom Rini <trini@ti.com>
Showing
- arch/arm/cpu/armv7/omap-common/hwinit-common.c 1 addition, 4 deletionsarch/arm/cpu/armv7/omap-common/hwinit-common.c
- arch/arm/cpu/armv7/omap4/hw_data.c 3 additions, 0 deletionsarch/arm/cpu/armv7/omap4/hw_data.c
- arch/arm/cpu/armv7/omap4/hwinit.c 16 additions, 20 deletionsarch/arm/cpu/armv7/omap4/hwinit.c
- arch/arm/cpu/armv7/omap4/prcm-regs.c 20 additions, 0 deletionsarch/arm/cpu/armv7/omap4/prcm-regs.c
- arch/arm/cpu/armv7/omap5/hw_data.c 4 additions, 0 deletionsarch/arm/cpu/armv7/omap5/hw_data.c
- arch/arm/cpu/armv7/omap5/hwinit.c 46 additions, 56 deletionsarch/arm/cpu/armv7/omap5/hwinit.c
- arch/arm/cpu/armv7/omap5/prcm-regs.c 74 additions, 0 deletionsarch/arm/cpu/armv7/omap5/prcm-regs.c
- arch/arm/include/asm/arch-omap4/omap.h 2 additions, 29 deletionsarch/arm/include/asm/arch-omap4/omap.h
- arch/arm/include/asm/arch-omap5/omap.h 2 additions, 82 deletionsarch/arm/include/asm/arch-omap5/omap.h
- arch/arm/include/asm/omap_common.h 91 additions, 0 deletionsarch/arm/include/asm/omap_common.h
- drivers/mmc/omap_hsmmc.c 10 additions, 15 deletionsdrivers/mmc/omap_hsmmc.c
Loading
Please register or sign in to comment