Add clk-rpmh, qcom-cpufreq-hw, dispcc0-anorak and dispcc1-anorak to
modules.list.anorak to enable them to load during first stage init.
Change-Id: I2a72b43e395e7cb80841161ecc5d23775e90aa6d
Signed-off-by: Anaadi Mishra <quic_anaadim@quicinc.com>
Add the ADC5 GEN3 channels used by SMB139x.
Change-Id: Ibdf37c90397ae10a87f7607ebb1ddc2445d698c7
Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>
msm_geni_wakeup_work is waiting WAKEBYTE_TIMEOUT_MSEC for
wakeup_byte to receive. During this time period shutdown
was called and tty port is closed. Due to timeout
msm_geni_wakeup_work is calling msm_geni_serial_power_off
which registered for wakeup_isr while tty_struct is NULL.
In wakeup_isr excessive warnings got printed since
tty_struct is NULL resulting in watchdog bark.
Upon timeout in msm_geni_wakeup_isr check if tty port
is open else return, which prevents calling of
msm_geni_serial_power_off when tty_struct is NULL.
Change-Id: I0a703620b04ed0eae11452cde90f2456fce8b43b
Signed-off-by: Visweswara Tanuku <quic_vtanuku@quicinc.com>
Add support for PMIC clocks required to be requested
from clients via RPMH clock driver for ANORAK.
Change-Id: I7c335142f1b2529a7e1c6d43028c0e10b60b2353
Signed-off-by: Anaadi Mishra <quic_anaadim@quicinc.com>
Add definitions for ADC channels for PMIC5 GEN3 ADC driver.
Add virtual channel definitions for PM5100, to be used
by ADC clients for PMIC5 GEN3.
Change-Id: I1180553c3ee697f994324c60ebfb4e996221108e
Signed-off-by: Jishnu Prakash <jprakash@codeaurora.org>
'Commit 106a4b85e08f
("BACKPORT: FROMLIST: pwm: Add support for different PWM output types")'
cannot be carried forward. Hence to support breath functionality
in leds-qti-tri-led driver, add the following APIs.
- qpnp_lpg_pwm_set_output_type
- qpnp_lpg_pwm_get_output_types_supported
This is needed to switch PWM output type to PWM (fixed) or LPG/PPG
(modulated).
Change-Id: I932dd03dea35377727fb28bafa87cfbcf7e95c97
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
Remove level check while handling L3 errors since separate error
record registers are maintained for L1/L2 and L3 errors.
Change-Id: Id4b27ff707148fde7d45b3fd76f723874b9e5f3b
Signed-off-by: Naina Mehta <quic_nainmeht@quicinc.com>
Add support for pmxr2230 gpio in pinctrl-spmi-gpio driver.
Change-Id: I8f747c13cb6564ab1fe546aa97381f8c196bbe3f
Signed-off-by: Jishnu Prakash <quic_jprakash@quicinc.com>
Add all PMIC modules required to be loaded in first stage
for anorak.
Change-Id: I407afab9a7b13c6d7d3df88a07aae90ed633d179
Signed-off-by: Jishnu Prakash <quic_jprakash@quicinc.com>