From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05A8CC433FE for ; Sat, 19 Nov 2022 20:38:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234273AbiKSUiy (ORCPT ); Sat, 19 Nov 2022 15:38:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231666AbiKSUit (ORCPT ); Sat, 19 Nov 2022 15:38:49 -0500 Received: from mail.z3ntu.xyz (mail.z3ntu.xyz [128.199.32.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC68912D03; Sat, 19 Nov 2022 12:38:44 -0800 (PST) Received: from g550jk.arnhem.chello.nl (unknown [62.108.10.64]) by mail.z3ntu.xyz (Postfix) with ESMTPSA id E197BD0408; Sat, 19 Nov 2022 20:38:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1668890321; bh=tuVtU4q2uIOJEKAiMSeRAHcThbYyr1bOieP4LnPQWEg=; h=From:To:Cc:Subject:Date; b=g7aTFsx+jmbtYFuwicxmcW9ND8o1hIlSA/lBTCtHa/qEy9vJmvEfHQReb6JhiA4fT d+Z7Aas/lDETWdFYAN6XIAL9BDJ2sCKFHBHYzTu9sdFY6GQOBGUTt3A30SQjptyRdv OJxn84sBtI3qxgcYNGAU63K4wFLW9peBhtHesvLM= From: Luca Weiss To: linux-arm-msm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Luca Weiss , "Guilherme G. Piccoli" , Bjorn Andersson , Konrad Dybcio , Tony Luck , devicetree@vger.kernel.org, linux-hardening@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/9] Add a bunch of msm8953 dts files Date: Sat, 19 Nov 2022 21:37:41 +0100 Message-Id: <20221119203758.888207-1-luca@z3ntu.xyz> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following patches add a bunch of msm8953-based devices that have been created in the msm8953-mainline[0] repository, which includes Snapdragon 450 (SDM450), Snapdragon 625 (msm8953) and Snapdragon 632 (SDM632) devices. The dts files are trimmed down to what is currently supported upstream, as a way to also minimizing diff for further patches. I've tried my best in keeping all the relevant author tags based on the git info I could find there. *This series depends on pmi8950.dtsi patches[1]* [0] https://github.com/msm8953-mainline/linux [1] https://lore.kernel.org/linux-arm-msm/20221101161801.1058969-2-luca@z3ntu.xyz/ Adam Skladowski (1): arm64: dts: qcom: msm8953: Add device tree for Xiaomi Redmi Note 4X Alejandro Tafalla (1): arm64: dts: qcom: msm8953: Add device tree for Xiaomi Mi A2 Lite Danila Tikhonov (1): arm64: dts: qcom: msm8953: Add device tree for Xiaomi Mi A1 Eugene Lepshy (1): arm64: dts: qcom: msm8953: Add device tree for Xiaomi Redmi 5 Plus Gabriela David (1): arm64: dts: qcom: sdm632: Add device tree for Motorola G7 Power Julian Braha (1): arm64: dts: qcom: sdm450: Add device tree for Motorola Moto G6 Luca Weiss (2): dt-bindings: arm: qcom: document new msm8953-family devices arm64: dts: qcom: msm8953: Adjust reserved-memory nodes Sireesh Kodali (1): arm64: dts: qcom: msm8953: Add device tree for Motorola G5 Plus .../devicetree/bindings/arm/qcom.yaml | 19 + arch/arm64/boot/dts/qcom/Makefile | 7 + .../boot/dts/qcom/msm8953-motorola-potter.dts | 305 +++++++++++++++ .../boot/dts/qcom/msm8953-xiaomi-daisy.dts | 319 ++++++++++++++++ .../boot/dts/qcom/msm8953-xiaomi-mido.dts | 329 ++++++++++++++++ .../boot/dts/qcom/msm8953-xiaomi-tissot.dts | 319 ++++++++++++++++ .../boot/dts/qcom/msm8953-xiaomi-vince.dts | 358 ++++++++++++++++++ arch/arm64/boot/dts/qcom/msm8953.dtsi | 24 +- .../boot/dts/qcom/sdm450-motorola-ali.dts | 250 ++++++++++++ .../boot/dts/qcom/sdm632-motorola-ocean.dts | 291 ++++++++++++++ 10 files changed, 2209 insertions(+), 12 deletions(-) create mode 100644 arch/arm64/boot/dts/qcom/msm8953-motorola-potter.dts create mode 100644 arch/arm64/boot/dts/qcom/msm8953-xiaomi-daisy.dts create mode 100644 arch/arm64/boot/dts/qcom/msm8953-xiaomi-mido.dts create mode 100644 arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts create mode 100644 arch/arm64/boot/dts/qcom/msm8953-xiaomi-vince.dts create mode 100644 arch/arm64/boot/dts/qcom/sdm450-motorola-ali.dts create mode 100644 arch/arm64/boot/dts/qcom/sdm632-motorola-ocean.dts -- 2.38.1