From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pf1-x442.google.com ([2607:f8b0:4864:20::442]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gGDSA-0000fA-Nl for barebox@lists.infradead.org; Sat, 27 Oct 2018 01:31:52 +0000 Received: by mail-pf1-x442.google.com with SMTP id a15-v6so1358005pfn.0 for ; Fri, 26 Oct 2018 18:31:40 -0700 (PDT) From: Andrey Smirnov Date: Fri, 26 Oct 2018 18:31:21 -0700 Message-Id: <20181027013127.22163-2-andrew.smirnov@gmail.com> In-Reply-To: <20181027013127.22163-1-andrew.smirnov@gmail.com> References: <20181027013127.22163-1-andrew.smirnov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 1/6] ARM: rdu2: Add switch EEPROM alias To: barebox@lists.infradead.org Cc: Andrey Smirnov Signed-off-by: Andrey Smirnov --- arch/arm/dts/imx6qdl-zii-rdu2.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/dts/imx6qdl-zii-rdu2.dtsi index f63b5d2ed..3915c34df 100644 --- a/arch/arm/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/dts/imx6qdl-zii-rdu2.dtsi @@ -52,6 +52,12 @@ aliases { ethernet0 = &fec; ethernet1 = &i210; + /* + * NVMEM device corresponding to EEPROM attached to + * the switch shared DT node with it, so we use that + * fact to create a desirable naming + */ + switch-eeprom = &switch; }; }; -- 2.17.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox