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 DC8A8C433FE for ; Thu, 5 May 2022 03:20:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241222AbiEEDYI (ORCPT ); Wed, 4 May 2022 23:24:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241063AbiEEDXu (ORCPT ); Wed, 4 May 2022 23:23:50 -0400 Received: from mail-oa1-f50.google.com (mail-oa1-f50.google.com [209.85.160.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 90A134A914; Wed, 4 May 2022 20:20:12 -0700 (PDT) Received: by mail-oa1-f50.google.com with SMTP id 586e51a60fabf-e93bbb54f9so3099057fac.12; Wed, 04 May 2022 20:20:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=CrA17Qkb0CGAcxobetRuqhXdLCc6EA43fw6FG/p5S1E=; b=k1Czu6bDWIUyNBtpfEEId28O54y6GifY5gkSM27lFHHfhUGn5f931N+UZ1kJNk6jFD O8ChRqqkWEl77ZtTp/UsGUy5Y60O0Iih+Znn+haVHdSxMkaXKu+8+9CEGQYjBZXcNnkk gJO2XyL4fEKmo5l/eqBepc1GfRoIhlx4ZbpV2aHzklR5smK/eQWUMcUnBUv5kUy+bxiL dcrfMfrrtXHbDozop4xYvCmZxbQBmkoqZ/t6YmhkbK14jJe0IF5hGSaHOQqY3OTudMnq Z2eiXDVcNJdySx4wkhuh5KKZEq/qZw6smo3V67PGpJXLtQbEVSy/8aVJAYhLhBtosj0+ lDQA== X-Gm-Message-State: AOAM532UtBGKvbgvSHaSUCcF8qQf1p1kJn+KKrjai19ht1UhpScOkEDk 4tGtBICwplsuHskk0Vmv5Q== X-Google-Smtp-Source: ABdhPJzZQHh5WERFjAKOY3FAKRrPmpzqMKJk92HlEORtCPCzwuVwho6/SAe7wJIjVr2bBIKTX1VSCQ== X-Received: by 2002:a05:6870:f146:b0:db:c90:99bb with SMTP id l6-20020a056870f14600b000db0c9099bbmr1270130oac.55.1651720811913; Wed, 04 May 2022 20:20:11 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id l9-20020a056870204900b000e90b37d2f5sm157137oad.24.2022.05.04.20.20.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 May 2022 20:20:11 -0700 (PDT) Received: (nullmailer pid 2748967 invoked by uid 1000); Thu, 05 May 2022 03:20:10 -0000 Date: Wed, 4 May 2022 22:20:10 -0500 From: Rob Herring To: Michael Walle Cc: Jakub Kicinski , Rob Herring , devicetree@vger.kernel.org, Paolo Abeni , Eric Dumazet , netdev@vger.kernel.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Horatiu Vultur , "David S . Miller" Subject: Re: [PATCH net-next] dt-bindings: net: lan966x: fix example Message-ID: References: <20220503132038.2714128-1-michael@walle.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220503132038.2714128-1-michael@walle.cc> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 03 May 2022 15:20:38 +0200, Michael Walle wrote: > In commit 4fdabd509df3 ("dt-bindings: net: lan966x: remove PHY reset") > the PHY reset was removed, but I failed to remove it from the example. > Fix it. > > Fixes: 4fdabd509df3 ("dt-bindings: net: lan966x: remove PHY reset") > Reported-by: Rob Herring > Signed-off-by: Michael Walle > --- > .../devicetree/bindings/net/microchip,lan966x-switch.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Acked-by: Rob Herring