From patchwork Fri Sep 30 18:22:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 611562 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 443EDC4321E for ; Fri, 30 Sep 2022 18:22:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232327AbiI3SWW (ORCPT ); Fri, 30 Sep 2022 14:22:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232288AbiI3SWV (ORCPT ); Fri, 30 Sep 2022 14:22:21 -0400 Received: from mail-lf1-x129.google.com (mail-lf1-x129.google.com [IPv6:2a00:1450:4864:20::129]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32695114739 for ; Fri, 30 Sep 2022 11:22:19 -0700 (PDT) Received: by mail-lf1-x129.google.com with SMTP id 10so8111780lfy.5 for ; Fri, 30 Sep 2022 11:22:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=Bu+BUnwXxMmceAZlu0+NYrHn2hT+WRQf9uQVi5XhwGM=; b=nBJGsc9x33ILM7yYnAwYfW71AsApyhLmsYHj3jcLoETT63sW/xSFEKz3kKD+Rddm9t t8AHLP7BgleKA203L/XXRCGDuoWbx+7RNA5Ah3kWY3hJ+R/7rHjwSzPjYkgHHNupqqDt w3s+gh4L+MGjbYQp9e1HI+dd4kqZM/E6FH1c5vBXSXmk+zv4vjQgRboGI42HmzLWNeOS iazpBIBi9wUxnDbCUaTaaasS+jL5uKWirSueZYDWhTt8L92W9oudNDqfXScuucLSFwyl 54Y4NP1CYwOJ3qi9MuF3M3ncWGoLtwlmo6k774xEPGKqh+fogq5+Ri0ebG/Fl7icnZqe SV4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=Bu+BUnwXxMmceAZlu0+NYrHn2hT+WRQf9uQVi5XhwGM=; b=uJJ6OsxUvbpczzaAJ+47nWr2zpSHFI3NJB5ywhF1u75RUYhcG7x2rZi8FxMIHpHLAw d0fAno/qWFSH/IZUGhkUR3UNnsNXDWOd/Tz2AhgCxyVxY3IjTHNyRlGYFXucilDxUXb/ VUDbD3bDlLSQvYNhRr0qb8VCbP/YDkDQ8L0S0tbRL+CNa2wOz1uPxAN/QzVMna2hNkeZ WsrxovQSD32P3u8G2kG35Qv2RurYPveHQOnuyq7gCZGJNP8SN9NjSfJnSyUrQwGsZAOZ ON6v6pGwOvygShVYja0AD6pQV4a29cqFXqG1mkJOym/h7zzbxOWOuP9WnIsGFMoujznu 3RRg== X-Gm-Message-State: ACrzQf3Dkxv/QpO25G0MkTk8hZ4CL6UaSOXvdHfsc/uUh6ZtrhZenVR1 R+Ybm4Kke1cDcU0YioWcGmC5Cw== X-Google-Smtp-Source: AMsMyM5ydW2gz33k4zQ+MAtjdRmefbdl9R8K4WdnugdRRJKKDTCwZqjULjuOp2oYL0eSs0Gm3vMHsQ== X-Received: by 2002:a05:6512:308f:b0:49a:5a59:aa25 with SMTP id z15-20020a056512308f00b0049a5a59aa25mr3545932lfd.44.1664562137466; Fri, 30 Sep 2022 11:22:17 -0700 (PDT) Received: from krzk-bin.. (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id x22-20020ac25dd6000000b00499b726508csm364006lfq.250.2022.09.30.11.22.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Sep 2022 11:22:17 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , Rob Clark , Douglas Anderson , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , stable@vger.kernel.org Subject: [PATCH 2/3] arm64: dts: qcom: sdm845-db845c: correct SPI2 pins drive strength Date: Fri, 30 Sep 2022 20:22:11 +0200 Message-Id: <20220930182212.209804-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220930182212.209804-1-krzysztof.kozlowski@linaro.org> References: <20220930182212.209804-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The pin configuration (done with generic pin controller helpers and as expressed by bindings) requires children nodes with either: 1. "pins" property and the actual configuration, 2. another set of nodes with above point. The qup_spi2_default pin configuration used second method - with a "pinmux" child. Fixes: 8d23a0040475 ("arm64: dts: qcom: db845c: add Low speed expansion i2c and spi nodes") Cc: Signed-off-by: Krzysztof Kozlowski --- Not tested on hardware. --- arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts index 132417e2d11e..a157eab66dee 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -1123,7 +1123,9 @@ &wifi { /* PINCTRL - additions to nodes defined in sdm845.dtsi */ &qup_spi2_default { - drive-strength = <16>; + pinmux { + drive-strength = <16>; + }; }; &qup_uart3_default{