From 96301b3f33648a5880cfd65588a3105f7d51e9d4 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 15 May 2016 15:44:27 +0300 Subject: [PATCH] pandora: defconfig: enable smartreflex should do no harm as it's inactive by default, to enable do: mkdir /debug mount -t debugfs none /debug echo 1 > /debug/smartreflex/sr_mpu_iva/autocomp --- arch/arm/configs/omap3_pandora_defconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/configs/omap3_pandora_defconfig b/arch/arm/configs/omap3_pandora_defconfig index 60b110375450..87ba1abb2dfe 100644 --- a/arch/arm/configs/omap3_pandora_defconfig +++ b/arch/arm/configs/omap3_pandora_defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 3.2.78 Kernel Configuration +# Linux/arm 3.2.80 Kernel Configuration # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -291,7 +291,8 @@ CONFIG_ARCH_OMAP2PLUS=y # # OMAP Feature Selections # -# CONFIG_OMAP_SMARTREFLEX is not set +CONFIG_OMAP_SMARTREFLEX=y +CONFIG_OMAP_SMARTREFLEX_CLASS3=y CONFIG_OMAP_RESET_CLOCKS=y CONFIG_OMAP_MUX=y # CONFIG_OMAP_MUX_DEBUG is not set -- 2.39.2