From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Subject: Re: [PATCH 1/3] ARM: dts: imx6 wandboard and riotboard: remove regulators bus node Date: Sun, 27 May 2018 13:40:13 -0300 Message-ID: References: <20180526183053.14029-1-akurz@blala.de> <20180526183053.14029-2-akurz@blala.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180526183053.14029-2-akurz@blala.de> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Alexander Kurz Cc: Fabio Estevam , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Shawn Guo , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" List-Id: devicetree@vger.kernel.org Hi Alexander, [It would be better to split this patch in two: one for wandboard and another one for riotboard] On Sat, May 26, 2018 at 3:30 PM, Alexander Kurz wrote: > + > + reg_2p5v: fixedregulator@0 { This causes dtc warnings with W=1 as you are passing a unit address without a corresponding reg property. You can rewrite this as: reg_2p5v: regulator-2p5v { Please follow this convention in the entire series. Thanks