Ravelin target doesn't support IO coherency.
So, remove the coherent property from storage nodes.
Don't vote for voltage for regulators shared between eMMC and UFS to be
in consistent with UFS design where regulator-min-microvolt and
regulator-max-microvolt properties are removed from regulator device
tree files for UFS regulators and to avoid below regulator API failures.
[3.198613] pm6450_l24: unsupportable voltage range: 2960000-0uV
[4.236846] sdhci_msm_vreg_set_voltage: regulator_set_voltage(vdd)failed.
min_uV=2960000,max_uV=2960000,ret=-22.
Change-Id: I780218b0903887e36589704af3e790a710932dd7
Signed-off-by: kamasali Satyanarayan <quic_kamasali@quicinc.com>
Include AON device tree file to monaco.
Change-Id: Idcf6ea6be47fc25f528daf0b412c051ce6317599
Signed-off-by: Koushik Immadisetty <quic_kimmadis@quicinc.com>
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: Ib048c96952871e39286b3a4ce660e39d7cfa5465
Signed-off-by: Prasanna S <quic_prass@quicinc.com>
Update thermal hal trip threshold for all thermal hal sensors
for sun.
Change-Id: I3fa4effcdbece88c45c7f38fb014a09310012906
Signed-off-by: Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com>
Add support for VIDEO and EVA clock controllers and move corresponding
gdsc's from dummy to real on Tuna platform.
Change-Id: Ib29a0af9979b461879504749cad0aa95a9d47136
Signed-off-by: Anaadi Mishra <quic_anaadim@quicinc.com>
Add glink channel documentation used for communication between
monaco and slate.
Change-Id: Ie092dfb7da3402a2b821c9cbe0bfa35d2d7af309
Signed-off-by: Akshay Gola <quic_agola@quicinc.com>
This commit adds a device tree binding documentation for the
AoN subsystem.
The documentation includes details about the properties, usage
and examples of the binding.
Change-Id: Ic4d4ec8d0ea1fc9b83cc0369fc0df06f6631f329
Signed-off-by: Pradnya Dahiwale <quic_pdahiwal@quicinc.com>
Enable USB related properties for USB functionality
on kera.
Change-Id: Iceb1d404dd7b4f500885064ee0e65cc8a0dc7d7c
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
Remove unwanted config value for the gpio.
Change-Id: Id05eda44034b278cc7e3227a8154876026dedc2b
Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
Add DT entry to enable the memory onject support for si-core.
Change-Id: I877fe2e6c9d5f71a2b055428ad942455470b6f9e
Signed-off-by: Amirreza Zarrabi <quic_azarrabi@quicinc.com>
The downstream pmic_glink driver and compatible string has been
renamed to qti_pmic_glink on the qcom-6.6 kernel branch, to avoid
conflict with the independent upstream driver.
This was handled for the "PMIC_RTR_ADSP_APPS" channel clients
(UCSI, Altmode and Battery charger), but got missed for the
"PMIC_LOGS_ADSP_APPS" channel clients (battery-debug, charger-ulog
and spmi-glink-debug). Fix it.
Change-Id: I441aecde368fab411d6df3ae0d8c04b9c3a002f2
Signed-off-by: Shilpa Suresh <quic_c_sbsure@quicinc.com>