From mboxrd@z Thu Jan 1 00:00:00 1970 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 9BC65C433FE for ; Wed, 12 Oct 2022 18:47:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229918AbiJLSrK (ORCPT ); Wed, 12 Oct 2022 14:47:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229939AbiJLSrK (ORCPT ); Wed, 12 Oct 2022 14:47:10 -0400 Received: from relay04.th.seeweb.it (relay04.th.seeweb.it [5.144.164.165]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C8C1C458A; Wed, 12 Oct 2022 11:47:09 -0700 (PDT) Received: from cp.tophost.it (vm1054.cs12.seeweb.it [217.64.195.253]) by m-r1.th.seeweb.it (Postfix) with ESMTPA id DB41F205A0; Wed, 12 Oct 2022 20:47:07 +0200 (CEST) MIME-Version: 1.0 Date: Wed, 12 Oct 2022 20:33:27 +0200 From: konrad.dybcio@somainline.org To: Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Linus Walleij , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] arm64: dts: qcom: msm8996-sony-xperia-tone: drop incorrect wlan pin input In-Reply-To: <20221012151545.39061-1-krzysztof.kozlowski@linaro.org> References: <20221012151545.39061-1-krzysztof.kozlowski@linaro.org> User-Agent: Roundcube Webmail/1.4.6 Message-ID: X-Sender: konrad.dybcio@somainline.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2022-10-12 17:15, Krzysztof Kozlowski wrote: > Pin configuration has no "input-high" property, so drop it from node > described as Wifi host wake up pin. > > Signed-off-by: Krzysztof Kozlowski > --- Not tested on hw, but it should not matter, as the property was simply ignored Reviewed-by: Konrad Dybcio Konrad > arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi > b/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi > index ca7c8d2e1d3d..93568fb4bc86 100644 > --- a/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8996-sony-xperia-tone.dtsi > @@ -912,7 +912,6 @@ wl_host_wake: wl-host-wake { > function = "gpio"; > drive-strength = <2>; > bias-pull-down; > - input-high; > }; > > wl_reg_on: wl-reg-on {