[v2,0/4] Initial OnePlus 3(T) Support

Message ID 20221023204505.115141-1-hpausten@protonmail.com
Headers
Series Initial OnePlus 3(T) Support |

Message

Harry Austen Oct. 23, 2022, 8:45 p.m. UTC
  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
  

Comments

Bjorn Andersson Nov. 7, 2022, 3:12 a.m. UTC | #1
On Sun, 23 Oct 2022 20:45:16 +0000, Harry Austen wrote:
> 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
> 
> [...]

Applied, thanks!

[1/4] arm64: dts: qcom: msm8996: standardize blsp indexing
      commit: 1a94ba5b44c5448c7ec962a5ce66eb12a6042288
[2/4] arm64: boot: dts: msm8996: add blsp1_i2c6 node
      commit: 18c32de673bf3ade651979be48e9a14bfe612487
[3/4] dt-bindings: arm: qcom: add oneplus3(t) devices
      commit: ce5d6ba21ae6c83fc2db385f9202272ca0d403f2
[4/4] arm64: dts: qcom: msm8996: add support for oneplus3(t)
      commit: 5a134c940cd368b72d5bcf24132b8f951be9a4c1

Best regards,