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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 35516C001B0 for ; Mon, 24 Jul 2023 18:04:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: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:List-Owner; bh=JHranJhiK3T8/Edo9R82819P+b/G2Obat0Ih1/TrtI8=; b=3+OiZ/+Nn+x/6p8cQk460qGoQ8 nhETF/HsV5Dti/E8FTM7Ld+/E3/QMuIbN8Ufo/Y/wA+43MmkAw0h3THLDz2RvNqLLvsTBeaRCEHl6 hW8NNZP8D6/D3G6RriI9/AyDStVm4NDJEyDuIl59yqbYZvIt5SRc0pcZJM5JD7YCmJ+oEYm3c5ezT oLazmVkgU0ty8eDrU2S8opAHqCMZj3rzD+fM4g+ycHn4rdOmVyI30DoXsozVl6QF9irEunatji4f3 mXzTSNPXYFp6lC4plXUT/mlU4+6xQTt/z+j8Ia9Gzdns3dNWQO+BYSkQgynwhWO1Js79IuWL4Bw/m KspB4yOg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qNzuz-00599H-0b; Mon, 24 Jul 2023 18:04:25 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qNzuv-00596G-2g; Mon, 24 Jul 2023 18:04:23 +0000 Received: from [193.138.155.172] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qNzuc-0007kq-Co; Mon, 24 Jul 2023 20:04:02 +0200 From: Heiko Stuebner To: MyungJoo Ham , Chanwoo Choi , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , =?ISO-8859-1?Q?Beno=EEt?= Cousson , Tony Lindgren , Matthias Brugger , AngeloGioacchino Del Regno , Andy Gross , Bjorn Andersson , Konrad Dybcio , Alexander Stein Cc: Alexander Stein , Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-rockchip@lists.infradead.org, Krzysztof Kozlowski Subject: Re: [PATCH v4 6/6] arm64: dts: qcom: Replace deprecated extcon-usb-gpio id-gpio/vbus-gpio properties Date: Mon, 24 Jul 2023 20:04:00 +0200 Message-ID: <6220628.iIbC2pHGDl@phil> In-Reply-To: <20230724103914.1779027-7-alexander.stein@ew.tq-group.com> References: <20230724103914.1779027-1-alexander.stein@ew.tq-group.com> <20230724103914.1779027-7-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230724_110421_865662_5D95E4CD X-CRM114-Status: GOOD ( 13.18 ) X-BeenThere: linux-mediatek@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-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Am Montag, 24. Juli 2023, 12:39:13 CEST schrieb Alexander Stein: > Use id-gpios and vbus-gpios instead. > > Signed-off-by: Alexander Stein > Reviewed-by: AngeloGioacchino Del Regno > Acked-by: Shawn Guo > Acked-by: Krzysztof Kozlowski > --- > arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 2 +- sorry to be a spoilsport, but Rockchip is not part of qcom ;-) . I don't have a massive problem with this going through the qcom tree though, so if you don't respin, Acked-by: Heiko Stuebner #rockchip > diff --git a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi > index aa3e21bd6c8f..20e3f41efe97 100644 > --- a/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi > +++ b/arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi > @@ -27,7 +27,7 @@ module_led: led-0 { > > extcon_usb3: extcon-usb3 { > compatible = "linux,extcon-usb-gpio"; > - id-gpio = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>; > + id-gpios = <&gpio1 RK_PC2 GPIO_ACTIVE_HIGH>; > pinctrl-names = "default"; > pinctrl-0 = <&usb3_id>; > }; >