From patchwork Tue Jan 10 21:37:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 1724350 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=w2UwVYzj; 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=oTqnP0V4; 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 4Ns40v3r9qz23g8 for ; Wed, 11 Jan 2023 08:37:51 +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=GFoPfay6RmBs7wWgZ9O+nEjiCGhCp2rT+11c4AtQL/8=; b=w2UwVYzjZOm5NJ blPCk0R+KSZHXY9LI7O2wXmCtxC6E7G2kNwh1hbyKEfDEqP5egVncwWDYGP2TEL/362lve9G59fwZ u6vT6puKbaThZOGsl/rIHgFW51re+UeMSDM1WYB6sENV7fr180XN13pqVfztjyrgv2G/v52s1BUdg xXUvIewNBbMQzAoLen73+OuTIbX2DK5W0/fhQ51yZ1zSHVCzIL0+rnHNXN8vTC0S/Les919CTXFIB xfQztOsaPVido7seHQc7UuCi4LLrEXn1wjwUDlHXhzWuIsh0qUshWz127EFT56hs2f29AjztOg5W7 ixTzUvVfJnE0Q/EEeZtQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFMJI-008dDU-Kb; Tue, 10 Jan 2023 21:37:32 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pFMJF-008dCk-HC for linux-arm-kernel@lists.infradead.org; Tue, 10 Jan 2023 21:37: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 ams.source.kernel.org (Postfix) with ESMTPS id EF259B819AB; Tue, 10 Jan 2023 21:37:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B185BC433D2; Tue, 10 Jan 2023 21:37:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673386646; bh=JMam+n+3Trnfc8kB9JkfG21ybszeDwsJHOWttlDemhM=; h=From:List-Id:To:Cc:Subject:Date:From; b=oTqnP0V4QF8fJgXFIRIDCz83hycaTgBrcCWh9lk4V0AGiALwVNhsPWlIVQUmmzxDM 8PRJdj2ELqR5BpdCYkZe4e9h1Tp82+0adjeERykNz6S8i/GtWwUrmbsCBdLj4psqsn 7E0zqQ9kgSrycNnifaFrt2FOVIz+6Son4s/MaiMptk2NZkyj57eVSzAtUEcD4bMZbe mwbHvShkxNCtJ3LKQqHbnVo5YTVfeVx12XG+9Czs19bun0KTHS48Ge2DvnoWpzRCAp 5xLem0amUyZJDkG6Joo60QEUqKMZ2m57Rg5n7Wu0VnTMrmZMZWJxzpnnyoK72eZJYj 9+0EiV8pkChkA== 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 , Dominik Kobinski , Johan Hovold , Konrad Dybcio , Krzysztof Kozlowski , Ulf Hansson Subject: [GIT PULL] Qualcomm ARM64 DTS fixes for 6.2 Date: Tue, 10 Jan 2023 15:37:24 -0600 Message-Id: <20230110213724.2183668-1-andersson@kernel.org> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230110_133729_883726_36ECF94B X-CRM114-Status: GOOD ( 13.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 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -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 [2604:1380:4601:e00: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 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-fixes-for-6.2 for you to fetch changes up to 69876bc6fd4de3ad2dc7826fe269e91fa2c1807f: arm64: dts: qcom: msm8992-libra: Fix the memory map (2023-01-10 09:49:03 -0600) ---------------------------------------------------------------- Qualcomm ARM64 DTS fixes for 6.2 The cluster idle issue was resolved on SM8250, so the change disabling the cluster state is being reverted. Issues where identified with the QMP PHY binding, that would prevent enablement of Displayport and it was decided not to support the old binding for the recently introduced SC8280XP, which broke USB. This adjusts the USB PHY nodes to the new binding. The reset signal for the first QMP PHY is corrected as well. The reserved memory map is updated on Xiaomi Mi 4C and Huawei Nexus 6P, to avoid instabilities caused by use of protected memory regions. The compatible for the MSM8992 TCSR mutex is corrected as well. Lastly SDHCI interconnects on SM8350 are corrected to match the providers #interconnect-cells. ---------------------------------------------------------------- Dominik Kobinski (2): arm64: dts: msm8992-bullhead: add memory hole region arm64: dts: msm8994-angler: fix the memory map Johan Hovold (2): arm64: dts: qcom: sc8280xp: fix primary USB-DP PHY reset arm64: dts: qcom: sc8280xp: fix USB-DP PHY nodes Konrad Dybcio (2): arm64: dts: qcom: msm8992: Don't use sfpb mutex arm64: dts: qcom: msm8992-libra: Fix the memory map Krzysztof Kozlowski (1): arm64: dts: qcom: sm8350: correct SDHCI interconnect arguments Ulf Hansson (1): Revert "arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state" arch/arm64/boot/dts/qcom/msm8992-lg-bullhead.dtsi | 6 ++ arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts | 77 ++++++++++++++++----- arch/arm64/boot/dts/qcom/msm8992.dtsi | 4 -- .../dts/qcom/msm8994-huawei-angler-rev-101.dts | 19 +++++- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 79 +++++++--------------- arch/arm64/boot/dts/qcom/sm8250.dtsi | 1 - arch/arm64/boot/dts/qcom/sm8350.dtsi | 4 +- 7 files changed, 108 insertions(+), 82 deletions(-)