Commit 09b781ae115522de381cc0318fcf01103f4d1d51

Authored by Eric Lee
1 parent 488d8310db
Exists in master

Add Kernel Power Management Support

Showing 2 changed files with 6 additions and 5 deletions Side-by-side Diff

recipes-kernel/linux/linux-smarct335x-staging-4.1/defconfig
... ... @@ -396,6 +396,7 @@
396 396 #
397 397 # OMAP Legacy Platform Data Board Type
398 398 #
  399 +CONFIG_AMX3_PM=y
399 400 # CONFIG_ARCH_PICOXCELL is not set
400 401 # CONFIG_ARCH_QCOM is not set
401 402 # CONFIG_ARCH_ROCKCHIP is not set
... ... @@ -598,8 +599,8 @@
598 599 CONFIG_CPU_FREQ_STAT_DETAILS=y
599 600 # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
600 601 # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
601   -# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
602   -CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
  602 +CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
  603 +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
603 604 # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
604 605 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
605 606 CONFIG_CPU_FREQ_GOV_POWERSAVE=y
... ... @@ -3913,7 +3914,7 @@
3913 3914 #
3914 3915 # on-CPU RTC drivers
3915 3916 #
3916   -# CONFIG_RTC_DRV_OMAP is not set
  3917 +CONFIG_RTC_DRV_OMAP=y
3917 3918 # CONFIG_RTC_DRV_SNVS is not set
3918 3919 # CONFIG_RTC_DRV_XGENE is not set
3919 3920  
... ... @@ -4029,7 +4030,7 @@
4029 4030 # SOC (System On Chip) specific Drivers
4030 4031 #
4031 4032 CONFIG_SOC_TI=y
4032   -# CONFIG_WKUP_M3_IPC is not set
  4033 +CONFIG_WKUP_M3_IPC=y
4033 4034 # CONFIG_PM_DEVFREQ is not set
4034 4035 CONFIG_EXTCON=m
4035 4036  
recipes-kernel/linux/linux-smarct335x-staging_4.1.bb
... ... @@ -52,7 +52,7 @@
52 52 BRANCH = "smarct3x-processor-sdk-linux-02.00.01"
53 53  
54 54 # Corresponds to tag smarct3x-processor-sdk-linux-02.00.01
55   -SRCREV = "1a98ec29ff5b74f32d3f1bb2de532014abb1d367"
  55 +SRCREV = "35b57862dcf1ebe25da2211ddf84bade69f37b67"
56 56 PV = "4.1.13"
57 57  
58 58 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild