From patchwork Wed Feb 15 05:15:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 1742714 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=rORDqZvT; 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=RzvCaU5W; 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 4PGmSq4lCLz23y8 for ; Wed, 15 Feb 2023 16:13:47 +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=TRzho/x8X9YxwGVthKnylb+TPo8J9pKqhwCUFn91a4Y=; b=rORDqZvTb3AT4K HNsg/DeobyoN4JYTUPiD276FKKcLHjJv78hXZiniFzUvADF99724NMgBlR1ofrcmcUDbYUX8MRhGs rWo0Cd3ctmdGnK3ohl15cq9lZgBZ4oD+Mqpy1vDaHoFT9J7PN2W2oydH5UZXvUC+dR/FDYMi0Ib5i H7n77PbqnMQ+jvDqvSZZORAaACOw4b4P+meR2APYkiSLuF0XiM9QNFWO7wq/lb5E/kyllE4OsEVpp LiXXXCz3atLUr1PmV2w0KtrwxOxWLTKyDcVwbopgSLb46Ed1YYIEMmLD9IIUzGSV2cpRGsL5wJkU0 9dhQLvGnwz0rJBxqjuCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSA6n-004koZ-8G; Wed, 15 Feb 2023 05:13:33 +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 1pSA6k-004kiu-7B for linux-arm-kernel@lists.infradead.org; Wed, 15 Feb 2023 05:13:31 +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 5071D614AE; Wed, 15 Feb 2023 05:13:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6CAAC4339B; Wed, 15 Feb 2023 05:13:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676438006; bh=m2mnVqPCE7YePC1131x6oIBVu20oy3BOPMgBgwn8yJk=; h=From:List-Id:To:Cc:Subject:Date:From; b=RzvCaU5WiWiezGT7ozvKYCZPA9MG9FHBGL4eSIVfa4GXufXZ9tYc1WULQcf2G1IRZ sorLXO22Cl1KWpefI+5ZQzQCUH5gca7qTSvbI/1s2KST30xVpBJGazO1fWl4wJxenf dM3hT9wKmZQJgdQKtenpz+yzgaYjPVMLXE6Sy3wfDUZDkPhqU4gVtJbknaP6WpUirY F+ekx7aIzWcHpXY3ReVUenFz7dxDLmY0NU2qNZLORmFAITh0tx2sJ2hwyulsdpm4PI gL30BIiSlZd0TEPzJhiK/k9nDNgTL4YZwzZ1n6fausbulj1kdfkUOS4poHh/0qjN8N xWaSzGLACP0Vg== 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 , Dmitry Baryshkov , Krzysztof Kozlowski , Luca Weiss , Bjorn Andersson , Konrad Dybcio , Manivannan Sadhasivam , Neil Armstrong , Owen Yang Subject: [GIT PULL] Last set of Qualcomm ARM64 DTS updates for v6.3 Date: Tue, 14 Feb 2023 21:15:30 -0800 Message-Id: <20230215051530.1165953-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-20230214_211330_356571_BADE84D9 X-CRM114-Status: GOOD ( 11.35 ) 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 f069ede81ef438d99e76112d8738c4dc3d1766f9: arm64: dts: qcom: sc7280: Power herobrine's 3.3 eDP/TS rail more properly (2023-02-08 20:09:36 -0800) 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 f069ede81ef438d99e76112d8738c4dc3d1766f9: arm64: dts: qcom: sc7280: Power herobrine's 3.3 eDP/TS rail more properly (2023-02-08 20:09:36 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-6.3-3 for you to fetch changes up to 407ef897bd0275e38ae33d410857e71c092679bd: arm64: dts: qcom: msm8996: align RPM G-Link clock-controller node with bindings (2023-02-13 14:20:54 -0800) ---------------------------------------------------------------- Last set of Qualcomm ARM64 DTS updates for v6.3 This introduces additional DisplayPort controllers and pmic_glink on SC8280XP (8cx Gen3), which provides support for USB Type-C-based displays on the the Lenovo ThinkPad X13s and the compute reference device. The pmic_glink also provides battery and power supply status. Interrupt-parents are corrected across the SC8280XP PMICs, to allow non-Linux OSs to properly handle interrupts in the various blocks therein. It cleans up the SM8350 base dtsi and introduces GPU support on this platform, as well as enable this for the Hardware Development Kit (HDK). It enables i2c busses on the Fairphone FP4 Lastly it aligns glink node names with bindings across a few platforms, and corrects the compatible for the PON block in the pmk8350 PMIC. ---------------------------------------------------------------- Bjorn Andersson (3): arm64: dts: qcom: sc8280xp: Add USB-C-related DP blocks arm64: dts: qcom: sc8280xp-crd: Introduce pmic_glink arm64: dts: qcom: sc8280xp-x13s: Enable external display Dmitry Baryshkov (5): arm64: dts: qcom: sm8350: reorder device nodes arm64: dts: qcom: sm8350: move more nodes to correct place arm64: dts: qcom: sm8350: finish reordering nodes arm64: dts: qcom: sm8350: add GPU, GMU, GPU CC and SMMU nodes arm64: dts: qcom: sm8350-hdk: enable GPU Konrad Dybcio (1): arm64: dts: qcom: pmk8350: Use the correct PON compatible Krzysztof Kozlowski (3): arm64: dts: qcom: ipq6018: align RPM G-Link node with bindings arm64: dts: qcom: qcs404: align RPM G-Link node with bindings arm64: dts: qcom: msm8996: align RPM G-Link clock-controller node with bindings Luca Weiss (2): arm64: dts: qcom: sm7225-fairphone-fp4: move status property down arm64: dts: qcom: sm7225-fairphone-fp4: enable remaining i2c busses Manivannan Sadhasivam (1): arm64: dts: qcom: sc8280xp-pmics: Specify interrupt parent explicitly Neil Armstrong (1): arm64: dts: qcom: sm8550: remove invalid interconnect property from cryptobam Owen Yang (1): arm64: dts: qcom: sc7280: Adjust zombie PWM frequency arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +- arch/arm64/boot/dts/qcom/pmk8350.dtsi | 2 +- arch/arm64/boot/dts/qcom/qcs404.dtsi | 2 +- .../boot/dts/qcom/sc7280-herobrine-zombie.dtsi | 4 +- arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 196 +- .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 180 +- arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi | 12 +- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 189 +- arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 67 +- arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 8 + arch/arm64/boot/dts/qcom/sm8350.dtsi | 2512 +++++++++++--------- arch/arm64/boot/dts/qcom/sm8550.dtsi | 2 - 13 files changed, 1972 insertions(+), 1206 deletions(-)