All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] Add support for the OnePlus 6 and 6T
@ 2021-01-14 18:53 Caleb Connolly
  2021-01-14 18:54 ` [PATCH v3 1/2] arm64: dts: sdm845: add oneplus6/6t devices Caleb Connolly
  2021-01-14 18:54 ` [PATCH v3 2/2] dt-bindings: Document bindings for new SDM845 devices Caleb Connolly
  0 siblings, 2 replies; 7+ messages in thread
From: Caleb Connolly @ 2021-01-14 18:53 UTC (permalink / raw)
  To: caleb, linux-arm-msm; +Cc: ~postmarketos/upstreaming, phone-devel

 * Display panels and hardware accelerated graphics
 * Touch screen with Synaptics RMI4
 * Modem and other remoteprocessors
 * WiFi / Bluetooth
 * Buttons
 * USB gadget mode

Both devices are almost identical, but use different display panels,
with the 6T lacking a headphone jack and notification LED.

The panel driver for the devices is already upstream, although the driver
doesn't seem to work on the 6T, all other functionality does however.
I'm in the process of obtaining a device to get the driver fixed ASAP.

---

Caleb Connolly (2):
      arm64: dts: sdm845: add oneplus6/6t devices
      dt-bindings: Document bindings for new SDM845 devices

Documentation/devicetree/bindings/arm/qcom.yaml      |   5 +
.../devicetree/bindings/vendor-prefixes.yaml         |   2 +
arch/arm64/boot/dts/qcom/Makefile                    |   2 +
arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi  | 621 ++++++++++++++++++++++
.../arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts |  19 +
arch/arm64/boot/dts/qcom/sdm845-oneplus-fajita.dts   |  23 +
6 files changed, 672 insertions(+)






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

end of thread, other threads:[~2021-01-15  3:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14 18:53 [PATCH v3] Add support for the OnePlus 6 and 6T Caleb Connolly
2021-01-14 18:54 ` [PATCH v3 1/2] arm64: dts: sdm845: add oneplus6/6t devices Caleb Connolly
2021-01-14 19:19   ` Konrad Dybcio
2021-01-14 20:10     ` Caleb Connolly
2021-01-14 20:33       ` Konrad Dybcio
2021-01-15  3:54         ` Bjorn Andersson
2021-01-14 18:54 ` [PATCH v3 2/2] dt-bindings: Document bindings for new SDM845 devices Caleb Connolly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.