arm: mach-omap2: load/start remoteproc IPU1/IPU2
First check the presence of the ipu firmware in the boot partition. If present enable the ipu and the related clocks & then move on to load the firmware and eventually start remoteproc IPU1/IPU2. do_enable_clocks by default puts the clock domains into auto which does not work well with reset. Hence adding do_enable_ipu_clocks function. Signed-off-by:Keerthy <j-keerthy@ti.com> [Amjad: fix IPU1_LOAD_ADDR and compile warnings] Signed-off-by:
Amjad Ouled-Ameur <aouledameur@baylibre.com>
Showing
- arch/arm/include/asm/arch-omap5/clock.h 3 additions, 0 deletionsarch/arm/include/asm/arch-omap5/clock.h
- arch/arm/include/asm/omap_common.h 10 additions, 0 deletionsarch/arm/include/asm/omap_common.h
- arch/arm/mach-omap2/boot-common.c 95 additions, 0 deletionsarch/arm/mach-omap2/boot-common.c
- arch/arm/mach-omap2/clocks-common.c 33 additions, 0 deletionsarch/arm/mach-omap2/clocks-common.c
- arch/arm/mach-omap2/omap5/hw_data.c 86 additions, 6 deletionsarch/arm/mach-omap2/omap5/hw_data.c
- arch/arm/mach-omap2/omap5/prcm-regs.c 8 additions, 1 deletionarch/arm/mach-omap2/omap5/prcm-regs.c
Loading
Please register or sign in to comment