Add devicetree nodes to enable qmp communication with aop and tme.
Change-Id: I4e30e6854fcb1d29ea3733d9d59bb01acfe6667b
Signed-off-by: Pranav Mahesh Phansalkar <quic_pphansal@quicinc.com>
Add interconnect device bindings for TUNA SoC. These devices
can be used to describe any RPMH and NoC based interconnect devices.
Change-Id: If040c6ebc9457b9385d75cbbe19ad7cd7bcb7994
Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh@quicinc.com>
DWC3 host and XHCI plat now communicates the maximum number
of interrupters the XHCI HCD will allocate. Since platforms
only require a limited number of interrupters (i.e. 3) make
sure XHCI doesn't allocate more than is required.
Change-Id: I9f22a477377873284f1d69fe98c9a466ce237184
Signed-off-by: Saranya R <quic_sarar@quicinc.com>
Add camera and cambistmclk clock controller bindings on tuna device.
While at it, fix existing yaml documentation for dtbs failure.
Change-Id: I8484292fe7336f1bdd4d018e1a342da04148efd1
Signed-off-by: Ajit Pandey <quic_ajipan@quicinc.com>
Add CPUCP fast device tree entry to get mailbox channel id and cpus to
be controlled with fast.
Change-Id: Ibfc2db806adf97985bf3921fac1244032749d61a
Signed-off-by: Lingutla Chandrasekhar <quic_lingutla@quicinc.com>
Add documentation for the device qcom,cpucp_fast, which is used
for handling system hints from firmware.
Change-Id: I2336051df317d09d5224244e2d8248242980cc18
Signed-off-by: Lingutla Chandrasekhar <quic_lingutla@quicinc.com>
Memmap_on_memory changes the behaviour of memory hotplug to reserve
the first X Mb of a memory block for the struct page array. On arm64,
the size of the struct page array for a 128Mb memory block is 2Mb.
However, the memory-hotplug code requires X to be pageblock aligned (4Mb).
memory_hotplug.memmap_on_memory="force" informs the memory-hotplug core
to round up the size of the memory reserved for struct page array to
meet this 4Mb requirement, even though only 2Mb will actually be used.
This is preferred over allocating the struct page array from ZONE_NORMAL
because adding additional memory into ZONE_NORMAL is not supported on
this target.
Change-Id: I9544b58c202cecddbe80be67a24a1115b162e478
Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
Update bwmon bindings to include support for non-early memory
mapping.
Change-Id: I4f45ea0fd3f219325463d832c958ebd900f15f1c
Signed-off-by: Amir Vajid <quic_avajid@quicinc.com>
Signed-off-by: Shivnandan Kumar <quic_kshivnan@quicinc.com>
Remove the hard coded class cpus and replace them with their
phandles.
Change-Id: I283ac79d64d945e12477f61a67b058574bde7031
Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
Add remote debugger device configuration. The Remote Debugger driver
allows a debugger running on a host PC to communicate with a remote
stub running on peripheral subsystems.
Change-Id: I6513c219a4d3a50f0c0723036bd7387da3558477
Signed-off-by: Devender Kaushik <quic_dkaushik@quicinc.com>
Enable SPMI node and add its documentation for bring-up.
Change-Id: I6ddfb75c6ba03935a5c8338f859147ea676205dd
Signed-off-by: Akshay Gola <quic_agola@quicinc.com>
Add support for ice wrapped keys to the UFS DTSI entry
to ravelin.
Change-Id: Ica90929da90464c64bb4b23c9a8236fa7149ed1e
Signed-off-by: Shashikala Katthi <quic_skatthi@quicinc.com>
Pages are getting allocated from Movable zone even though they
are requested from Normal zone. Disable movable zone as work
around until issue is fixed.
Change-Id: Ib2f799ec36ef969368410fe8e86f92441ad0b81b
Signed-off-by: Srinivasarao Pathipati <quic_c_spathi@quicinc.com>
There is 512K of DDR in a section memory and the rest is carveout in a
memory region [0x98000000 a0000000). As section size is 128M, which
require 2M of memmap. Lose this 512K to save (2M - 512K) of memory.
CRs-Fixed: 3792207
Change-Id: I5fa1f7a366eefd464e67099ff1835dc84423d18b
Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
Add dt support for qseecom for ravelin.
Change-Id: I77d42910dd1a7276e2ac870926c8e54542a84157
Signed-off-by: Shashikala Katthi <quic_skatthi@quicinc.com>
Add boot_config reg reading support for shdci bootdevice
node through nvmem cell to check if the boot device is
emmc or ufs.
Change-Id: I5a325e40bde1bead831da95c0a3c7be8fc9c5c00
Signed-off-by: kamasali Satyanarayan <quic_kamasali@quicinc.com>
Add initial memory configuration and reserved memory map
for sdxkova, inline with v1.
Change-Id: I3748f7264d39b579c6cabfb5ae0ec7dbf9da3ef0
Signed-off-by: Bibek Kumar Patro <quic_bibekkum@quicinc.com>
Compatible strings for the PM8008 chip and PM8010 regulator nodes
were removed during the bulk DT porting for Ravelin on qcom-6.6
device-tree branch
'commit 1b78f8027a ("ARM: dts: msm: Add initial device tree
for ravelin")'.
Add them back to enable the PM8010 regulator support.
While at it, remove the PM8010's REVID device node references as
they are not required for Ravelin.
Change-Id: Iec11cd246f86e35d0330103143182c6aee94959e
Signed-off-by: Shilpa Suresh <quic_c_sbsure@quicinc.com>