From patchwork Mon Oct 10 11:44:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 614318 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 63F69C433F5 for ; Mon, 10 Oct 2022 11:46:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232256AbiJJLqf (ORCPT ); Mon, 10 Oct 2022 07:46:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45044 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232203AbiJJLq2 (ORCPT ); Mon, 10 Oct 2022 07:46:28 -0400 Received: from mail-qk1-x729.google.com (mail-qk1-x729.google.com [IPv6:2607:f8b0:4864:20::729]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A56558097 for ; Mon, 10 Oct 2022 04:46:24 -0700 (PDT) Received: by mail-qk1-x729.google.com with SMTP id a5so1436837qkl.6 for ; Mon, 10 Oct 2022 04:46:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=GMZcJTRYOrd3F7iZT1AszVcqnx3Byk1q+Y3x6xxN8ow=; b=hnM3nEZ+442OjsNTDkM5sZUoNnVjyHeShP7nciF2wL3jGiGpZX38YYarUJNPILdujN mTGnTdoWBd7OBsIUrkEKmprj9G2IYzluM6509b+gzhkJmPVSvsIATXbVF/Scd1jA+PET eerMv/T/OjIEZVcP6PohwTZLBEOmBVtwKilG/++MZClSEF8DDL4Jmu2U8u3LFidguJlg hE4OAbY/8CDsg/GphW6woi69cZuDhN2QUA4/FoeB5KaGMqoELO9nvN0rEydd7WH4BnMc 0ymWRLS1wdzjqDoIKzU8fH8Us7GHDu1PZVwi6Dzzh3w8XEArEnwBAQTlWgH7zwi5+EtR +Zjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=GMZcJTRYOrd3F7iZT1AszVcqnx3Byk1q+Y3x6xxN8ow=; b=XJ6x8okrMth2n3SOnHmUq5LqhsOOpiIt/SNRIagbIKYMPOMvmT+RGNS0AWfpcbqeik qtrmUJgd127PefTdzDYAIg0IKhM1Dd1ry9UnqCZDjFaJExCyPb/51JqYTB/oZmhdAlNc Eme0RzKrhsukC67X9yapWhY844hSMc10u0ldA957rJiQCBhmoKnf23bylCkoVAGddFhA TjIrsg3KCOkE8w9LkiHg+oZNlQvfTyfOYLrIjo73qSorHEaZiDNXn90LbcIDLPrmmDpm adL2cV+4l+i9wo/Vja3GurZ0IhOoODa2DhOhlinh1bhXEjaTNndBi2LAbCX1xWBKKL05 KD+w== X-Gm-Message-State: ACrzQf16KCtWMutkpvIyXImKyP+cARUVB9ABN2GDM8XiaSMfi/ctgLvP HSbAfUa3sF99H6ufAmeDNh5O3A== X-Google-Smtp-Source: AMsMyM6smuzPSfSeAGr95sYjw2m5FSUruavsvL8hBh5rr9xabNGg5j3Ie0GoffN4wAiNqMpkD7uKfw== X-Received: by 2002:a37:9303:0:b0:6ec:5678:8119 with SMTP id v3-20020a379303000000b006ec56788119mr4088916qkd.765.1665402383233; Mon, 10 Oct 2022 04:46:23 -0700 (PDT) Received: from krzk-bin.home (cpe-72-225-192-120.nyc.res.rr.com. [72.225.192.120]) by smtp.gmail.com with ESMTPSA id s12-20020a05622a178c00b003972790deb9sm6698707qtk.84.2022.10.10.04.46.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Oct 2022 04:46:22 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , Rob Clark , Douglas Anderson , Lee Jones , Arnd Bergmann , Sudeep Holla , Vinod Koul , Xilin Wu , Molly Sophia , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH v2 1/6] arm64: dts: qcom: sdm630: fix UART1 pin bias Date: Mon, 10 Oct 2022 07:44:12 -0400 Message-Id: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org There is no "bias-no-pull" property. Assume intentions were disabling bias. Fixes: b190fb010664 ("arm64: dts: qcom: sdm630: Add sdm630 dts file") Signed-off-by: Krzysztof Kozlowski Reviewed-by: Douglas Anderson --- Changes since v1: 1. Drop cc-stable. 2. Add tags. Not tested on hardware. --- arch/arm64/boot/dts/qcom/sdm630.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi index b51b85f583e5..e119060ac56c 100644 --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi @@ -779,7 +779,7 @@ rx-cts-rts { pins = "gpio17", "gpio18", "gpio19"; function = "gpio"; drive-strength = <2>; - bias-no-pull; + bias-disable; }; }; From patchwork Mon Oct 10 11:44:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 613831 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 72660C4332F for ; Mon, 10 Oct 2022 11:46:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232307AbiJJLqm (ORCPT ); Mon, 10 Oct 2022 07:46:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231356AbiJJLqa (ORCPT ); Mon, 10 Oct 2022 07:46:30 -0400 Received: from mail-qt1-x829.google.com (mail-qt1-x829.google.com [IPv6:2607:f8b0:4864:20::829]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2789A580B2 for ; Mon, 10 Oct 2022 04:46:25 -0700 (PDT) Received: by mail-qt1-x829.google.com with SMTP id s21so6292174qtx.6 for ; Mon, 10 Oct 2022 04:46:25 -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 :message-id:reply-to; bh=87LarcGZUBDgr/oOLmODSXoRJIoY9TQRZN+1jE9/e80=; b=CUbfd3EmiObZ7AW/AzD4QlPimlqSNg5htPQDL8HerNQ/f2WXOAsdZhltEmy6U+/NMZ 2TkSw07tOa+UAeXZIeaE4TxkXo8sRpLTF+QquCxZAdpunLoqGRyiYk37WTuU8Y06u8wB yPrlWpFaQmSxb0LN+kI9nNn568JdQLLZOKgVxtvj0ccfBBdvdfPs0KwgauW3hFb11LAk J7w8SFIy9sJ6LMOmIIMAJGdd/1TlhHQ+zLk4Vyqf1TytIe1QdUYmELZhEDIqBetrNKAU WLaJ4EJnuuk1XxiblZeVoxLV3Bp5bAM/ZPTjUSgOoxWVCGv18h3jt8K3Zta8KySTCTzO P5IA== 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:message-id:reply-to; bh=87LarcGZUBDgr/oOLmODSXoRJIoY9TQRZN+1jE9/e80=; b=Kk8Fz+TlpH+KY2SQfabnkUB8Rwq/CnE7WQRpC+aU9emaHiffWYLPPp8q3m0rDA9whr LHYundJUV125JNi9ToRW9lOKwQ8SI4vsih2YNtxI9QF9oTffoIlyOeutkL+s4AQmGEBw 3KncAI7HkrGaXLRek4qhqXM+KY520mxvcs6BGezkmuhh9OsvyQla2xWUje1gEgool2v8 dQMU7CQNRb+2HDxSBT05HZad3JIE1AyfYQSgzT6alH7Th9DLNe8Sm1XpZN8nz1/1P2N+ eGU7NZUvsvUJNm779L4NVCbtg87hGEd/sCrEGtiH5RiYGMLeGLIIlZ5KAoDbe+/kp3/Y AxLw== X-Gm-Message-State: ACrzQf3UT7UrRF7R8gX/jytGBGpIbSe0Udr/NHN8l4ih/uYAcoRBmOKF +odtcwyDFnynMEl//jXa0Gn7WMrtvfw+sQ== X-Google-Smtp-Source: AMsMyM6trnS53gwTrdqygRdoUjSYxGTV9WcA33cxuAALJD3Pc1LKGNP7e82qp23PpDB3Z9T/7jcEwQ== X-Received: by 2002:ac8:5f4d:0:b0:392:f942:911b with SMTP id y13-20020ac85f4d000000b00392f942911bmr14376591qta.26.1665402384895; Mon, 10 Oct 2022 04:46:24 -0700 (PDT) Received: from krzk-bin.home (cpe-72-225-192-120.nyc.res.rr.com. [72.225.192.120]) by smtp.gmail.com with ESMTPSA id s12-20020a05622a178c00b003972790deb9sm6698707qtk.84.2022.10.10.04.46.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Oct 2022 04:46:24 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , Rob Clark , Douglas Anderson , Lee Jones , Arnd Bergmann , Sudeep Holla , Vinod Koul , Xilin Wu , Molly Sophia , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , stable@vger.kernel.org Subject: [PATCH v2 2/6] arm64: dts: qcom: sdm845-db845c: correct SPI2 pins drive strength Date: Mon, 10 Oct 2022 07:44:13 -0400 Message-Id: <20221010114417.29859-2-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> References: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@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 uses alreaady the second method with a "pinmux" child, so configure drive-strength similarly in "pinconf". Otherwise the PIN drive strength would not be applied. Fixes: 8d23a0040475 ("arm64: dts: qcom: db845c: add Low speed expansion i2c and spi nodes") Cc: Signed-off-by: Krzysztof Kozlowski Reviewed-by: Neil Armstrong Reviewed-by: Douglas Anderson --- Not tested on hardware. Changes since v1: 1. Put it under pinconf instead of pinmux, as suggested by Doug. --- arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 5 ++++- 1 file changed, 4 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..a3e15dedd60c 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -1123,7 +1123,10 @@ &wifi { /* PINCTRL - additions to nodes defined in sdm845.dtsi */ &qup_spi2_default { - drive-strength = <16>; + pinconf { + pins = "gpio27", "gpio28", "gpio29", "gpio30"; + drive-strength = <16>; + }; }; &qup_uart3_default{ From patchwork Mon Oct 10 11:44:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 614317 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 0ADDAC433FE for ; Mon, 10 Oct 2022 11:46:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232338AbiJJLqt (ORCPT ); Mon, 10 Oct 2022 07:46:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232266AbiJJLqb (ORCPT ); Mon, 10 Oct 2022 07:46:31 -0400 Received: from mail-qk1-x729.google.com (mail-qk1-x729.google.com [IPv6:2607:f8b0:4864:20::729]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E113F58B5D for ; Mon, 10 Oct 2022 04:46:27 -0700 (PDT) Received: by mail-qk1-x729.google.com with SMTP id b25so613196qkk.7 for ; Mon, 10 Oct 2022 04:46:27 -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 :message-id:reply-to; bh=nOV1YvXUlTvYzgHn1cgThpCbIIf+By99HPhPsiBhzhQ=; b=qyTZ8FtGPPfGVmi4m0eLsb8rLeihrB74SvWHbfqfyU6nDam5VHpCu5kwO4j3OC+NJp hlg/bmcVzloQepXij6oZ/k8Sr1z8L0xCy69ledNUqJ1VDCcuEXgNw6FXwj63fc4Rg5KI 4owQb9WOybxtX57NhvVVd5gQMcp0ZqagD6qCYkPy0enpNnn4knMouv3wlIIAWaPUYt+K wpkI/at//oXSGe1G+iXRw+/Fde3YHVAdGBGtGI1q0CarSLOpjoOzSb08s6Z4BejeDobj p7V9koRwgT4pQuJTOYHQ+IkjodcX6RxM54cMzp9yw8RlMwligA+D+sxLmXo1xdfWFtV/ VZ4g== 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:message-id:reply-to; bh=nOV1YvXUlTvYzgHn1cgThpCbIIf+By99HPhPsiBhzhQ=; b=4FF4dZ1a+SYRaNYhXMJc2PA6VtvO6nBQ+ggKoal0KAPpGvqdpfAMXnF7xpMjNXGefv NGKDK4akqnrM/hwE0wz+iaLIi76TMHZ8eMPIjsKtt1bMWgeLMJIA1sTQw4mpBvH/NecI TC5bH5JJgBJg45eSvmtra+C5T3vV7c//Qw0j2kw6x4XTfzmnsT8P7UrPZ+33/YjO9tQ5 eTxZRAU8CuYGk2vVGYfplNhWYfGtZSKH8D5GwbxKiZaIRDJNpLwwAAojWTBvzQKsD2RS J0s0Q+KazMdd0kjCvj9gMTaHRHu/bmjg8PHk8kfQmXAihyudzcvsqX+I++T/Lg60yHeG a7Eg== X-Gm-Message-State: ACrzQf1BHE7he2sWV8/UcuUHv3mYyfWUQi7rPj7gDJiig0kNkFmXHkSJ xkkmLzZfFJllx8Px3ACr3PtCcFkG4+PXPw== X-Google-Smtp-Source: AMsMyM4t6cU8wGQHbC3r2D5yzQ1uKA2Iuo6dI3dg/HtuJYVZCh/SOOwUcna7jQf6H7hmBhQKSY2GFQ== X-Received: by 2002:a37:9481:0:b0:6e4:e2f6:bfbe with SMTP id w123-20020a379481000000b006e4e2f6bfbemr12135789qkd.289.1665402386527; Mon, 10 Oct 2022 04:46:26 -0700 (PDT) Received: from krzk-bin.home (cpe-72-225-192-120.nyc.res.rr.com. [72.225.192.120]) by smtp.gmail.com with ESMTPSA id s12-20020a05622a178c00b003972790deb9sm6698707qtk.84.2022.10.10.04.46.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Oct 2022 04:46:25 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , Rob Clark , Douglas Anderson , Lee Jones , Arnd Bergmann , Sudeep Holla , Vinod Koul , Xilin Wu , Molly Sophia , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH v2 3/6] arm64: dts: qcom: sdm845-cheza: fix AP suspend pin bias Date: Mon, 10 Oct 2022 07:44:14 -0400 Message-Id: <20221010114417.29859-3-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> References: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org There is no "bias-no-pull" property. Assume intentions were disabling bias. Fixes: 79e7739f7b87 ("arm64: dts: qcom: sdm845-cheza: add initial cheza dt") Signed-off-by: Krzysztof Kozlowski Reviewed-by: Douglas Anderson --- Changes since v1: 1. Drop cc-stable. 2. Add tags. Not tested on hardware. --- arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi b/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi index b5eb8f7eca1d..b5f11fbcc300 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi @@ -1436,7 +1436,7 @@ ap_suspend_l_assert: ap_suspend_l_assert { config { pins = "gpio126"; function = "gpio"; - bias-no-pull; + bias-disable; drive-strength = <2>; output-low; }; @@ -1446,7 +1446,7 @@ ap_suspend_l_deassert: ap_suspend_l_deassert { config { pins = "gpio126"; function = "gpio"; - bias-no-pull; + bias-disable; drive-strength = <2>; output-high; }; From patchwork Mon Oct 10 11:44:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 613830 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 81D72C433FE for ; Mon, 10 Oct 2022 11:46:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232348AbiJJLqx (ORCPT ); Mon, 10 Oct 2022 07:46:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232243AbiJJLqc (ORCPT ); Mon, 10 Oct 2022 07:46:32 -0400 Received: from mail-qt1-x82f.google.com (mail-qt1-x82f.google.com [IPv6:2607:f8b0:4864:20::82f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CAA15A2FC for ; Mon, 10 Oct 2022 04:46:29 -0700 (PDT) Received: by mail-qt1-x82f.google.com with SMTP id hh9so6272166qtb.13 for ; Mon, 10 Oct 2022 04:46:29 -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 :message-id:reply-to; bh=KSfv8ucux5cyFw8d1btlWFWxGgS3qmoczNmcwaSNdfg=; b=TeGgAZplfwDnGyiTWMCStRQtwXIgGDPtpQpikX065xrYSn7BEvzVxYyrSlGNP1Z44r qmQ4I+9nsUi6VbCNV5WhglP9FTqyl7d2FG26JOqZLqD90bV1spcgnbNT9ZeZlmM/HomQ f6sX1Tw6ARHNbh8SBrohvdjTy1cRiebS/RkYATvDwcwdPER6w5Tr+Tcs9Qm4O/4bz9X4 GrPhhw3BptH6ZE4ZdlhVc4j2MJFQEWyk5ezd1PghdGuXxr6SyqtX7lKteEbq137ckN++ O75W7u5dqle4aQc43vf6g9tXLKIe26reVhLuGr9A6gHubBvFyCYu5DZa60KFy++f2vBx PwVg== 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:message-id:reply-to; bh=KSfv8ucux5cyFw8d1btlWFWxGgS3qmoczNmcwaSNdfg=; b=LKdHOvAFWCAvhqCQvVOFyf8oLYK5ccBgEJxa3z8N/cRXC9KyMsIK8LxC7/NoA2JADI IRYegT0VGWf4/ASmzCST4fcbbhlKFx2eYx3oyVYujFAa0g8iYLoybVmlkqfNugI8zV9Y Hcvi0DGbLnxelK3N6eUzE0SKjXSENZrlYq6vUYRuNuN7uei3aLkEP10MJr8EIPxHp8ti /HVaMF4oRqFAlccEE8ioxAte843Ic/2L7/zxxTOvz/gO1cYt6jYqffgz4AmlPmO9+K24 flxrR2ZYRp1cnRllnHDwzJB5OiuxRlWvhPzo51dJt+gcL8CIke60i/hqQs5CfFjF623n p/JQ== X-Gm-Message-State: ACrzQf0a8uD0AO3cdqXcRZamT1E59j19sHQhYeeF9e7qoUacVCIGsZZa 2Ibry27ipyVYN53l0AWSs2jRjw== X-Google-Smtp-Source: AMsMyM6IIJcHXbQtCcMCqFfbBcORQVnr679cB2McsDhQzs1g0GiKTPkA+PuokVpHKFqIl0NXZmqlVw== X-Received: by 2002:a05:622a:1a20:b0:35b:b6ec:7524 with SMTP id f32-20020a05622a1a2000b0035bb6ec7524mr14694506qtb.341.1665402388278; Mon, 10 Oct 2022 04:46:28 -0700 (PDT) Received: from krzk-bin.home (cpe-72-225-192-120.nyc.res.rr.com. [72.225.192.120]) by smtp.gmail.com with ESMTPSA id s12-20020a05622a178c00b003972790deb9sm6698707qtk.84.2022.10.10.04.46.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Oct 2022 04:46:27 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , Rob Clark , Douglas Anderson , Lee Jones , Arnd Bergmann , Sudeep Holla , Vinod Koul , Xilin Wu , Molly Sophia , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , stable@vger.kernel.org, Steev Klimaszewski Subject: [PATCH v2 4/6] arm64: dts: qcom: sdm850-lenovo-yoga-c630: correct I2C12 pins drive strength Date: Mon, 10 Oct 2022 07:44:15 -0400 Message-Id: <20221010114417.29859-4-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> References: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@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_i2c12_default pin configuration used second method - with a "pinmux" child. Fixes: 44acee207844 ("arm64: dts: qcom: Add Lenovo Yoga C630") Cc: Signed-off-by: Krzysztof Kozlowski Reviewed-by: Konrad Dybcio Tested-by: Steev Klimaszewski --- Changes since v1: 1. Add tags. --- arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts index be59a8ba9c1f..74f43da51fa5 100644 --- a/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts +++ b/arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts @@ -487,8 +487,10 @@ pinconf { }; &qup_i2c12_default { - drive-strength = <2>; - bias-disable; + pinmux { + drive-strength = <2>; + bias-disable; + }; }; &qup_uart6_default { From patchwork Mon Oct 10 11:44:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 614316 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 807CDC433FE for ; Mon, 10 Oct 2022 11:47:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232117AbiJJLrB (ORCPT ); Mon, 10 Oct 2022 07:47:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232252AbiJJLqd (ORCPT ); Mon, 10 Oct 2022 07:46:33 -0400 Received: from mail-qt1-x829.google.com (mail-qt1-x829.google.com [IPv6:2607:f8b0:4864:20::829]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A697957E01 for ; Mon, 10 Oct 2022 04:46:30 -0700 (PDT) Received: by mail-qt1-x829.google.com with SMTP id s21so6292287qtx.6 for ; Mon, 10 Oct 2022 04:46:30 -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 :message-id:reply-to; bh=Br7tB+B/b1lsHyK3uSbrfuW30x/mi1CJ7kEqJlTgUNg=; b=zqdVaDMT0Es+8NgRCwsRfwih7xbsyw7OIbnsVIPEURFeCTa7sVZNzWit5tNToqNP/v NzxuGjYnPSGLFv//0ZLwtZBy4xFsqG7tAc63iF4gxnt6tIIITyci8B2HgRRIBG5IXkgm nbFoiwAN7EKAVCrYwKpz1uLA4mNA0yDujkJ5kWC6s6eKWx5YwfaB810sTw+uZwTf/zqV mjQGXMD1rpCSv/Et15HyVmWJoKaOOl/IvlGob13meRRyqKtpMkU39YXn2a3aKDr7fG0E zIiqc0P49G4qV81DTMEjc2/BBc2zLCEe0oFB5n6CPwHpEvLFPVWlyt6NxSf08X9GUKGI AmEw== 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:message-id:reply-to; bh=Br7tB+B/b1lsHyK3uSbrfuW30x/mi1CJ7kEqJlTgUNg=; b=L28BgZKKRV2Fk41TC+QI3F5aiXUXthdnzUCJWwTxknUSN13u/zMwHRbMcxnVXcgwmM oG82f/dlPeKhdKzsyL46HM37/PMH5DY/RDqL7LhecgVBD4R1IZzYNpHot5tNrDGY/uVp M7cuHhzoZyiF90aOMZ9QguZdGTANUKV1Issr2+9cEYFb2Vx0UpIeFRS35WwLeQlNwrFM XufurCkBS8+yL2ODXnTYLlE3d1iTqMv2rHpB0Chk/zb/8Le74vng692Euc6+6bRV+PE7 CbWLDd17c2b/bn7BioepdccxUBN+FvCvd62V9DXgWaiSCxG7KnyV/VwqOUMdhFJZH/U1 vb2w== X-Gm-Message-State: ACrzQf3Z5umuBiCKvXBm4Uo4pL3nC3zfOlIeamSz5POOeeXFcZnU+7wL lf6n4Bm1BkNF2xz82rqEk1BjFQ== X-Google-Smtp-Source: AMsMyM4kiikilACw9fT+71Uk2EaNqSUQH4o6E9MLtVC9lkBqlECeevu5GJMF39gOy7AcRXkZM165nw== X-Received: by 2002:ac8:5c45:0:b0:35c:cd2c:c8f8 with SMTP id j5-20020ac85c45000000b0035ccd2cc8f8mr14123609qtj.105.1665402390323; Mon, 10 Oct 2022 04:46:30 -0700 (PDT) Received: from krzk-bin.home (cpe-72-225-192-120.nyc.res.rr.com. [72.225.192.120]) by smtp.gmail.com with ESMTPSA id s12-20020a05622a178c00b003972790deb9sm6698707qtk.84.2022.10.10.04.46.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Oct 2022 04:46:29 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , Rob Clark , Douglas Anderson , Lee Jones , Arnd Bergmann , Sudeep Holla , Vinod Koul , Xilin Wu , Molly Sophia , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski , stable@vger.kernel.org Subject: [PATCH v2 5/6] arm64: dts: qcom: sdm850-samsung-w737: correct I2C12 pins drive strength Date: Mon, 10 Oct 2022 07:44:16 -0400 Message-Id: <20221010114417.29859-5-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> References: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@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_i2c12_default pin configuration used second method - with a "pinmux" child. Fixes: d4b341269efb ("arm64: dts: qcom: Add support for Samsung Galaxy Book2") Cc: Signed-off-by: Krzysztof Kozlowski Reviewed-by: Konrad Dybcio --- Changes since v1: 1. Add tags. --- arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts b/arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts index f954fe5cb61a..d028a7eb364a 100644 --- a/arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts +++ b/arch/arm64/boot/dts/qcom/sdm850-samsung-w737.dts @@ -415,8 +415,10 @@ pinconf { }; &qup_i2c12_default { - drive-strength = <2>; - bias-disable; + pinmux { + drive-strength = <2>; + bias-disable; + }; }; &qup_uart6_default { From patchwork Mon Oct 10 11:44:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 613829 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 B7362C433FE for ; Mon, 10 Oct 2022 11:47:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232283AbiJJLrF (ORCPT ); Mon, 10 Oct 2022 07:47:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232221AbiJJLqf (ORCPT ); Mon, 10 Oct 2022 07:46:35 -0400 Received: from mail-qv1-xf30.google.com (mail-qv1-xf30.google.com [IPv6:2607:f8b0:4864:20::f30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB3A457E16 for ; Mon, 10 Oct 2022 04:46:32 -0700 (PDT) Received: by mail-qv1-xf30.google.com with SMTP id h10so6942934qvq.7 for ; Mon, 10 Oct 2022 04:46:32 -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 :message-id:reply-to; bh=B5hMN0AShy2iBlveQhyBkxGJolgv+xG6vrXT/lkbIvU=; b=RA7bz48A0fK05FT4rAM8zEboV7OsQuNPAErJ0KbaZzZvxO2TWTA3vwUq4ajIKbBzhS 7EWRXZYdEZzLln3008G+lPIjRwSyRT572MNrpPtatva+II89vbvlp3QTxsJhpUfd1fHy /wgUjciIB4vY5nWqorE7w1/CAvTsDK9wP92muHGjmxe6FRGhoEH/Ky1MHRTElOy9R9Bu EuMsSmVYcwI6RGFA+kipg/fqJIx6zh00UXjhyOo3oS8HMerjxBMJkQrOUPNV/O1ycttR Y9KNB7ipYDxscRW+Cjhe14lirUp0zXMRmFzK8W7r2jMXGCWcQhUsQKwqj4NU/BUqZsOB ifKQ== 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:message-id:reply-to; bh=B5hMN0AShy2iBlveQhyBkxGJolgv+xG6vrXT/lkbIvU=; b=4I5XohMy3hKUtynV/iozzjmbaiWxnY4gxjO4cUH8XsWTkhu6WhIx8ENwYd+S1snR2t Vibk3PxAgCswwEaXKfIs4A5XU7JSdSbk3SZpE+rJkxrGTgAVXVaDvZA8IJScEY/FqfEk 8kzMq7t1MOfzhZ3wl2Hg5YFA3+dW+53aA5OmWKIA6vA6PED4rjik5U5UACzSHIkqPwGf b4qWZY8Dz0dX1GuxcL3EWzOj9ZYLgAIWGyDPBGQfGNMxtBEURXOq4+CSLFKVVVAD2l14 merFFByUe5IlE7QOFZo/Sg3ju1QXE0jcw5RaYy1F/14uAuHK/24JgrTbfgknFcG4w53U GzoA== X-Gm-Message-State: ACrzQf3NCT6HCMHo6iLUmtbZp51zRxVv5xBA0N/1MaufE2RqeXb29Qtd xb9Z6BBRHtoRWdijEMz4jwI5XA== X-Google-Smtp-Source: AMsMyM7NYDPlnuFVi7kv4exVXiPLFWMbSifoAadJIpEoLZjyRpqDNKNq0gzeWcHIeV0ezEBK/PiJKA== X-Received: by 2002:a05:6214:508e:b0:4b1:a7ae:f5a6 with SMTP id kk14-20020a056214508e00b004b1a7aef5a6mr14175621qvb.28.1665402392179; Mon, 10 Oct 2022 04:46:32 -0700 (PDT) Received: from krzk-bin.home (cpe-72-225-192-120.nyc.res.rr.com. [72.225.192.120]) by smtp.gmail.com with ESMTPSA id s12-20020a05622a178c00b003972790deb9sm6698707qtk.84.2022.10.10.04.46.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Oct 2022 04:46:31 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Srinivas Kandagatla , Rob Clark , Douglas Anderson , Lee Jones , Arnd Bergmann , Sudeep Holla , Vinod Koul , Xilin Wu , Molly Sophia , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH v2 6/6] arm64: dts: qcom: sdm845-xiaomi-polaris: fix codec pin conf name Date: Mon, 10 Oct 2022 07:44:17 -0400 Message-Id: <20221010114417.29859-6-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> References: <20221010114417.29859-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Fix typo in the codec's pin name to be configured. Mismatched name caused the pin configuration to be ignored. Fixes: be497abe19bf ("arm64: dts: qcom: Add support for Xiaomi Mi Mix2s") Signed-off-by: Krzysztof Kozlowski Reviewed-by: Konrad Dybcio Tested-by: Molly Sophia --- Changes since v1: 1. Add tags. --- arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts index afc17e4d403f..f98259489679 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-polaris.dts @@ -628,7 +628,7 @@ sde_dsi_suspend: sde-dsi-suspend { }; wcd_intr_default: wcd-intr-default { - pins = "goui54"; + pins = "gpio54"; function = "gpio"; input-enable; bias-pull-down;