All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] SDX55 devicetree updates
@ 2021-04-08 17:04 Manivannan Sadhasivam
  2021-04-08 17:04 ` [PATCH 01/15] ARM: dts: qcom: sdx55: Add support for A7 PLL clock Manivannan Sadhasivam
                   ` (14 more replies)
  0 siblings, 15 replies; 20+ messages in thread
From: Manivannan Sadhasivam @ 2021-04-08 17:04 UTC (permalink / raw)
  To: bjorn.andersson; +Cc: linux-arm-msm, linux-kernel, Manivannan Sadhasivam

Hi Bjorn,

This series updates the SDX55 devicetree by adding below features:

- A7 PLL
- APCS mailbox
- CPUFreq using clk and regulator
- SMP2P
- IMEM, PIL
- SCM
- Interconnect
- Telit FN980 TLB board
- Thundercomm T55 dev board
- Modem remoteproc

Except remoteproc, all of the driver patches already merged. Remoteproc
patch will be submitted separately.

Thanks,
Mani

Manivannan Sadhasivam (15):
  ARM: dts: qcom: sdx55: Add support for A7 PLL clock
  ARM: dts: qcom: sdx55: Add support for APCS block
  ARM: dts: qcom: sdx55: Add CPUFreq support
  ARM: dts: qcom: sdx55: Add modem SMP2P node
  ARM: dts: qcom: sdx55: Add IMEM and PIL info region
  dt-bindings: firmware: scm: Add compatible for SDX55
  ARM: dts: qcom: sdx55: Add SCM node
  ARM: dts: qcom: sdx55: Add interconnect nodes
  ARM: dts: qcom: Fix node name for NAND controller node
  dt-bindings: arm: qcom: Add binding for Telit FN980 TLB board
  ARM: dts: qcom: sdx55: Add basic devicetree support for Telit FN980
    TLB
  dt-bindings: arm: qcom: Add binding for Thundercomm T55 kit
  ARM: dts: qcom: sdx55: Add basic devicetree support for Thundercomm
    T55
  dt-bindings: remoteproc: qcom: pas: Add binding for SDX55
  ARM: dts: qcom: sdx55: Add Modem remoteproc node

 .../devicetree/bindings/arm/qcom.yaml         |   2 +
 .../devicetree/bindings/firmware/qcom,scm.txt |   1 +
 .../bindings/remoteproc/qcom,adsp.txt         |   4 +
 arch/arm/boot/dts/Makefile                    |   4 +-
 arch/arm/boot/dts/qcom-ipq4019.dtsi           |   2 +-
 arch/arm/boot/dts/qcom-sdx55-t55.dts          | 281 +++++++++++++++++
 .../boot/dts/qcom-sdx55-telit-fn980-tlb.dts   | 282 ++++++++++++++++++
 arch/arm/boot/dts/qcom-sdx55.dtsi             | 166 ++++++++++-
 8 files changed, 739 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/boot/dts/qcom-sdx55-t55.dts
 create mode 100644 arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts

-- 
2.25.1


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-04-09 18:52 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-08 17:04 [PATCH 00/15] SDX55 devicetree updates Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 01/15] ARM: dts: qcom: sdx55: Add support for A7 PLL clock Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 02/15] ARM: dts: qcom: sdx55: Add support for APCS block Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 03/15] ARM: dts: qcom: sdx55: Add CPUFreq support Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 04/15] ARM: dts: qcom: sdx55: Add modem SMP2P node Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 05/15] ARM: dts: qcom: sdx55: Add IMEM and PIL info region Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 06/15] dt-bindings: firmware: scm: Add compatible for SDX55 Manivannan Sadhasivam
2021-04-09 18:51   ` Rob Herring
2021-04-08 17:04 ` [PATCH 07/15] ARM: dts: qcom: sdx55: Add SCM node Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 08/15] ARM: dts: qcom: sdx55: Add interconnect nodes Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 09/15] ARM: dts: qcom: Fix node name for NAND controller node Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 10/15] dt-bindings: arm: qcom: Add binding for Telit FN980 TLB board Manivannan Sadhasivam
2021-04-09 18:52   ` Rob Herring
2021-04-08 17:04 ` [PATCH 11/15] ARM: dts: qcom: sdx55: Add basic devicetree support for Telit FN980 TLB Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 12/15] dt-bindings: arm: qcom: Add binding for Thundercomm T55 kit Manivannan Sadhasivam
2021-04-09 18:52   ` Rob Herring
2021-04-08 17:04 ` [PATCH 13/15] ARM: dts: qcom: sdx55: Add basic devicetree support for Thundercomm T55 Manivannan Sadhasivam
2021-04-08 17:04 ` [PATCH 14/15] dt-bindings: remoteproc: qcom: pas: Add binding for SDX55 Manivannan Sadhasivam
2021-04-09 18:52   ` Rob Herring
2021-04-08 17:04 ` [PATCH 15/15] ARM: dts: qcom: sdx55: Add Modem remoteproc node Manivannan Sadhasivam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.