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 05457C433EF for ; Fri, 1 Apr 2022 12:37:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345910AbiDAMjQ (ORCPT ); Fri, 1 Apr 2022 08:39:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42392 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344160AbiDAMjL (ORCPT ); Fri, 1 Apr 2022 08:39:11 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62B5425AEEE; Fri, 1 Apr 2022 05:37:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=A65FHQzB5wzN/vTaWYJa0lug1PmkY+gb72rfwJwaMM0=; b=SIeo0eUxgWgHXr/tg8eqKOogw6 XZ4ZobMs8s9X4+wl2k4HZVemCLxQZ1+j5PajaTrmxG3r1GntyS+F8zQGrf8QkgMkohxejWKNd6+Pb bYU/9dY0LP9RaOuwuyvK9PKs88W8Mm+ox4/vHUTa/rFL4aivdEtglU27htAizvuvge80=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1naGWm-00DfYe-QZ; Fri, 01 Apr 2022 14:37:20 +0200 Date: Fri, 1 Apr 2022 14:37:20 +0200 From: Andrew Lunn To: Horatiu Vultur Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, hkallweit1@gmail.com, linux@armlinux.org.uk, Divya.Koppera@microchip.com, davem@davemloft.net, kuba@kernel.org, richardcochran@gmail.com, UNGLinuxDriver@microchip.com Subject: Re: [PATCH net 1/3] dt-bindings: net: micrel: Revert latency support and timestamping check Message-ID: References: <20220401094805.3343464-1-horatiu.vultur@microchip.com> <20220401094805.3343464-2-horatiu.vultur@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220401094805.3343464-2-horatiu.vultur@microchip.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Apr 01, 2022 at 11:48:03AM +0200, Horatiu Vultur wrote: > Revert latency support from binding. > Based on the discussion[1], the DT is the wrong place to have the > lantecies for the PHY. > > [1] https://lkml.org/lkml/2022/3/4/325 > > Fixes: 2358dd3fd325fc ("dt-bindings: net: micrel: Configure latency values and timestamping check for LAN8814 phy") > Signed-off-by: Horatiu Vultur Reviewed-by: Andrew Lunn Andrew