Enable different pmic die temperature alarm sensor mitigation
for sun.
Change-Id: I795121e91b288307fbc87bcd4a500e4d3b274150
Signed-off-by: Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com>
Disable ufs/ddr-shrm/ddr-dpm tpdm on sun because related clocks are not
able to enable from kernel side.
Change-Id: I70c72d681150720df594de22f2cbb0a108b1ee88
Signed-off-by: Yuanfang Zhang <quic_yuanfang@quicinc.com>
sun
Add keep-running flag to trustedvm loader node for sun.
Change-Id: I908030b52c409d25ccaaf5623eb384cda13cc922
Signed-off-by: Cong Zhang <quic_congzhan@quicinc.com>
GLink interrupt is being sent to SOCCP and is waking SOCCP which is
causing SOCCP not to go into D3 (suspend) state when SOCCP is taken
out of reset as there is no handshake between remoteproc & GLink.
Disable GLink edge until proper fix is identified.
Change-Id: I0282f09085bea2e2e3f93cc17841b2a2720e7b1a
Signed-off-by: Gokul krishna Krishnakumar <quic_gokukris@quicinc.com>
Add CRMV register as required.
While at this also fix the issues with compilation failures.
- Fix the schema path.
- Fix max items in reg, interrupts properties.
- Fix indentation.
- Update examples.
Change-Id: I435ca457f3a2a60ac2c5063b7b65cfa4357ee7dd
Signed-off-by: Minghao Zhang <quic_minghao@quicinc.com>
Signed-off-by: Maulik Shah <quic_mkshah@quicinc.com>
Enable bcl thermal zones and cooling maps for both pmih010x
and pm8550 bcl peripherals and bcl socd.
Change-Id: Iece388b34729a8775f216ab90dc882a291c8a9f6
Signed-off-by: Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com>
Rename this feature to trusted virtual machine (TVM) to better
describe how it is used.
Change-Id: I856d82068ed15847e9412ceb0221622a7ea1843f
Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
Target like sun supports max Tj for tsens up to 130C.
Update all tsens userspace and reset monitor trips
accordingly.
Change-Id: I2f59742686c1b9c1c976c4a1fc668f3e53454686
Signed-off-by: Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com>
Update thermistor thermal zone name for sun based on
latest thermistor tables.
Assigning xo-therm to SYS-THERM-0 for qlm.
Change-Id: I5ae8580fa91d1cad1b0666872c634a1c48113c91
Signed-off-by: congying <quic_congying@quicinc.com>
Add device tree files needed to support Sun SoC + Kiwi on RCM
platform.
Change-Id: I0752eb6d3a4a855c9619cc4fcd3587385eae21e3
Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
Add device tree files to support v8 power grid for RCM platform
on Sun SoC.
Change-Id: I19c83c895858cee34be569041b04931a76d551e1
Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
Switch to using dma-noncoherent context bank on qce. Dma-coherent was
causing stale data to be read. SS confirmed that this was fixed by using
dma-noncoherent. Using explicit dma-noncoherent because the parent node,
qcedev, is dma-coherent, and the context bank would inherit it.
Change-Id: Ic6f45b15a9eb29bc7317fd824318cb219a29e0c2
Signed-off-by: Daniel Perez-Zoghbi <quic_dperezzo@quicinc.com>
Add the nvmem and nvmem-name properties to the LED LPG led-controller
device to enable PPG in PM8550.
Change-Id: I118676c61b098d63d18f6772291db444157b73a8
Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>
Add System Health Monitor node with MPSS subsystem support for
Sun SoC.
Change-Id: Ie6fd1cf0e765bd6ef55c230d68066bf8a3115f75
Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
FastRPC node is added under glink node to provide intent
information. With fastrpc driver migrating to upstream
driver, this property will be overlayed from out of
kernel. Also update glink label for adsp and cdsp.
Change-Id: Ia7463d32369e02637abe4bfab5c18cf2bc8d5b03
Signed-off-by: quic_anane <quic_anane@quicinc.com>
Add DT entry to enable the memory onject support for
smcinvoke.
Change-Id: I87b62b048e94e2aad2a8329b275bbd8d75ae6cc7
Signed-off-by: Amirreza Zarrabi <quic_azarrabi@quicinc.com>
As soon as device boots up, there are few test cases like boot KPIs
which rely on dmesg, but by the time these tests are run on Sun,
buffer is getting overwritten and test cases were failing.
To unblock the tests, increase buffer size to 512K from 256K.
Change-Id: Ie6a810297553d1a104d00f87dae3bff51dac7b95
Signed-off-by: Satya Durga Srinivasu Prabhala <quic_satyap@quicinc.com>