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 91493EE4993 for ; Mon, 21 Aug 2023 17:14:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230360AbjHUROp (ORCPT ); Mon, 21 Aug 2023 13:14:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50528 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234823AbjHUROp (ORCPT ); Mon, 21 Aug 2023 13:14:45 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E87DEE; Mon, 21 Aug 2023 10:14:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 96A9D64048; Mon, 21 Aug 2023 17:14:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4524C433C8; Mon, 21 Aug 2023 17:14:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692638083; bh=MH0wQLIkGLHxG2U7ZihHzC9EFeKAg1wwbkNonW9+XmQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JlLRBRlXU3TpIsrE1LNM4eOtfxC+6aFHGYBH060E6Qw4p3+SZfOLXGNYYik8y2DWR oI6LJ8ANM5iIvFhjpKnWrII6XRSSJN1G70BkaqgWhl9U1D15Kgt6oDUIDMF5suE2vl /tVHdi67TSjo+yLa5BL53T+JWWyIEgsOHKYl3U4qSDp2e6JhjUqJVQgCrEIok1T0LT Jrl6o2rF9Mq3eYWQRr4v45EMGMTrXS0XfLcGVlqve59tAi+e0l1aqUnLhcH5iK20EE ZnerxQ9HY7A0CPw6ryh604PXvajLCmPMz8FRUzMZAD1mKWwveFBymOBTkxINkYhOOp HPPDVM//gRGYA== Received: (nullmailer pid 1978426 invoked by uid 1000); Mon, 21 Aug 2023 17:14:39 -0000 Date: Mon, 21 Aug 2023 12:14:39 -0500 From: Rob Herring To: Alexander Stein Cc: Eric Dumazet , Pengutronix Kernel Team , NXP Linux Team , Fabio Estevam , linux-pm@vger.kernel.org, David Airlie , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Amit Kucheria , Zhang Rui , "Rafael J . Wysocki" , Philipp Zabel , devicetree@vger.kernel.org, netdev@vger.kernel.org, Paolo Abeni , linux-arm-kernel@lists.infradead.org, Sascha Hauer , Thomas Gleixner , Daniel Vetter , Rob Herring , Jakub Kicinski , "David S . Miller" , dri-devel@lists.freedesktop.org, Daniel Lezcano Subject: Re: [PATCH 4/6] dt-bindings: net: microchip: Allow nvmem-cell usage Message-ID: <169263807888.1978386.16316859459152478945.robh@kernel.org> References: <20230810144451.1459985-1-alexander.stein@ew.tq-group.com> <20230810144451.1459985-5-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230810144451.1459985-5-alexander.stein@ew.tq-group.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 10 Aug 2023 16:44:49 +0200, Alexander Stein wrote: > MAC address can be provided by a nvmem-cell, thus allow referencing a > source for the address. Fixes the warning: > arch/arm/boot/dts/nxp/imx/imx6q-mba6a.dtb: ethernet@1: 'nvmem-cell-names', > 'nvmem-cells' do not match any of the regexes: 'pinctrl-[0-9]+' > From schema: Documentation/devicetree/bindings/net/microchip,lan95xx.yaml > > Signed-off-by: Alexander Stein > --- > Documentation/devicetree/bindings/net/microchip,lan95xx.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring