* 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(+)