From: Ravikumar Kattekola Date: Thu, 23 Jul 2015 16:41:10 +0000 (+0530) Subject: ti_config_fragments: dra7: Remove Smartreflex driver X-Git-Tag: glsdk-7.02.00.02~51 X-Git-Url: https://git.ti.com/gitweb?p=android-sdk%2Fkernel-video.git;a=commitdiff_plain;h=b43efeb08b4c6dbbb3bcf320a055ecd4b6379a7f ti_config_fragments: dra7: Remove Smartreflex driver On DRA7xx we have AVS class0, which is a static version of AVS and doesnt need the SR driver. Voltage changes are handled via voltdm framework. Change-Id: I43d6f6e13a6c9193b6c0baef6ebd40e4d97d9f92 Signed-off-by: Ravikumar Kattekola --- diff --git a/ti_config_fragments/dra7_only.cfg b/ti_config_fragments/dra7_only.cfg index 1e2d0cfefe6..0be6c997ffa 100644 --- a/ti_config_fragments/dra7_only.cfg +++ b/ti_config_fragments/dra7_only.cfg @@ -22,3 +22,8 @@ CONFIG_SOC_DRA7XX=y # Enable LPAE (Large Physical Address Extensions) CONFIG_ARM_LPAE=y + +#Disable SMartReflex driver +CONFIG_POWER_AVS=n +CONFIG_POWER_AVS_OMAP=n +CONFIG_POWER_AVS_OMAP_CLASS3=n