From: Caleb Connolly <caleb@connolly.tech> To: caleb@connolly.tech, linux-arm-msm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org Subject: [PATCH v4] Add support for the OnePlus 6 and 6T Date: Thu, 14 Jan 2021 20:31:32 +0000 [thread overview] Message-ID: <20210114203057.64541-1-caleb@connolly.tech> (raw) * 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, however 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. --- Changes since v1 * Remove unused pinctrl nodes * Properly model touchscreen vio supply GPIO * Improve comments * Remove bq27541 battery as it doesn't work Changes since v2 * Specify clock frequency of touchscreen i2c * Remove tri-state-key nodes until a better solution can be found * Cleaned up pinctrl nodes * Remove unused regulators * Improve formatting * Address Bjorn's comments * Remove unused regulators Changes since v3 * Address Konrad's comments --- 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 + .../boot/dts/qcom/sdm845-oneplus-common.dtsi | 622 +++++++++++++++++++ .../boot/dts/qcom/sdm845-oneplus-enchilada.dts | 19 + .../boot/dts/qcom/sdm845-oneplus-fajita.dts | 23 + 6 files changed, 673 insertions(+)
next reply other threads:[~2021-01-14 20:32 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-01-14 20:31 Caleb Connolly [this message] 2021-01-14 20:31 ` [PATCH v4 1/2] arm64: dts: sdm845: add oneplus6/6t devices Caleb Connolly 2021-01-15 12:28 ` Konrad Dybcio 2021-01-15 14:16 ` Bjorn Andersson 2021-01-14 20:32 ` [PATCH v4 2/2] dt-bindings: Document bindings for new SDM845 devices Caleb Connolly 2021-01-25 22:18 ` Rob Herring 2021-02-26 21:03 ` Caleb Connolly
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210114203057.64541-1-caleb@connolly.tech \ --to=caleb@connolly.tech \ --cc=linux-arm-msm@vger.kernel.org \ --cc=phone-devel@vger.kernel.org \ --cc=~postmarketos/upstreaming@lists.sr.ht \ --subject='Re: [PATCH v4] Add support for the OnePlus 6 and 6T' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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).