linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Add support for the OnePlus 6 and 6T SDM845 devices
@ 2020-10-07 17:48 Caleb Connolly
  2020-10-07 17:49 ` [PATCH 1/5] drm/panel/oneplus6: Add panel-oneplus6 Caleb Connolly
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Caleb Connolly @ 2020-10-07 17:48 UTC (permalink / raw)
  To: linux-arm-msm; +Cc: ~postmarketos/upstreaming

The OnePlus 6/T handsets are based on the SDM845 platform and were
released in late 2017.

Add a device tree with support for the following:
  * Display panel (with the oneplus-6 panel driver)
  * Hardware accelerated graphics
  * Touch screen support with Synaptics rmi4
  * RTC support
  * Remoteprocessors boot and can be interacted with over QRTR.
  * ath10k WLAN using pd-mapper, rmts and tqftpserv daemons
  * Bluetooth
  * Volume / power buttons and OnePlus Tri-State switch are functional
  * USB

The only differences between the devices is the different panels,
fingerprint readers and that the 6T lacks a headphone jack and notification
LED.

Current limitations:
  * Bluetooth does not appear in rfkill, this is most likely the reason
    it doesn't appear in UI bluetooth settings, it can be interacted
    with using bluez-utils bluetoothctl.
  * USB is forced to peripheral mode as cable type detection is broken


drm/panel/oneplus6: Add panel-oneplus6
dt-bindings: panel: add documentation for oneplus6 panel
arm64: dts: sdm845: add oneplus 6/t devices
dt-bindings: add vendor bindings for OnePlus
i2c: geni: sdm845: dont perform DMA for the oneplus6

Documentation/devicetree/bindings/arm/oneplus/oneplus-boards.yaml   |  25 --
Documentation/devicetree/bindings/display/panel/panel-oneplus6.yaml |  73 ----
Documentation/devicetree/bindings/vendor-prefixes.yaml              |   2 -
arch/arm64/boot/dts/qcom/Makefile                                   |   2 -
arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi                 | 860 ---------------------------------------
arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts               |  19 -
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts                  |  19 -
drivers/gpu/drm/panel/Kconfig                                       |  10 -
drivers/gpu/drm/panel/Makefile                                      |   1 -



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

end of thread, other threads:[~2020-10-19 14:21 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 17:48 Add support for the OnePlus 6 and 6T SDM845 devices Caleb Connolly
2020-10-07 17:49 ` [PATCH 1/5] drm/panel/oneplus6: Add panel-oneplus6 Caleb Connolly
2020-10-18 13:35   ` Sam Ravnborg
2020-10-19 14:21     ` Caleb Connolly
2020-10-07 17:49 ` [PATCH 2/5] dt-bindings: panel: add documentation for oneplus6 panel Caleb Connolly
2020-10-09 14:02   ` Rob Herring
2020-10-09 14:05   ` Rob Herring
2020-10-18 12:33     ` Caleb Connolly
2020-10-07 17:49 ` [PATCH 3/5] arm64: dts: sdm845: add oneplus 6/t devices Caleb Connolly
2020-10-07 17:49 ` [PATCH 4/5] dt-bindings: add vendor bindings for OnePlus Caleb Connolly
2020-10-07 17:49 ` [PATCH 5/5] i2c: geni: sdm845: dont perform DMA for the oneplus6 Caleb Connolly
2020-10-08 10:03   ` Wolfram Sang
2020-10-08 10:46     ` Caleb Connolly
2020-10-08 12:19       ` Wolfram Sang
2020-10-09  6:53     ` Mukesh, Savaliya
2020-10-09  5:26   ` Akash Asthana
2020-10-09  5:58     ` Wolfram Sang
2020-10-08  9:20 ` Add support for the OnePlus 6 and 6T SDM845 devices Caleb Connolly

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