From patchwork Fri Dec 16 23:34:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marijn Suijten X-Patchwork-Id: 634997 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF948C4332F for ; Fri, 16 Dec 2022 23:34:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229562AbiLPXee (ORCPT ); Fri, 16 Dec 2022 18:34:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229954AbiLPXeY (ORCPT ); Fri, 16 Dec 2022 18:34:24 -0500 Received: from relay08.th.seeweb.it (relay08.th.seeweb.it [IPv6:2001:4b7a:2000:18::169]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A1501ADA8 for ; Fri, 16 Dec 2022 15:34:22 -0800 (PST) Received: from localhost.localdomain (94-209-172-39.cable.dynamic.v4.ziggo.nl [94.209.172.39]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id E08393F32D; Sat, 17 Dec 2022 00:34:20 +0100 (CET) From: Marijn Suijten To: phone-devel@vger.kernel.org, Andy Gross , Bjorn Andersson , Rob Herring Cc: ~postmarketos/upstreaming@lists.sr.ht, AngeloGioacchino Del Regno , Konrad Dybcio , Martin Botka , Jami Kettunen , Marijn Suijten , Lux Aliaga , Konrad Dybcio , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/3] arm64: dts: qcom: sm6125: QUPs, SPI and Seine I2C buses Date: Sat, 17 Dec 2022 00:34:05 +0100 Message-Id: <20221216233408.1283581-1-marijn.suijten@somainline.org> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Introduce Qualcomm Universal Peripheral support on SM6125 and define all known SPI and I2C Serial Engines. On Sony Seine PDX201 all I2C buses with known-connected hardware are enabled for future hardware mapping, together with the respective GPI DMA 0 and QUP 0. Changes since v1: - Un-downstream pinctrl mapping: - Remove nested mux {} / config {}; - Remove useless comments; - Remove unreferenced pinctrl states; - Use qup14 pinctrl function name instead of unknown qup_14; - Reword commit message; - Add iommus to QUP nodes now that this series depends on apps_smmu to be available; - Reorder all properties to match other SoCs; - Reorder/intersperse QUP nodes with GPI DMA nodes to maintain sorting by address; - Reorder SPI nodes to fit in with I2C nodes, restoring sorting by address too; - Use QCOM_GPI_* constants; - Adhere to 3 instead of 5 dma cells for gpi_dma. v1: https://lore.kernel.org/all/20221001185628.494884-1-martin.botka@somainline.org/T/#u Depends on: - SM6125 APPS SMMU: https://lore.kernel.org/linux-arm-msm/20221216215819.1164973-1-marijn.suijten@somainline.org/T/#u - SM6125 GPI DMA: https://lore.kernel.org/linux-arm-msm/20221216231528.1268447-1-marijn.suijten@somainline.org/T/#u Marijn Suijten (2): arm64: dts: qcom: sm6125: Add QUPs with SPI and I2C Serial Engines arm64: dts: qcom: sm6125-seine: Enable GPI DMA 0, QUP 0 and I2C SEs Martin Botka (1): arm64: dts: qcom: sm6125: Add pin configs for QUP SPI/I2C Serial Engines .../qcom/sm6125-sony-xperia-seine-pdx201.dts | 29 + arch/arm64/boot/dts/qcom/sm6125.dtsi | 522 ++++++++++++++++++ 2 files changed, 551 insertions(+) --- 2.39.0