From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 4 Apr 2016 11:34:54 -0600 Subject: [U-Boot] travis build fails In-Reply-To: <570295F9.8090800@denx.de> References: <570295F9.8090800@denx.de> Message-ID: <5702A5BE.2040105@wwwdotorg.org> 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/04/2016 10:27 AM, Heiko Schocher wrote: > Hello, > > a lot of U-Boot builds fail on > https://travis-ci.org/u-boot/u-boot > > because the dtc compiler drops the following warning: > > Warning (unit_address_vs_reg): Node XXX has a reg or ranges property, > but no unit name > > for example: > https://travis-ci.org/u-boot/u-boot/jobs/120363766#L510 > > > Any idea how to fix this warning? Do we ignore this warning ? > > I think the correct way would be to fix the DTS files ... Yes; hopefully adding the unit address to the DT to make them valid DT would fix the issue.