devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Add initial support for Qualcomm RB5 platform
@ 2020-09-04  6:36 Manivannan Sadhasivam
  2020-09-04  6:36 ` [PATCH 1/6] dt-bindings: arm: qcom: Document SM8250 SoC and boards Manivannan Sadhasivam
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Manivannan Sadhasivam @ 2020-09-04  6:36 UTC (permalink / raw)
  To: agross, bjorn.andersson, robh+dt
  Cc: linux-arm-msm, devicetree, linux-kernel, dmitry.baryshkov,
	Manivannan Sadhasivam

Hello,

This series adds initial support for Qualcomm Robotics RB5 Platform
based on QRB5165 SoC which is a derivative of SM8250 SoC customized
for robotics applications.

This board is one of the Consumer Edition boards of the 96Boards family
manufactured by Thundercomm. This initial support includes regulators,
UFS, debug UART, I2C, SPI, GPIO and LED peripherals.

More information about this board can be found in Qualcomm website:
https://www.qualcomm.com/products/qualcomm-robotics-rb5-platform

This series functionally depends on following patches for proper working:

irqchip: Fix probing deferal when using IRQCHIP_PLATFORM_DRIVER helpers
arm64: dts: qcom: sm8250: add apps_smmu node

Thanks,
Mani

Manivannan Sadhasivam (6):
  dt-bindings: arm: qcom: Document SM8250 SoC and boards
  arm64: dts: qcom: sm8250: Rename UART2 node to UART12
  arm64: dts: qcom: Add basic devicetree support for QRB5165 RB5
  arm64: dts: qcom: qrb5165-rb5: Add onboard LED support
  arm64: dts: qcom: qrb5165-rb5: Add gpio-line-names for TLMM block
  arm64: dts: qcom: qrb5165-rb5: Add gpio-line-names for PM8150(B&L)

 .../devicetree/bindings/arm/qcom.yaml         |   7 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 arch/arm64/boot/dts/qcom/qrb5165-rb5.dts      | 686 ++++++++++++++++++
 arch/arm64/boot/dts/qcom/sm8250-mtp.dts       |   4 +-
 arch/arm64/boot/dts/qcom/sm8250.dtsi          |  11 +-
 5 files changed, 706 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/qrb5165-rb5.dts

-- 
2.17.1


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

end of thread, other threads:[~2020-09-04  6:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04  6:36 [PATCH 0/6] Add initial support for Qualcomm RB5 platform Manivannan Sadhasivam
2020-09-04  6:36 ` [PATCH 1/6] dt-bindings: arm: qcom: Document SM8250 SoC and boards Manivannan Sadhasivam
2020-09-04  6:36 ` [PATCH 2/6] arm64: dts: qcom: sm8250: Rename UART2 node to UART12 Manivannan Sadhasivam
2020-09-04  6:36 ` [PATCH 3/6] arm64: dts: qcom: Add basic devicetree support for QRB5165 RB5 Manivannan Sadhasivam
2020-09-04  6:36 ` [PATCH 4/6] arm64: dts: qcom: qrb5165-rb5: Add onboard LED support Manivannan Sadhasivam
2020-09-04  6:36 ` [PATCH 5/6] arm64: dts: qcom: qrb5165-rb5: Add gpio-line-names for TLMM block Manivannan Sadhasivam
2020-09-04  6:36 ` [PATCH 6/6] arm64: dts: qcom: qrb5165-rb5: Add gpio-line-names for PM8150(B&L) Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).