OnePlus 5/5T support

From: Jami Kettunen
Date: Mon Apr 05 2021 - 21:09:57 EST


Add device trees for OnePlus 5 (cheeseburger) and 5T (dumpling)
MSM8998 SoC smartphones.

v2:
-License DT under BSD-3-Clause instead of GPL-2.0
-Drop MSS remoteproc node in favor of disabling it by default (see patch 2/2)
-Shorten and move Wi-Fi disable comment inside wifi node

Jami Kettunen (2):
arm64: dts: qcom: Add support for OnePlus 5/5T
arm64: dts: qcom: msm8998: Disable MSS remoteproc by default

arch/arm64/boot/dts/qcom/Makefile | 2 +
.../boot/dts/qcom/msm8998-clamshell.dtsi | 4 +
arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 4 +
.../dts/qcom/msm8998-oneplus-cheeseburger.dts | 42 ++
.../boot/dts/qcom/msm8998-oneplus-common.dtsi | 514 ++++++++++++++++++
.../dts/qcom/msm8998-oneplus-dumpling.dts | 25 +
arch/arm64/boot/dts/qcom/msm8998.dtsi | 2 +
7 files changed, 593 insertions(+)