On 26.02.2021 22:31, Jami Kettunen wrote: > Add device trees for OnePlus 5 (cheeseburger) and 5T (dumpling) > MSM8998 SoC smartphones with initial support included for: > > - UFS internal storage > - USB peripheral mode > - Display > - Touch > - Bluetooth > - Hall effect sensor > - Power and volume buttons > - Capacitive keypad button backlight (on cheeseburger) > > Signed-off-by: Jami Kettunen <jamipkettunen@xxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/Makefile | 2 + > .../dts/qcom/msm8998-oneplus-cheeseburger.dts | 42 ++ > .../boot/dts/qcom/msm8998-oneplus-common.dtsi | 519 ++++++++++++++++++ > .../dts/qcom/msm8998-oneplus-dumpling.dts | 25 + > 4 files changed, 588 insertions(+) > create mode 100644 arch/arm64/boot/dts/qcom/msm8998-oneplus-cheeseburger.dts > create mode 100644 arch/arm64/boot/dts/qcom/msm8998-oneplus-common.dtsi > create mode 100644 arch/arm64/boot/dts/qcom/msm8998-oneplus-dumpling.dts Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> Konrad