From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 18 Apr 2016 12:35:25 +0200 Subject: [U-Boot] [PATCH] arm: dts: socfpga: fix DTC unit name warnings In-Reply-To: <20160418100051.GA26501@amd> References: <1460716862-21523-1-git-send-email-hs@denx.de> <20160417215504.GB20337@amd> <571479B3.5060804@denx.de> <20160418100051.GA26501@amd> Message-ID: <5714B86D.7030607@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/18/2016 12:00 PM, Pavel Machek wrote: > Hi! > >>> Hi! >>> >>>> Warning (unit_address_vs_reg): Node /soc/usbphy at 0 has a unit name, >>>> but no reg property >>> >>> I don't know who produces the warnings, but perhaps fix the tool, >>> instead? >> >> This warnigns poping up with new DTC compilers, introduced from dtc >> commit: > > IMO compiler should be fixed. The commit is pretty clear on why the compiler is right. Do you have a counter-argument ? >> ePAPR 1.1 section 2.2.1.1 "Node Name Requirements" specifies >> that any > > This is arm. This is not powerpc. It is 2016, not 1997. Old does not imply incorrect. >>>> - usbphy0: usbphy at 0 { >>>> + usbphy0: usbphy { >>>> #phy-cells = <0>; >>>> compatible = "usb-nop-xceiv"; >>>> status = "okay"; >>> >>> And this sounds like a bug waiting to happen.. >> >> Better fix would be to add the reg property .. could you help me? > > Introduce fake "reg" property to shut up warning? > > I guess this should be solved on the kernel list Bringing it up on the DT discuss is a good idea. > and I believe the > warnings are wrong. > > Best regards, > > Pavel > -- Best regards, Marek Vasut