From 09b781ae115522de381cc0318fcf01103f4d1d51 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Thu, 28 Jul 2016 14:47:04 +0800 Subject: [PATCH] Add Kernel Power Management Support --- recipes-kernel/linux/linux-smarct335x-staging-4.1/defconfig | 9 +++++---- recipes-kernel/linux/linux-smarct335x-staging_4.1.bb | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes-kernel/linux/linux-smarct335x-staging-4.1/defconfig b/recipes-kernel/linux/linux-smarct335x-staging-4.1/defconfig index 06d876b..6df0ed0 100644 --- a/recipes-kernel/linux/linux-smarct335x-staging-4.1/defconfig +++ b/recipes-kernel/linux/linux-smarct335x-staging-4.1/defconfig @@ -396,6 +396,7 @@ CONFIG_SOC_HAS_OMAP2_SDRC=y # # OMAP Legacy Platform Data Board Type # +CONFIG_AMX3_PM=y # CONFIG_ARCH_PICOXCELL is not set # CONFIG_ARCH_QCOM is not set # CONFIG_ARCH_ROCKCHIP is not set @@ -598,8 +599,8 @@ CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_STAT_DETAILS=y # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set -CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y @@ -3913,7 +3914,7 @@ CONFIG_RTC_DRV_S35390A=y # # on-CPU RTC drivers # -# CONFIG_RTC_DRV_OMAP is not set +CONFIG_RTC_DRV_OMAP=y # CONFIG_RTC_DRV_SNVS is not set # CONFIG_RTC_DRV_XGENE is not set @@ -4029,7 +4030,7 @@ CONFIG_WKUP_M3_RPROC=y # SOC (System On Chip) specific Drivers # CONFIG_SOC_TI=y -# CONFIG_WKUP_M3_IPC is not set +CONFIG_WKUP_M3_IPC=y # CONFIG_PM_DEVFREQ is not set CONFIG_EXTCON=m diff --git a/recipes-kernel/linux/linux-smarct335x-staging_4.1.bb b/recipes-kernel/linux/linux-smarct335x-staging_4.1.bb index 10f97d4..ef29ad7 100644 --- a/recipes-kernel/linux/linux-smarct335x-staging_4.1.bb +++ b/recipes-kernel/linux/linux-smarct335x-staging_4.1.bb @@ -52,7 +52,7 @@ S = "${WORKDIR}/git" BRANCH = "smarct3x-processor-sdk-linux-02.00.01" # Corresponds to tag smarct3x-processor-sdk-linux-02.00.01 -SRCREV = "1a98ec29ff5b74f32d3f1bb2de532014abb1d367" +SRCREV = "35b57862dcf1ebe25da2211ddf84bade69f37b67" PV = "4.1.13" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -- 1.9.1