From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pg0-x244.google.com ([2607:f8b0:400e:c05::244]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1faZ86-0006NW-KO for barebox@lists.infradead.org; Wed, 04 Jul 2018 04:11:00 +0000 Received: by mail-pg0-x244.google.com with SMTP id r1-v6so1895693pgp.11 for ; Tue, 03 Jul 2018 21:10:48 -0700 (PDT) From: Andrey Smirnov Date: Tue, 3 Jul 2018 21:10:23 -0700 Message-Id: <20180704041024.32569-3-andrew.smirnov@gmail.com> In-Reply-To: <20180704041024.32569-1-andrew.smirnov@gmail.com> References: <20180704041024.32569-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 3/4] ARM: dts: rdu1: Make use of "zii,eeprom-name" To: barebox@lists.infradead.org Cc: Andrey Smirnov Convert RAVE SP EEPROMs to use "zii,eeprom-name" instead of aliases in order to minimize differences with upstream Linux DT. Signed-off-by: Andrey Smirnov --- arch/arm/dts/imx51-zii-rdu1.dts | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/arch/arm/dts/imx51-zii-rdu1.dts b/arch/arm/dts/imx51-zii-rdu1.dts index f0a279bf0..979c4c9de 100644 --- a/arch/arm/dts/imx51-zii-rdu1.dts +++ b/arch/arm/dts/imx51-zii-rdu1.dts @@ -24,13 +24,6 @@ device-path = &spinor, "partname:barebox-environment"; }; }; - aliases { - /* - * Aliases to match Linux kernel naming in /dev/ - */ - main-eeprom = &main_eeprom; - dds-eeprom = &dds_eeprom; - }; }; &ecspi1 { @@ -68,18 +61,20 @@ nvmem-cell-names = "boot-source"; }; - dds_eeprom: eeprom@a3 { + eeprom@a3 { compatible = "zii,rave-sp-eeprom"; reg = <0xa3 0x4000>; #address-cells = <1>; #size-cells = <1>; + zii,eeprom-name = "dds-eeprom"; }; - main_eeprom: eeprom@a4 { + eeprom@a4 { compatible = "zii,rave-sp-eeprom"; reg = <0xa4 0x4000>; #address-cells = <1>; #size-cells = <1>; + zii,eeprom-name = "main-eeprom"; boot_source: boot-source@83 { reg = <0x83 1>; -- 2.17.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox