From patchwork Mon Apr 10 15:38:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 1767190 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=Qcl6VHZZ; 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=VFn2ZzXl; 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 4PwCj54d7bz1yZC for ; Tue, 11 Apr 2023 01:35:21 +1000 (AEST) 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=wIbf3OcWdlMUKktVwOQ6uVIWGuUYNXpy4sz8tF448jM=; b=Qcl6VHZZE8LdaN cePRiERwujoxplshV4se14GWRq763K+fRtwKv/6WRhNjtkzNPBjfUGOGdoySm1rOpjlsyok4SZ1Zz YyWhnzw+vBLeRPjifXjBKILmexerd9Wslp87uNx3qzVy0F69KD4Ua0g3NIWwLTILOsDvFzkHoDgzy symvP87KYTwxTfDzMrOnAXYDvFbTft3eUi5r30gABInUu7GfA2LI8pLNcvzvR60+e5kDJG0d/WFQt lxNTw/W4x67J4GbYLqNjep2QWtrmgbpURkyC5+wF8PDYCsd8n4OX0Px8xKsVPbyRs0i9PyVMs3Omu CYjZ2qVrJpq99m8G8e0g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pltXy-00FSNq-1C; Mon, 10 Apr 2023 15:35:10 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pltXv-00FSMV-1g for linux-arm-kernel@lists.infradead.org; Mon, 10 Apr 2023 15:35:09 +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 1A9F661016; Mon, 10 Apr 2023 15:35:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9E8D7C433D2; Mon, 10 Apr 2023 15:35:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681140906; bh=uUCfv5fpLtT1s3L1BSQA7BrDt9ZDw+p9akYdbAXB/4w=; h=From:List-Id:To:Cc:Subject:Date:From; b=VFn2ZzXlte0nQUQbBrwbXFPts7nhC1iS1NWCaPib/YVsNyQxNFJyNjRqMn/dhhs91 +TZ23poPV5IUxr7jUm/f2Z19wAkGUc81BGRJL0pmxq9/YZKejfKt6Wq28srCxMM2jB gaYGF4dbnEcf3gQU9kq+bL5mkYaNMcAR8gtkdjnZJSbZ9CT1IaCPMbiOCccLejzsmJ +XB/BB8+PzIR8lZDaWi9u/NuNt7TTLBxFXzW3f1r+TF3OTPnFno4sEUqDmlPg2kD4h 44BVpvZqqlXR1pTQL4NpnZK8TXQOk+B4j1MbWd9uwX85k7IaURHJArJ+S4yu+vaHzD jjFCpMC00yHgA== 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 , Dmitry Baryshkov , Abhinav Kumar , Johan Hovold Subject: [GIT PULL] A few more Qualcomm ARM64 DeviceTree fixes for 6.3 Date: Mon, 10 Apr 2023 08:38:50 -0700 Message-Id: <20230410153850.4752-1-andersson@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230410_083507_644592_84415B7A X-CRM114-Status: GOOD ( 11.31 ) X-Spam-Score: -2.7 (--) 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 07b0883e1f09416d07d25a2158f8cd35b732b686: arm64: dts: qcom: sc8280xp-x13s: mark bob regulator as always-on (2023-03-22 07:44:01 -0700) are available in the Git repository at: Content analysis details: (-2.7 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [2604:1380:4641:c500:0:0:0:1 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 07b0883e1f09416d07d25a2158f8cd35b732b686: arm64: dts: qcom: sc8280xp-x13s: mark bob regulator as always-on (2023-03-22 07:44:01 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-arm64-fixes-for-6.3-2 for you to fetch changes up to 75eab749e7aec0b7b515d7c50ed429ef4e1c5f3f: arm64: dts: qcom: sc7280: remove hbr3 support on herobrine boards (2023-04-07 09:26:37 -0700) ---------------------------------------------------------------- A few more Qualcomm ARM64 DeviceTree fixes for 6.3 The GPIO polarity of the WSA881x shutdown GPIO was inconsistent and had to be corrected in the driver, this fixes the polarity in the DeviceTree for QRB5165 RB5, SM8250 MTP, Samsung Galaxy Book 2 and Lenovo Yoga C630. The recent rearrangement of nodes among the IPQ8074 accidentally enabled the PCIe PHYs, rather than the PCIe controllers. This is being corrected, to restore PCIe functionality. PMK8280 PON node has the wrong compatible, which recently caused the driver to stop probing. This is corrected and the required "pbs" region is added. With support for HBR3 introduced, it's noted that SC7280 Herobrine devices are having trouble running at this rate. This drops the claim that it's supported, until further analysis can be done. ---------------------------------------------------------------- Abhinav Kumar (1): arm64: dts: qcom: sc7280: remove hbr3 support on herobrine boards Dmitry Baryshkov (2): arm64: dts: qcom: ipq8074-hk01: enable QMP device, not the PHY node arm64: dts: qcom: ipq8074-hk10: enable QMP device, not the PHY node Johan Hovold (1): arm64: dts: qcom: sc8280xp-pmics: fix pon compatible and registers Krzysztof Kozlowski (4): arm64: dts: qcom: sdm850-lenovo-yoga-c630: Use proper WSA881x shutdown GPIO polarity arm64: dts: qcom: sdm850-samsung-w737: Use proper WSA881x shutdown GPIO polarity arm64: dts: qcom: sm8250-mtp: Use proper WSA881x shutdown GPIO polarity arm64: dts: qcom: qrb5165-rb5: Use proper WSA881x shutdown GPIO polarity arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 4 ++-- arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi | 4 ++-- arch/arm64/boot/dts/qcom/qrb5165-rb5.dts | 4 ++-- arch/arm64/boot/dts/qcom/sc7280-herobrine.dtsi | 2 +- arch/arm64/boot/dts/qcom/sc8280xp-pmics.dtsi | 5 +++-- arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 4 ++-- arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts | 4 ++-- arch/arm64/boot/dts/qcom/sm8250-mtp.dts | 4 ++-- 8 files changed, 16 insertions(+), 15 deletions(-)