During APSS shutdown, notification is send to modem
subsystem for completing cleanup callbacks and
preparing for minidump segments. Current delay of
200ms is not enough for modem to complete cleanup
and complete minidump preparation.
Increase panic_timeout to allow modem for completion
of cleanup and dump preparation.
Change-Id: Ic49b8910d4fc7288d4e760cd824cef8cca84ed00
Signed-off-by: Prateek Sood <prsood@codeaurora.org>
Enable arch and pinctrl support for Scuba platform
for perf builds.
Change-Id: Iee97695a9ad690c7809522cd09dfe85a6b1589d1
Signed-off-by: Gaurav Kohli <gkohli@codeaurora.org>
Disable PCI config in bengal defconfig and
bengal perf defconfig as bengal does not have PCIE HW.
Change-Id: I5bcbd0138c1b0bbc8ef3cdbbb95436ffaeb406bd
Signed-off-by: Ajay Prathi <aprathi@codeaurora.org>
The QPNP SMBLITE charger driver supports the charger peripherals present
in the PMIC PM2250, charger hardware incorporates a single input
high-efficiency switch-mode/linear battery charger for single-cell
Lithium batteries.
Change-Id: Ia635651cdb9739272d7ef637a31c1e7b901ac6d3
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
Enable CONFIG_LEDS_PWM support for scuba which supports PWM
driven LEDs. This config is required for controlling RG LEDs
present on scuba.
Change-Id: I82cdacf0d25c84e7adfd7690c065840b056b4cea
Signed-off-by: Umang Chheda <uchheda@codeaurora.org>
Enable global and display clock controller for Scuba.
Change-Id: I56db3171f4bc6ea19361ec5473ac0c2112fbcfef
Signed-off-by: Naveen Yadav <naveenky@codeaurora.org>
Enable event based CPU boost config to boost CPU frequency
based on the input events, for bengal target.
Change-Id: I9d01c09b61068829cdb797184814e078c10e843c
Signed-off-by: Santosh Mardi <gsantosh@codeaurora.org>
enable CONFIG_FPR_FPC to support fingerprint for QRD.
Change-Id: I9d99f219ce7d7cba73537ce6dbf17d043fe1102c
Signed-off-by: Linyu Yuan <linyyuan@codeaurora.org>
Enable TOS and DSCP target support for bengal target
Change-Id: I00d543b02ae0f9469cf9fcdc6e4ec8ed8c241219
Signed-off-by: Sharath Chandra Vurukala <sharathv@codeaurora.org>
Add support to compile the kernel without the dtbs appended to it.
All the dtbs are concatenated to form dtb.img. Boot image with header
version 2 will now have this dtb.img added towards the end at an offset.
Change-Id: I742a5b580e8e964f3f748c119ec4b90f00c2da04
Signed-off-by: Shadab Naseem <snaseem@codeaurora.org>
V4L2 VideoBuf2 Core is needed by default for video.
So added config VIDEO_V4L2_VIDEOBUF2_CORE to enable
videobuf2 core in base kernel for video.
Change-Id: Icf695c771011111b863afe0c8dcb6d7316f32b53
Signed-off-by: Shivendra Kakrania <shiven@codeaurora.org>
Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>
Enable LEDS_QTI_FLASH support for bengal to allow the clients
to communicate with this driver.
Change-Id: Id3146a9e5dfefc5d59d5d83a171682913571189a
Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
Some of the NET_VENDOR_* configs are not required, but
are enabled, removing those.
Change-Id: Ia8b9b623652ca60b3bb598c8bb99d66a93c8b16d
Signed-off-by: Sharath Chandra Vurukala <sharathv@codeaurora.org>
The disabling of the ZONE_DMA32 is done to see if zone DMA
could be removed with the expectation that the disabling
of the DMA zone would facilitate faster physical memory
allocation.The removal of the dma zone opens up the
possibility to save memory by merging the lower reserved
memory with the normal zone. This config option can be
enabled, if any of the clients are not be able to
support due to hardware constraints.
Change-Id: I0377c23021f0f371d8cb0fdce37668bff3c51812
Signed-off-by: Prakash Gupta <guptap@codeaurora.org>
PBS driver is needed for RGB, enable the config.
Change-Id: Ib367ff5fb9040fbdeda0503c6c2616213b617248
Signed-off-by: Kavya Nunna <knunna@codeaurora.org>
As SND_PCI not used for audio on bengal, disable it.
Change-Id: I8a28c095f3134e183dbadf3c1ceaeab43ebf7d2c
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
This is to add touch modules synaptics_tcm_reflash and
synaptics_tcm_recovery for bengal target.
Change-Id: I1bebb4cb907befca2864c63fb274df04431c78fa
Signed-off-by: Lipsa Rout <lrout@codeaurora.org>
Enable CONFIG_PSI_FTRACE on bengal SoC which helps in collection of PSI
trace events in the system.
Change-Id: Iab5586b1e0499f8a9ff9bba59b612a2e3e068f41
Signed-off-by: Charan Teja Reddy <charante@codeaurora.org>
Disable this Kconfig in preparation for its removal.
Change-Id: Iadb6a055078a5c1b2f1a15560c21d3ea4981007e
Signed-off-by: Patrick Daly <pdaly@codeaurora.org>
Some mproc config options are not required for bengal,
disabling these configs.
Change-Id: I8d564883c46429a3b4f34e85698c34fda01d7ba8
Signed-off-by: Deepak Kumar Singh <deesin@codeaurora.org>
This change removes MMC_IPC_LOGGING for bengal
perf defconfig as it is only meant for debug purpose.
Change-Id: I7db69390e32fc7f5dd5a92b43b79f4a2c05acd01
Signed-off-by: Sayali Lokhande <sayalil@codeaurora.org>