From 89d62afca0c0819f2fb93654f669ac737ef45f3e Mon Sep 17 00:00:00 2001 From: OdSazib Date: Sun, 29 Nov 2020 07:10:22 +0600 Subject: [PATCH] Revert "sdm660-common: Change USB autosuspend delay to 7s by commandline." This reverts commit cf25291f1c71582c57e3696e00a911dfa9220059. --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 779e92b4..4be520a8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -160,7 +160,6 @@ USE_DEVICE_SPECIFIC_IPACFG_MGR := true # Kernel BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3 -BOARD_KERNEL_CMDLINE += usbcore.autosuspend=7 BOARD_KERNEL_CMDLINE += loop.max_part=16 BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_PAGESIZE := 4096