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 C5CC0C6FD1F for ; Tue, 14 Mar 2023 07:28:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230290AbjCNH2n (ORCPT ); Tue, 14 Mar 2023 03:28:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229573AbjCNH2l (ORCPT ); Tue, 14 Mar 2023 03:28:41 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F11F7B136; Tue, 14 Mar 2023 00:28:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CD7D7615F1; Tue, 14 Mar 2023 07:28:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87C95C433D2; Tue, 14 Mar 2023 07:28:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678778919; bh=4GeQYSSHLSd9LQKfwfmyBcLuTGZ+RhHXCZYk+FRulas=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Tb/K4ZDsX66Hj8OlwYAejz3v4AegpO49hXYtb60Pgxi9uAbo1HbH/sogCVA64Pg5D e1vTZLUzDys2D5nW1twHJknL1G/KGzwPDSrDTIDZEp8gacma40oAwTkPP57WKutly5 /MD/+fo1e4rxFuGtRFBxjg2BXpCLBXyYxik5/mpw3yKTOwQMvZiaGZEyTg/hntOgwl BxRVit5IyTUJ1TNWuy2hoIvn1CMADCWiBgYyBZdzExfRhL1kN+2qcW1q/FXILUtrzY JXTXpbW5YqVo3QLslBSDv2OQ8BeZYHqoUa+07ta1Gqi80qsi8bt++/QO1eKeuT4Ltt GwWfowmLYM35Q== Date: Tue, 14 Mar 2023 15:28:32 +0800 From: Shawn Guo To: Martin Kepplinger Cc: robh@kernel.org, krzysztof.kozlowski@linaro.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, kernel@puri.sm, linux-imx@nxp.com, devicetree@vger.kernel.org, phone-devel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sebastian Krzyszkowiak Subject: Re: [PATCH v1 11/14] arm64: dts: imx8mq-librem5: Remove dis_u3_susphy_quirk from usb_dwc3_0 Message-ID: <20230314072832.GC143566@dragon> References: <20230309204608.237605-1-martin.kepplinger@puri.sm> <20230309204608.237605-12-martin.kepplinger@puri.sm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230309204608.237605-12-martin.kepplinger@puri.sm> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 09, 2023 at 09:46:05PM +0100, Martin Kepplinger wrote: > From: Sebastian Krzyszkowiak > > This reduces power consumption in system suspend by about 10%. Is there any other impact than this nice power gain? Otherwise, I would wonder why the quirk was enabled in the first place. Shawn > > Signed-off-by: Sebastian Krzyszkowiak > Signed-off-by: Martin Kepplinger > --- > arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi > index 0b4b49fa1392a..f557632f574fa 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi > @@ -1322,7 +1322,6 @@ &usb_dwc3_0 { > #address-cells = <1>; > #size-cells = <0>; > dr_mode = "otg"; > - snps,dis_u3_susphy_quirk; > usb-role-switch; > status = "okay"; > > -- > 2.30.2 >