From patchwork Fri Feb 10 18:58:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 1740629 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:3::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=QoxzYjAb; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=oeWMkkPy; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PD2yy5rdvz23kw for ; Sat, 11 Feb 2023 05:56:58 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=iFLerWvIzyS1vNB4O0mmD0Mp0TSihvLAVz5JiuOPtdY=; b=QoxzYjAbe8QEQh MPD8VmbYVFvnSb7FcY522XbmoagOqnqnfrV0TjJ8EVJrEsZnbD4kxeh5RJYIwhhuskHX1avEuU5pJ VE7cCLUE3P8pSDfapzLXBNazcq98WQi4MNlRgj6iLJAsMZWYGlT+joB28O6Wpwzd1Z329dl8Q5oID M08pnpR6fSazmJjP7R+lntVnVNnsrcJlV+buBRX3daPRboyyySpNe/7IUTZLCxadGEBtwmAxtqjSi Hok6jgj+g8IS8UurTY+g8q/y6hjDC2cxo1CS0cbD+VFIX/M6mgQpaXei4QeWby8xbty/Me3uUU1Pr AkvGMaB5dF2hHEJ7+Jxw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQYZj-0070wo-2t; Fri, 10 Feb 2023 18:56:47 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQYZa-0070uh-L4 for linux-arm-kernel@lists.infradead.org; Fri, 10 Feb 2023 18:56:40 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6A84C61E61; Fri, 10 Feb 2023 18:56:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A07E6C433EF; Fri, 10 Feb 2023 18:56:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676055396; bh=q2d8Q//HpOEU7o/hmfLnG8Xs8ky9lUsem92zvnVCSD8=; h=From:List-Id:To:Cc:Subject:Date:From; b=oeWMkkPyvzxRJtuP21LI933fAI5zy8g6KnOlwJtHKetyZtd6jBYdX0BhDeLecMLbJ htOKFJYeQPmy2vsYWnNn+qTtXOtpuEfO4U56JwSl75S4ykrbmyT8VIFgqyW5OUP1pq PyiK4VfrH8Te3GdvRblTFucJbUrG5xpL9kam669IOH3B9Zl/V6PQWE+nCEv7wuk0j+ IH4fB5x8APyV6TJ4X1FfzRzCsn1GqcRMrKnuRqzY05Q1DDZfJkfWgh8SLq++2QaOoE BXwHjivhZ2i9+5gI2ud7SzjDo656lF6uAVqqCkkBXzvFOBzIh70oMuThtXyp1aBZ+L nQtgJ9hzMmmcQ== From: Bjorn Andersson To: arm@kernel.org, soc@kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andy Gross , Arnd Bergmann , Olof Johansson , Kevin Hilman , Krzysztof Kozlowski , Luca Weiss , Dmitry Baryshkov , Manivannan Sadhasivam , Yang Xiwen , Bartosz Golaszewski , Christian Marangi , Jianhua Lu , Rajendra Nayak Subject: [GIT PULL] More Qualcomm ARM32 DTS updates for 6.3 Date: Fri, 10 Feb 2023 10:58:46 -0800 Message-Id: <20230210185846.2032601-1-andersson@kernel.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230210_105638_810969_E05F9D9C X-CRM114-Status: GOOD ( 11.11 ) X-Spam-Score: -5.4 (-----) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The following changes since commit 34d50b12d67795454139a1cfc7ca3add8efa3612: ARM: dts: qcom: msm8226: add RPMCC node (2023-01-18 20:20:18 -0600) are available in the Git repository at: Content analysis details: (-5.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at https://www.dnswl.org/, high trust [139.178.84.217 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain -0.2 DKIMWL_WL_HIGH DKIMwl.org - High trust sender X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org The following changes since commit 34d50b12d67795454139a1cfc7ca3add8efa3612: ARM: dts: qcom: msm8226: add RPMCC node (2023-01-18 20:20:18 -0600) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-dts-for-6.3-2 for you to fetch changes up to 68e8dd352adc2c279f9608eaecbe2ced2f398b48: ARM: dts: qcom: align OPP table names with DT schema (2023-02-08 20:03:17 -0800) ---------------------------------------------------------------- More Qualcomm ARM32 DTS updates for 6.3 This adds backlight, notification LED, vibrator, volume keys and hall sensor to the OnePlus One, and provides a range of Devicetree validation fixes across various platforms. ---------------------------------------------------------------- Bartosz Golaszewski (1): dt-bindings: arm: qcom: add the sa8775p-ride board Christian Marangi (1): ARM: dts: qcom: ipq8064: move reg-less nodes outside soc node Dmitry Baryshkov (3): ARM: dts: qcom: apq8064: add #clock-cells to the HDMI PHY node ARM: dts: qcom: apq8064: use hdmi_phy for the MMCC's hdmipll clock ARM: dts: qcom: apq8064: add second DSI host and PHY Jianhua Lu (1): dt-bindings: arm: qcom: Add Xiaomi Mi Pad 5 Pro (xiaomi-elish) Krzysztof Kozlowski (6): ARM: dts: qcom: use "okay" for status ARM: dts: qcom-sdx55: align RPMh regulator nodes with bindings ARM: dts: qcom-sdx65: align RPMh regulator nodes with bindings ARM: dts: qcom: apq8060-dragonboard: align MPP pin node names with DT schema ARM: dts: qcom: sdx55: correct TLMM gpio-ranges ARM: dts: qcom: align OPP table names with DT schema Luca Weiss (5): ARM: dts: qcom: pm8941: Add vibrator node ARM: dts: qcom: msm8974-oneplus-bacon: Add vibrator ARM: dts: qcom: msm8974-oneplus-bacon: Add volume keys and hall sensor ARM: dts: qcom: msm8974-oneplus-bacon: Add backlight ARM: dts: qcom: msm8974-oneplus-bacon: Add notification LED Manivannan Sadhasivam (2): ARM: dts: qcom: sdx55: Add Qcom SMMU-500 as the fallback for IOMMU node ARM: dts: qcom: sdx65: Add Qcom SMMU-500 as the fallback for IOMMU node Rajendra Nayak (1): dt-bindings: arm: qcom: Document the sc7280 CRD Pro boards Yang Xiwen (2): dt-bindings: vendor-prefixes: add thwc dt-bindings: qcom: Document msm8916-thwc-uf896 and ufi001c Documentation/devicetree/bindings/arm/qcom.yaml | 16 ++++ .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm/boot/dts/qcom-apq8060-dragonboard.dts | 16 ++-- arch/arm/boot/dts/qcom-apq8064.dtsi | 81 +++++++++++++++++- arch/arm/boot/dts/qcom-ipq4019.dtsi | 2 +- arch/arm/boot/dts/qcom-ipq8064.dtsi | 28 +++---- arch/arm/boot/dts/qcom-msm8226-samsung-s3ve3g.dts | 2 +- .../arm/boot/dts/qcom-msm8974pro-oneplus-bacon.dts | 96 ++++++++++++++++++++++ arch/arm/boot/dts/qcom-pm8941.dtsi | 6 ++ arch/arm/boot/dts/qcom-sdx55-mtp.dts | 2 +- arch/arm/boot/dts/qcom-sdx55-t55.dts | 8 +- arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts | 8 +- arch/arm/boot/dts/qcom-sdx55.dtsi | 4 +- arch/arm/boot/dts/qcom-sdx65-mtp.dts | 2 +- arch/arm/boot/dts/qcom-sdx65.dtsi | 2 +- 15 files changed, 234 insertions(+), 41 deletions(-)