Add thermal devicetree changes and thermal configuration
for tuna based on the recommendation.
Change-Id: I6904fca29794cc8f7615d5f540f613ef903b59aa
Signed-off-by: Nitesh Kumar <quic_nitekuma@quicinc.com>
Guidance from genpd team is to use a different power domain for each
device to avoid race condition in genpd framework when multiple devices
on same power domain runtime suspend in parallel.
Change-Id: I683ff80e5cef9583b65c14aa24db0f24d4ed981c
Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
Add the bootargs entry for tuna and kera.
Change-Id: I07c281141826710d81d9b148e4eb25816d834c02
Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
Add the gh_watchdog node for kera and tuna.
Change-Id: I49b90fc0e4abf6a912937cd474b048c2b8178ea5
Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
gunyah_hyp_mem and cpusys_vm_mem reserved memory nodes are added twice
for Tuna. Remove one set of redundant nodes.
Change-Id: I9673b12e1911d5cc782aed62d9c1f22f821a7af6
Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
Remove the duplicate entries for SCM node in tuna.
Change-Id: I64fb9995dc3a371e8bcf19abd4ba68b7a10e0be4
Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
Change https://lore.kernel.org/all/20230525113034.46880-1-tony@atomide.com
registers serial core controller as a child of msm uart device.
Since child should suspend first, due to the child's auto suspend
delay (SERIAL_PORT_AUTOSUSPEND_DELAY_MS), additional 500msecs
delay is added during msm_geni_serial_runtime_suspend.
Added new dtsi flag 'qcom,suspend-ignore-children', to ignore
dependencies on children by runtime PM framework, this helps to
exit quickly from msm_geni_serial_runtime_suspend and save power.
Change-Id: I4b552c76a8b25fcad92762eba036ffe1797c4e26
Signed-off-by: Prakash Yadachi <quic_pyadachi@quicinc.com>
The mem-buf device provides memory related services for shared
memory between host and guest VMs.
Change-Id: I72412dc7c5cbba1ddfd991a10c603bbbd15a266c
Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
Add a description for the "qcom,mid" property which corresponds
to the SPMI master ID of the SPMI PMIC arbiter controller. It is
most useful in systems with multiple masters, e.g. when there are
multiple SoCs connected to a single SPMI bus.
Change-Id: I376e6f569f9bbea44ba3930480a330fb1dd2c2de
Signed-off-by: Ayyagari Ushasreevalli <quic_aushasre@quicinc.com>
Spilt memdump entries to static and dynamic dumps. Static dumps
are enabled by default. Dynamic mem dumps are enabled/disabled
using sysfs nodes and it's disabled in perf build.
Change-Id: I0d0e7fa1602626f59ec1eed2d2337a88a3d76730
Signed-off-by: Jigyanshu Mani <quic_jmani@quicinc.com>
Add support for CPUSYS_VM for Kera target.
Change-Id: I7c8f0656ff69cc4f117b8a1c17baa86fd6ec8eb5
Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
This change removes duplicate cmd_db mapping, since it
is mapped twice in reserved-memory section.
Change-Id: Ied3b2c6a572ff9fac61c2c50bf9eb781ccf37626
Signed-off-by: Sneh Mankad <quic_smankad@quicinc.com>