From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8E030846A for ; Mon, 21 Aug 2023 17:36:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 852E7C433C8; Mon, 21 Aug 2023 17:36:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692639384; bh=rjcLVL+A8b2IRnn2q4Ppt+1bnxQCOxpZRgxU0x51JxE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CxH5xtiVJKLWV+GUpmyFZw6cLjRzIDkUr4IoWxS/cGYiqDq+kGuTUMbZCh99TAx6J auzu7/j3Dm9LNL4zRvSfrotNMKqwsD2Bi6LPtX4y4iex1sbp3q0grIdz8km1RAnGcD oh7xDjI71UwY3I7uwNWOPtHlmtc3Y5c5HIv9QxxoQtWvM9ZSpT02F2FQzJGirxhdum 85thMF0PNaHSKLA+WPecVPqhy+4Jv/nJzRCTmfzGH0Lv6GfEHC4g8NdcOGMCuYDR5F NPImZzL4LNIq4tyKWZLavfag78cjQI9WsKEwaKdO5m+mM9KxEe3USI2awAfM7fxuIF /AcicA5NmHoDg== Received: (nullmailer pid 2008250 invoked by uid 1000); Mon, 21 Aug 2023 17:36:20 -0000 Date: Mon, 21 Aug 2023 12:36:20 -0500 From: Rob Herring To: =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= Cc: linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Rob Herring , erkin.bozoglu@xeront.com, Matthias Brugger , netdev@vger.kernel.org, Alvin =?utf-8?Q?=C5=A0ipraga?= , "David S. Miller" , Daniel Golle , Sean Wang , linux-kernel@vger.kernel.org, Florian Fainelli , mithat.guner@xeront.com, Vladimir Oltean , Landen Chao , UNGLinuxDriver@microchip.com, devicetree@vger.kernel.org, AngeloGioacchino Del Regno , Andrew Lunn , Paolo Abeni , Conor Dooley , Krzysztof Kozlowski , Woojung Huh , Jakub Kicinski , Eric Dumazet , DENG Qingfang , Linus Walleij Subject: Re: [PATCH 1/4] dt-bindings: net: dsa: microchip,lan937x: add missing ethernet on example Message-ID: <169263937931.2008171.472959954352039259.robh@kernel.org> References: <20230812091708.34665-1-arinc.unal@arinc9.com> <20230812091708.34665-2-arinc.unal@arinc9.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230812091708.34665-2-arinc.unal@arinc9.com> On Sat, 12 Aug 2023 12:17:05 +0300, Arınç ÜNAL wrote: > The port@5 node on the example is missing the ethernet property. Add it. > Remove the MAC bindings on the example as they cannot be validated. > > Signed-off-by: Arınç ÜNAL > --- > .../bindings/net/dsa/microchip,lan937x.yaml | 11 +---------- > 1 file changed, 1 insertion(+), 10 deletions(-) > Acked-by: Rob Herring