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 030BFC3F6B0 for ; Sun, 21 Aug 2022 12:25:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229471AbiHUMZm (ORCPT ); Sun, 21 Aug 2022 08:25:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38954 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230173AbiHUMZk (ORCPT ); Sun, 21 Aug 2022 08:25:40 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44AA023BE6 for ; Sun, 21 Aug 2022 05:25: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 ams.source.kernel.org (Postfix) with ESMTPS id E7909B80D09 for ; Sun, 21 Aug 2022 12:25:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E7B1C433C1; Sun, 21 Aug 2022 12:25:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661084737; bh=aPKIXpAUTMhWyiD9SEh+kwQDlhfb73jqb9glcIotxJQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rrKdzwtlPYe6IIq00q9/25KAeZ+P61RCwa4Aroe69Y8urOc28W306YBhjXZMTYeyt Yv4JRyuejRfLkNnLfA7LdHLOmtP5j3zqjvLNRyl2wMDbl6SQB+fme7vQeYsua9rXmp UBmZLpYefCLnwOwU3Mxop4dJNPUZtSLNrWWCentHiP+/Vpl0Zg1bTbKP+N30cd41wN qNQPldaFQQuuv8jw70PrF04xVtnI+32L0AQpiFjPgW5pUgbXUzUFLpDCMf1elGpN3k ruCEcZJXcCmwtQ7RgUhF+bgFPcIl63qcs69MvnQBFsxXpW7XZ9xQ6PUt7wm+SoM9Q3 8DBhKE/rXeYhg== Date: Sun, 21 Aug 2022 20:25:32 +0800 From: Shawn Guo To: Marco Felsch Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org Subject: Re: [PATCH 1/4] ARM: dts: imx6qdl-kontron-samx6i: move phy reset into phy-node Message-ID: <20220821122532.GY149610@dragon> References: <20220726130523.2985735-1-m.felsch@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220726130523.2985735-1-m.felsch@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jul 26, 2022 at 03:05:20PM +0200, Marco Felsch wrote: > Add ethernet-phy node so we can drop the deprecated fec phy-reset-gpios > property. The reset-assert-us value is taken from the existing logic > since the fec driver will add an 1ms assert delay per default if > phy-reset-gpios is used and phy-reset-duration is not specified. > > Signed-off-by: Marco Felsch Applied all, thanks!