phone-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for the Xiaomi MSM8996 platform
@ 2021-09-01 19:33 Yassine Oudjana
  2021-09-01 19:33 ` [PATCH 1/4] arm64: dts: qcom: db820c: Move blsp1_uart2 pin states to msm8996.dtsi Yassine Oudjana
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yassine Oudjana @ 2021-09-01 19:33 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Rob Herring
  Cc: Yassine Oudjana, Raffaele Tranquillini, linux-arm-msm,
	devicetree, phone-devel, linux-kernel, ~postmarketos/upstreaming

This series adds support for the Xiaomi MSM8996 platform, which includes 5 devices:

 - Mi 5 (gemini): MSM8996 + PMI8994
 - Mi Note 2 (scorpio): MSM8996 Pro + PMI8996
 - Mi 5s (capricorn): MSM8996 Pro + PMI8996
 - Mi Mix (lithium): MSM8996 Pro + PMI8996
 - Mi 5s Plus (natrium): MSM8996 Pro + PMI8996

These devices share a common board design with only a few differences.
Out of these 5 devices, this series adds initial support for the Mi Note 2 and the Mi 5.
Adding support for the remaining 3 would only require adding a DTS for each, while
accounting for hardware differences such as different panels.

Raffaele Tranquillini (1):
  arm64: dts: qcom: msm8996: xiaomi-gemini: Add support for Xiaomi Mi 5

Yassine Oudjana (3):
  arm64: dts: qcom: db820c: Move blsp1_uart2 pin states to msm8996.dtsi
  arm64: dts: qcom: msm8996: Add blsp2_i2c3
  arm64: dts: qcom: Add support for the Xiaomi MSM8996 platform

 arch/arm64/boot/dts/qcom/Makefile             |   2 +
 arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi  |  29 -
 .../boot/dts/qcom/msm8996-xiaomi-common.dtsi  | 673 ++++++++++++++++++
 .../boot/dts/qcom/msm8996-xiaomi-gemini.dts   | 431 +++++++++++
 .../boot/dts/qcom/msm8996-xiaomi-scorpio.dts  | 431 +++++++++++
 arch/arm64/boot/dts/qcom/msm8996.dtsi         |  49 ++
 6 files changed, 1586 insertions(+), 29 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8996-xiaomi-common.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/msm8996-xiaomi-gemini.dts
 create mode 100644 arch/arm64/boot/dts/qcom/msm8996-xiaomi-scorpio.dts

-- 
2.33.0



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

end of thread, other threads:[~2021-09-01 19:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 19:33 [PATCH 0/4] Add support for the Xiaomi MSM8996 platform Yassine Oudjana
2021-09-01 19:33 ` [PATCH 1/4] arm64: dts: qcom: db820c: Move blsp1_uart2 pin states to msm8996.dtsi Yassine Oudjana
2021-09-01 19:33 ` [PATCH 2/4] arm64: dts: qcom: msm8996: Add blsp2_i2c3 Yassine Oudjana
2021-09-01 19:33 ` [PATCH 3/4] arm64: dts: qcom: Add support for the Xiaomi MSM8996 platform Yassine Oudjana
2021-09-01 19:35 ` [PATCH 4/4] arm64: dts: qcom: msm8996: xiaomi-gemini: Add support for Xiaomi Mi 5 Yassine Oudjana

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).