Lijuan Gao
5c3596715d
ARM: dts: qcom: Add initial device tree for WaipioP HDK
...
Add initial device tree for WaipioP HDK platform.
Change-Id: I8f3f400fa4ce8e9b35091c473d558a857b93ee7f
2021-06-17 14:54:50 +08:00
qctecmdr
32b65c903e
Merge "ARM: dts: msm: Add gladiator node for waipio"
2021-06-15 16:23:38 -07:00
qctecmdr
ced30c43e3
Merge "ARM: dts: msm: update overlap capacity values"
2021-06-15 16:23:38 -07:00
Shaleen Agrawal
dc45a2f987
ARM: dts: msm: update overlap capacity values
...
Update gold and prime overlap values for waipio based off latest
frequency plan.
Change-Id: I4502bd4a71be2737757458f2f5aa6965ab24b8f9
2021-06-15 14:24:26 -07:00
qctecmdr
0dcb8cd8e6
Merge "ARM: dts: msm: Add qcom,micro-idle for waipio"
2021-06-15 13:20:41 -07:00
qctecmdr
1e56a47902
Merge "ARM: dts: msm: Remove mte memory region for waipio"
2021-06-15 13:20:41 -07:00
qctecmdr
5c47ad783e
Merge "ARM: dts: msm: Add gpu model name for Waipio GPU"
2021-06-15 10:06:19 -07:00
qctecmdr
62bac56dec
Merge "ARM: dts: msm: Upgrade Waipio's memory map to version 7"
2021-06-15 02:53:11 -07:00
qctecmdr
959c008f53
Merge "ARM: dts: msm: Add tzone-names for waipio GPU"
2021-06-14 23:26:53 -07:00
Patrick Daly
e1a1b28189
ARM: dts: msm: Add qcom,micro-idle for waipio
...
The tbus on apps-smmu support micro-idle.
Change-Id: I26a76a97a2ff8cf33d8616818398c33f6904f055
2021-06-14 20:58:13 -07:00
qctecmdr
684e81abb3
Merge "ARM: dts: qcom: update PM8010 configurations for Waipio boards"
2021-06-14 14:39:40 -07:00
qctecmdr
e950b7fea6
Merge "ARM: dts: msm: update SDAM for PM8350B AMOLED ECM"
2021-06-14 14:39:40 -07:00
qctecmdr
91a3abd785
Merge "ARM: dts: msm: Rename reserved-gpios to qcom,gpios-reserved"
2021-06-14 11:35:45 -07:00
Guru Das Srinagesh
de893e7ec1
ARM: dts: msm: update SDAM for PM8350B AMOLED ECM
...
The PBS sequences that process raw ECM data from AMOLED peripherals now
make use of a third SDAM. Enable the driver to support this change.
Change-Id: I1b87b4680fde16ff17785f7184e5a7df2500770a
2021-06-10 13:51:21 -07:00
qctecmdr
e605ee70e0
Merge "dt-bindings: Add missing heap type in the DMA-BUF Heap bindings"
2021-06-10 09:00:17 -07:00
Deepak Kumar
534e3893ae
ARM: dts: msm: Add tzone-names for waipio GPU
...
Add GPU tzone-names to get the GPU temperature on waipio.
Change-Id: I9d76f00ad3aa32ab046b6f9cd511eee5e14968f4
2021-06-10 03:10:05 -07:00
qctecmdr
6d431ef4db
Merge "ARM: dts: msm: Update PCIe PHY settings to v1.05 for waipio RC1"
2021-06-09 16:59:15 -07:00
qctecmdr
970b881c52
Merge "dt-bindings: Add device-tree bindings for qcom,gic-interrupt-router"
2021-06-08 23:18:07 -07:00
qctecmdr
5544368689
Merge "ARM: dts: msm: Add shared field to pmu device tree"
2021-06-08 20:12:31 -07:00
Elliot Berman
f1d65b9453
ARM: dts: msm: Rename reserved-gpios to qcom,gpios-reserved
...
"-gpios" is a reserved suffix for describing pins. Devicetree framework
will interpret this property has a list of pins with phandles. This
list, however, is a list of pins for this pinctrl chip. Thus, the kernel
will improperly interpret a pin number as a phandle and can result in
warnings such as:
OF: /soc/pinctrl@f000000: could not get #gpio-cells for /cpus/cpu@700
since the first pin happened to be the phandle of /cpus/cpu@700.
Avoid having this interpretation by renaming "reserved-gpios" to
"qcom,gpios-reserved".
Change-Id: I83a8e6959de76437eabb754360042d0da52a3d75
2021-06-08 17:12:39 -07:00
Elliot Berman
f713af429f
bindings: pinctrl: add qcom,gpios-reserved
...
Chipset variants may have different reserved gpios so that hard-coding
in the pinctrl driver itself isn't sufficient. Add support to read in
"reserved-gpios" from devicetree instead of "gpios." "gpios" behaves as
an "allow list" and "reserved-gpios" behaves as a "block list".
Change-Id: Iadc643d93e7037e189af8632906f6b9f40656e38
2021-06-08 17:12:32 -07:00
Chris Goldsworthy
37bc927942
dt-bindings: Add missing heap type in the DMA-BUF Heap bindings
...
Add the HEAP_TYPE_CARVEOUT type for the qcom,dma-heap-type property.
Change-Id: Idce7c3738dd7d49841992360aecd397520ecc759
2021-06-08 16:10:06 -07:00
Chris Goldsworthy
3cba16a2dc
dt-bindings: Document the qcom,uncached-heap property
...
For non-secure heaps, this property dictates if the memory of the heap
is mapped as uncached when mapped in user space or the kernel.
Change-Id: I2002fa48aa588e88468089983e5aeb02644ed4eb
2021-06-08 16:10:02 -07:00
David Collins
83ab6dd956
ARM: dts: qcom: update PM8010 configurations for Waipio boards
...
Update the PM8010 regulator device compatible strings.
Change-Id: I58337e64ecb34ec11a5d85db831fa6c11f397853
2021-06-08 14:36:50 -07:00
David Collins
7f161bfdf2
dt-bindings: regulator: pm8008-regulator: add PM8010 support
...
Add support for the PM8010 PMIC. PM8010 is a pin-compatible
update of PM8008.
Change-Id: Ia3d83b87e5124d99d3ebf3ff2fd797938f2f75b3
2021-06-08 14:36:50 -07:00
qctecmdr
5c7499362c
Merge "Revert "ARM: dts: msm: Add Pmesg Reserved Memory for Waipio""
2021-06-08 12:13:15 -07:00
Elliot Berman
c0a4a7747c
Revert "ARM: dts: msm: Add Pmesg Reserved Memory for Waipio"
...
This reverts commit 47be06eec7 .
Change-Id: I8a7ca151908d9f6f228e86a938a4265bc8acc41b
2021-06-08 11:22:15 -07:00
Isaac J. Manjarres
ae7fdfd207
ARM: dts: msm: Upgrade Waipio's memory map to version 7
...
Upgrade Waipio's memory map to the latest version, which
reduces the total amount of memory for the trusted VM usecase
from 125 MB to 76 MB.
Change-Id: I9269b6daab01cb07e4f7179031340f9a25df4a89
2021-06-08 08:54:47 -07:00
Neeraj Upadhyay
1c4ff1aa7e
dt-bindings: Add device-tree bindings for qcom,gic-interrupt-router
...
Add device tree bindings for qcom,gic-interrupt-router.
Change-Id: Ibb0b8e8a2c0ac875476d61f1ce54e76673818f15
2021-06-08 08:31:48 -07:00
Neeraj Upadhyay
f4e5b42315
ARM: dts: msm: Add default affinity bootarg for Waipio
...
Add irqaffinity bootarg, to affine irqs to cores 0-3 by default.
Change-Id: I6d7461573c14ae9b5215d132b0e926d55626d13b
2021-06-08 18:47:51 +05:30
qctecmdr
3b1da01888
Merge "ARM: dts: qcom: Remove unwanted virtio block device"
2021-06-07 21:39:39 -07:00
Sreenad Menon
415431bfa3
ARM: dts: qcom: Remove unwanted virtio block device
...
As it is not required now, remove it to save memory.
This also move virtio ring and swiotlb shared memory by 972KB to avoid
a gap between the previous device.
Change-Id: I9db2debe3019418de3ffce70e86625534ec15957
2021-06-08 07:42:42 +05:30
qctecmdr
9ab9e21eaf
Merge "ARM: dts: msm: Enable KASLR feature"
2021-06-07 12:34:38 -07:00
Rishabh Bhatnagar
51dc8a18b6
ARM: dts: msm: Add shared field to pmu device tree
...
Add shared field to pmu device tree node. If the shared field
is set then those events are shared with cpucp.
Change-Id: I3abab2c9f0e6cbcf4b240891950c8dec13721f73
2021-06-07 12:25:13 -07:00
Rishabh Bhatnagar
c97d7e69a6
ARM: dts: msm: Add AMU ids for events that support AMU
...
AMU counters are supported for four events in Waipio. Add AMU ids
corresponding to those.
Change-Id: Ia9f076a6a886536de82771d58c7ceb0f973e3bea
2021-06-07 12:24:32 -07:00
Rishabh Bhatnagar
7d3d2513f2
ARM: dts: msm: Add PMU protocol device nodes
...
Add PMU protocol device tree node. This will register the pmu
protocol with the scmi core.
Change-Id: I383be0a1f1b0a6ddb8f6fae9d7b8154197549eab
2021-06-07 12:23:12 -07:00
Sudarshan Rajagopalan
2499a0cfb3
Revert "ARM: dts: msm: remove mem-offline node"
...
This reverts commit 35d24166a6 .
Since AOP firmware changes to support memory offlining are present,
add back the mem-offline node.
Change-Id: I7e8e51713c716c70394172bad61ba4406656d8dc
2021-06-07 11:29:59 -07:00
Prasad Sodagudi
4b2e70919b
ARM: dts: msm: Enable KASLR feature
...
Remove nokaslr flag from commandline to enable KASLR feature
for waipio chipset.
Change-Id: I9e5f4b5e8d93f4c2cae92ef65b13fef7287ed6b7
2021-06-07 06:25:34 -07:00
qctecmdr
7ff716dce6
Merge "dt-bindings: kgsl: Remove unused midframe sampling support"
2021-06-06 07:30:46 -07:00
qctecmdr
c638cb9479
Merge "ARM: dts: msm: populate display gpio pins for waipio VM"
2021-06-05 00:05:59 -07:00
qctecmdr
090f7d7b50
Merge "ARM: dts: msm: update modem sensor name for waipio"
2021-06-04 21:36:38 -07:00
qctecmdr
43d4e035be
Merge "dt-bindings: kgsl: Add device tree bindings for GPU c500 v2"
2021-06-04 21:36:38 -07:00
qctecmdr
a1c1f78b42
Merge "ARM: dts: msm: Add iommu device for waipio-vm"
2021-06-04 19:15:42 -07:00
qctecmdr
86740d9b3a
Merge "ARM: dts: qcom: removing dtsi entry for IRQs for rmnet-ll and rmnet-ctl"
2021-06-04 19:15:41 -07:00
Patrick Daly
3fb60c3122
ARM: dts: msm: Add iommu device for waipio-vm
...
Add support for Stage 1 iommu on waipio-vm.
Change-Id: I2e41197e39542d6d9792179b0f0502144acf3fe4
2021-06-04 16:17:27 -07:00
Michael Adisumarta
ed3d477a53
ARM: dts: qcom: removing dtsi entry for IRQs for rmnet-ll and rmnet-ctl
...
The IRQ numbers used do not match the hardware. This change routes IRQ
521 to the GSI module instead the SLPI wdog IRQ. This prevents the
SLPI wdog SSR from working. Hence, removing IRQ entries to disable
using the following IRQs.
Change-Id: I85d3e68e684adc538a7f5de40f73ef12cc913db4
2021-06-04 11:38:24 -07:00
Hareesh Gundu
ea26300ed6
ARM: dts: msm: Add gpu model name for Waipio GPU
...
Add gpu model name for Waipio GPU to expose user mode.
Change-Id: I986d678109673b3297ae477abe0d983cac4e0511
2021-06-04 22:10:16 +05:30
qctecmdr
97bd969299
Merge "ARM: dts: msm: Add Pmesg Reserved Memory for Waipio"
2021-06-04 08:51:33 -07:00
Mao Jinlong
5f31ed1fe4
ARM: dts: msm: Add gladiator node for waipio
...
Add gladiator node to support gladiator trace capture.
Change-Id: I650ced19ede7daecd493b3aad84faa47baec886a
2021-06-04 01:00:14 -07:00
qctecmdr
ec7e57e49e
Merge "ARM: dts: msm: Add qcom,hw-enable-check for tpdm dcc"
2021-06-03 23:36:14 -07:00