From 297b60346df8beafee954a0fd7c2d64f33f3b9bc Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:44:05 +0000 Subject: [PATCH] rtl8211F_led_control --- kernel/arch/arm/mach-omap2/omap_hwmod_reset.c | 24 ------------------------ 1 files changed, 0 insertions(+), 24 deletions(-) diff --git a/kernel/arch/arm/mach-omap2/omap_hwmod_reset.c b/kernel/arch/arm/mach-omap2/omap_hwmod_reset.c index d5ddba0..143623b 100644 --- a/kernel/arch/arm/mach-omap2/omap_hwmod_reset.c +++ b/kernel/arch/arm/mach-omap2/omap_hwmod_reset.c @@ -26,8 +26,6 @@ #include <linux/kernel.h> #include <linux/errno.h> -#include <sound/aess.h> - #include "omap_hwmod.h" #include "common.h" @@ -39,28 +37,6 @@ #define OMAP_RTC_KICK1_VALUE 0x95A4F1E0 #define OMAP_RTC_STATUS_BUSY BIT(0) #define OMAP_RTC_MAX_READY_TIME 50 - -/** - * omap_hwmod_aess_preprogram - enable AESS internal autogating - * @oh: struct omap_hwmod * - * - * The AESS will not IdleAck to the PRCM until its internal autogating - * is enabled. Since internal autogating is disabled by default after - * AESS reset, we must enable autogating after the hwmod code resets - * the AESS. Returns 0. - */ -int omap_hwmod_aess_preprogram(struct omap_hwmod *oh) -{ - void __iomem *va; - - va = omap_hwmod_get_mpu_rt_va(oh); - if (!va) - return -EINVAL; - - aess_enable_autogating(va); - - return 0; -} /** * omap_rtc_wait_not_busy - Wait for the RTC BUSY flag -- Gitblit v1.6.2