Enable touch support for Kera on MTP, CDP and QRD platforms.
Change-Id: Ic201de06c7bc78a71ca163dd63a1ebd3caf1812e
Signed-off-by: Anand Tarakh <quic_atarakh@quicinc.com>
In this change usb_nop_phy is replaced with usb_qmp_dp_phy to
enable Super-Speed on Tuna Platform.
Change-Id: I24a255e4bf1154870ba676fcb3d778d0842503be
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
Add proxy enable properties to the DSI core and panel supplies
to support continuous splash for Tuna.
Change-Id: I9d1c598fd06df6073e8b8bd2c0e7a3110c5d7e93
Signed-off-by: Abhinav Saurabh <quic_abhisaur@quicinc.com>
Add the eUSB2 repeater node and references for PMIH010x and
PMIV010x.
Note: ATP, QRD and CDP.
Change-Id: Id47a3d7243a00be3bf5d186cc5eb8a9b2e6f677d
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
The "capacity-dmips-mhz" and "dynamic-power-coefficient" are
used to build Energy model which in turn is used by EAS to take
placement decisions.
Change-Id: I6397ed3038d60fde457297fe3e015c2d5aaaa6a8
Signed-off-by: Atul Pant <quic_atulpant@quicinc.com>
Rectify the interrupt numbers for display and pcie crm.
Change-Id: Idc4339263eae94266bd51964dbb2bd9dd7c31dfd
Signed-off-by: Sneh Mankad <quic_smankad@quicinc.com>
Add Quality of Service (QoS) and shared_ice configurations
for the kera SoC's UFS.
Change-Id: I7695fd02133fcb2b31f00ee9719a8a54942cc44a
Signed-off-by: Manish Pandey <quic_mapa@quicinc.com>
Add the eUSB2 repeater node and references for PM7550BA.
Note: PM7550BA will be part of MTP platform.
Change-Id: I6fff82d33434306106ae6ce390f322c7a478e680
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
Add pcie, display and camera voter devices that live under
RSC devices to allow interconnect providers to target their
votes for meeting bandwidth constraints.
Change-Id: Iec0c2c2e44c56eda45efd4e787458bde738a7216
Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh@quicinc.com>
The vbus_dwc3-supply property in the device tree manages
the 5V for USB host mode.
It is designed for platforms with hardware VBUS detection
based on a GPIO regulator, allowing the system to control
the USB port power supply, enabling or disabling
it in suspend/resume cases.
Change-Id: Ic33147b08a8efd3a3fa015e6847e2874a83b386b
Signed-off-by: Rajashekar kuruva <quic_kuruva@quicinc.com>
To support cable detection events from UCSI, updates need to be made
to enable usb role switch and setting up a connection to the UCSI PMIC
glink node.
Change-Id: I2e3b6b1c3e36c4dca612df1e79156d669955070d
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
Add memory and clock support for qup for ravelin-VM target.
Change-Id: I8b9fb0a2e1f3be9864ddd074aec5d97d9eda4527
Signed-off-by: Prakash Yadachi <quic_pyadachi@quicinc.com>
TLMM pin is used to notify USB3/DP Combo PHY about the
orientation. Select this pinctrl from the usb_qmp_dp_phy
and ensure it is selecting the "usb0_phy_ps" pin function for Tuna.
Change-Id: I69f4004b00dcba0140871171b6c8b08471ae6aee
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
In this change usb_nop has been removed from Tuna RUMI file.
Change-Id: I59992c0f4fde7fbf15b25cc6f8c984b02bd8d283
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
Add support for SLC MPAM. Enables support for
CPU, GPU, NSP SLC partitioning and monitoring
current capacity and read miss monitors.
Change-Id: I326dcdad2ca0ccba68f05671df79ad62940fe018
Signed-off-by: Aman Kanwar <quic_akanwar@quicinc.com>
Currently, wait_for_device_probe api added before dwc3_probe
is called in core_init which is suppose to ensure that in case
the child is getting teared down, the userspace doesn't get to
write UDC and do gadget_start.
However, wait_for_device_probe api makes sure that the driver wait
until all probes are completed. Ideally, it wouldn't be a problem
but in cases of other driver's probe fails, usb would be affected
here even though usb isn't at fault.
Fix this by making a dummy-dependency on smmu node since the original
intention of the patch was to make sure if smmu driver was probed
successfully, then only proceed for child driver's probe.
Addtional: Adding qcom,dis-sending-cm-l1-quirk in tuna
Change-Id: I7503fd04407ef8d2ee108effcc95699a4325c9c5
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
Update the following bootargs:
1) Set memhp_default_state to automatically online memory to movable zone
2) Enable memmap_on_memory
3) Align rcu expedited parameters to reduce latency of synchronize_rcu.
Change-Id: Ic8b186a65b74ba596192cbb49be0e1c3008ab7af
Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
Add aliases for node to use in dts.
Change-Id: Ib6aa3c6b1476e8a61bf5d913729b86bbe247b85f
Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
The device tree for dma heaps on vm was incorrectly included.
so, remove it.
Fixes: 0edda568b1 ("ARM: dts: msm: Enable securemsm related nodes for tuna")
Change-Id: I874a033dffa7279abda9e2e1c4c393490c8546cb
Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
Replace regulators with per-device genpd power domain and
add interconnect for kgsl-smmu on tuna.
Change-Id: I897b39ba98beaf630efef5397957e8cfb26b3d08
Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>