From patchwork Fri Apr 14 02:37:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 1768752 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=xJNLYwAI; 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=EZfFtMGh; 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 4PyL9q0VLJz1yXv for ; Fri, 14 Apr 2023 12:34:07 +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=Lcp2x6fkIt7o3FNtn91EC0zf/qrtRLnYoyKDnbrZUgk=; b=xJNLYwAIcwDpqd zfcHrCaGsH4RsQTeVEXLhIXwOC+hKLHPjrNxQFEyCaTSsldSAPKIo7ceDJlQ9t7nACu7iMFwVa+pG bxeaidKvCPuLwRzbH7wzO2/QUwkvhNJfd6XQ/r5+/NXiQoxb6J1w6Jmp64oTnHCR8rVzLMbOha11m FfC3uSxt53yl0BzFuQpTDIq18rjey8egtOhGDX5lT7W61SpAzMHBgT+jxTBSq7LubiGOUBcmGrSpL xpQQlqcpr6PP9CM5FISTCwSwf3ByMd3TpACyLw0sjJdLgw5VfUtpz6+7Kx5jOEG7PSB1QuBOaDXSl NkWG76qn4almh+u9shDQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pn9G7-0089Pm-11; Fri, 14 Apr 2023 02:33:55 +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 1pn9G5-0089Mh-05 for linux-arm-kernel@lists.infradead.org; Fri, 14 Apr 2023 02:33:54 +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 ADE5B6152F; Fri, 14 Apr 2023 02:33:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 019CAC433EF; Fri, 14 Apr 2023 02:33:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681439625; bh=4FLiGnXVYQzYShRWtGxavfiQglKcqiUD3e9N3TGht7Y=; h=From:List-Id:To:Cc:Subject:Date:From; b=EZfFtMGhIERXe6mLqgqK1gl6t+jPnsfKVUea55UlDfeBMFBUm9mTl4/6U7ln06CFC JjrWlHW2LGbK7oaHEDUgaW3LYJs4Wi9IazOlmV0DzFHqEeDEPob/m6DWaMDr3TnQ5k X0xur7R9AxEfrAd5QJ0EOOC3bZNvCV7RH5Bt7mLLJoCNn6W3bYaqdUe14okHHkXwi9 GXynq4w3O6+sfdOcLxWTUnC10uzzxmLf39ALZlVoZD+Bx5smjCkKdJ0z46wdZhdfJP 46Lxx6iKDm+tyE7K7yKK7FYXn21GCDeFR1gzrMkMzpnpKSmpbf1QiKciDbWQck6iyz 0wRIPX6eOS2hA== 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 , Alex Elder , Manivannan Sadhasivam , Bhupesh Sharma , Kathiravan T , Konrad Dybcio , Lux Aliaga Subject: [GIT PULL] A few more Qualcomm ARM32 DeviceTree updates for v6.4 Date: Thu, 13 Apr 2023 19:37:23 -0700 Message-Id: <20230414023723.2411793-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-20230413_193353_102774_E4BFE354 X-CRM114-Status: UNSURE ( 8.29 ) X-CRM114-Notice: Please train this message. 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 26c56dbddc304cf7304346df4b25b3be0c086e36: dt-bindings: arm: qcom: Add Yiming LTE dongle uz801-v3.0 (yiming-uz801v3) (2023-04-04 12:23:04 -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 26c56dbddc304cf7304346df4b25b3be0c086e36: dt-bindings: arm: qcom: Add Yiming LTE dongle uz801-v3.0 (yiming-uz801v3) (2023-04-04 12:23:04 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git qcom-dts-for-6.4-2 for you to fetch changes up to 4e859ef0bae3c0839ad362408d2f7321332e4850: dt-bindings: arm: qcom: Document the Qualcomm qrb4210-rb2 board (2023-04-11 05:43:57 -0700) ---------------------------------------------------------------- A few more Qualcomm ARM32 DeviceTree updates for v6.4 This adds IPA definition to the sdx65 platform, and brings a few stylistic changes to sdx55 and sdx65. Compatibles for the two new Qualcomm Robotics Platform boards, RB1 and RB2, are defined, as is Xiaomi Mi A3 and the MI01.6 development baord on IPQ5332. These are all ARM64 boards, despite being introduced through the ARM32 pull request... ---------------------------------------------------------------- Alex Elder (2): ARM: dts: qcom: sdx65: add IPA information ARM: dts: qcom: sdx65: move status properties to end of nodes Bhupesh Sharma (1): dt-bindings: arm: qcom: Document the Qualcomm qrb4210-rb2 board Kathiravan T (1): dt-bindings: arm: qcom: document MI01.6 board based on IPQ5332 family Konrad Dybcio (1): dt-bindings: arm: qcom: Add QRB2210/QCM2290 and RB1 board Lux Aliaga (1): dt-bindings: arm: qcom: Document xiaomi,laurel-sprout board Manivannan Sadhasivam (2): ARM: dts: qcom: sdx55: Move reset and wake gpios to board dts ARM: dts: qcom: sdx55-fn980: Move "status" property to the end of node Documentation/devicetree/bindings/arm/qcom.yaml | 20 ++++++++++ arch/arm/boot/dts/qcom-sdx55-telit-fn980-tlb.dts | 19 ++++++---- arch/arm/boot/dts/qcom-sdx55.dtsi | 2 - arch/arm/boot/dts/qcom-sdx65-mtp.dts | 11 ++++-- arch/arm/boot/dts/qcom-sdx65.dtsi | 47 ++++++++++++++++++++++-- 5 files changed, 84 insertions(+), 15 deletions(-)