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 8A65DEB64DD for ; Wed, 9 Aug 2023 07:30:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231852AbjHIHaZ (ORCPT ); Wed, 9 Aug 2023 03:30:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231742AbjHIH36 (ORCPT ); Wed, 9 Aug 2023 03:29:58 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 723C82686; Wed, 9 Aug 2023 00:29:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 19A428105; Wed, 9 Aug 2023 07:28:48 +0000 (UTC) Date: Wed, 9 Aug 2023 10:28:46 +0300 From: Tony Lindgren To: Shengyu Qu Cc: bcousson@baylibre.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Robert Nelson Subject: Re: [PATCH v2 2/2] ARM: dts: am335x-bone-common: Add GPIO PHY reset on revision C3 board Message-ID: <20230809072846.GD11676@atomide.com> References: <20230806085044.1917-1-wiagn233@outlook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Shengyu Qu [230806 11:51]: > This patch adds ethernet PHY reset GPIO config for Beaglebone Black > series boards with revision C3. This fixes a random phy startup failure > bug discussed at [1]. The GPIO pin used for reset is not used on older > revisions, so it is ok to apply to all board revisions. The reset timing > was discussed and tested at [2]. Nice, should we add some Fixes tag for this so it gets applied to the stable kernels automatically? Regards, Tony