devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Initial OnePlus 3(T) Support
@ 2022-10-23 20:45 Harry Austen
  2022-10-23 20:45 ` [PATCH v2 1/4] arm64: dts: qcom: msm8996: standardize blsp indexing Harry Austen
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Harry Austen @ 2022-10-23 20:45 UTC (permalink / raw)
  To: Bjorn Andersson, Rob Herring, Krzysztof Kozlowski
  Cc: Harry Austen, Yassine Oudjana, Andy Gross, Konrad Dybcio,
	linux-arm-msm, devicetree, linux-kernel,
	~postmarketos/upstreaming, phone-devel

Changes from v1
---------------
v1: https://lore.kernel.org/all/20221021142242.129276-1-hpausten@protonmail.com/
- fix node name DT schema problems
- removed "simple-bus" compatible from /clocks node
- use common "-clk" suffix for divclk1/4 node names
- use common "-regulator" suffix for wlan-en regulator node name
- move status properties last in all nodes
- fixed copyright to be assigned to myself, since I don't work for LF
- add Krzysztof's Rb tag to bindings patch

This patch series adds support for the OnePlus 3 and OnePlus 3T mobile
phones based on the Qualcomm MSM8996 SoC. Currently includes support for
the following:

- UART console via PCB test pads
- Qualcomm Atheros QCA6174 WiFi and Bluetooth
- NXP TFA9890 Speaker Amplifier
- TI BQ27541 Battery Fuel Gauge
- Synaptics RMI4 Touchscreen
- UFS Storage

Harry Austen (4):
  arm64: dts: qcom: msm8996: standardize blsp indexing
  arm64: boot: dts: msm8996: add blsp1_i2c6 node
  dt-bindings: arm: qcom: add oneplus3(t) devices
  arm64: dts: qcom: msm8996: add support for oneplus3(t)

 .../devicetree/bindings/arm/qcom.yaml         |   2 +
 arch/arm64/boot/dts/qcom/Makefile             |   2 +
 .../boot/dts/qcom/msm8996-oneplus-common.dtsi | 787 ++++++++++++++++++
 arch/arm64/boot/dts/qcom/msm8996-oneplus3.dts |  44 +
 .../arm64/boot/dts/qcom/msm8996-oneplus3t.dts |  45 +
 arch/arm64/boot/dts/qcom/msm8996.dtsi         |  49 +-
 6 files changed, 920 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8996-oneplus-common.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/msm8996-oneplus3.dts
 create mode 100644 arch/arm64/boot/dts/qcom/msm8996-oneplus3t.dts

--
2.38.1



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

end of thread, other threads:[~2022-11-07  3:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-23 20:45 [PATCH v2 0/4] Initial OnePlus 3(T) Support Harry Austen
2022-10-23 20:45 ` [PATCH v2 1/4] arm64: dts: qcom: msm8996: standardize blsp indexing Harry Austen
2022-10-23 20:45 ` [PATCH v2 2/4] arm64: boot: dts: msm8996: add blsp1_i2c6 node Harry Austen
2022-10-23 23:24   ` Krzysztof Kozlowski
2022-10-23 20:45 ` [PATCH v2 3/4] dt-bindings: arm: qcom: add oneplus3(t) devices Harry Austen
2022-10-23 20:46 ` [PATCH v2 4/4] arm64: dts: qcom: msm8996: add support for oneplus3(t) Harry Austen
2022-11-07  3:12 ` [PATCH v2 0/4] Initial OnePlus 3(T) Support Bjorn Andersson

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