From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755466AbcC1WJb (ORCPT ); Mon, 28 Mar 2016 18:09:31 -0400 Received: from mail.kernel.org ([198.145.29.136]:56347 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754436AbcC1WJ3 (ORCPT ); Mon, 28 Mar 2016 18:09:29 -0400 Date: Mon, 28 Mar 2016 17:09:23 -0500 From: Rob Herring To: atull Cc: pantelis.antoniou@konsulko.com, Moritz Fischer , gregkh@linuxfoundation.org, monstr@monstr.eu, michal.simek@xilinx.com, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Jonathan Corbet , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-doc@vger.kernel.org, delicious.quinoa@gmail.com, dinguyen@opensource.altera.com, Matthew Gerlach Subject: Re: [PATCH v17 2/6] ARM: socfpga: add bindings document for fpga bridge drivers Message-ID: <20160328220923.GA12212@rob-hp-laptop> References: <1456442711-29138-1-git-send-email-atull@opensource.altera.com> <1456442711-29138-3-git-send-email-atull@opensource.altera.com> <20160305043455.GA19011@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 15, 2016 at 05:04:53PM -0500, atull wrote: > On Sat, 5 Mar 2016, Rob Herring wrote: > > > > +Example: > > > + hps_fpgabridge0: fpgabridge@ff400000 { > > > > No underscores. > > > > fpga-bridge@... > > Hi Rob, > > The dtc is not letting me compile if I use a hyphen in the label. > I think we have to use hyphens in the node names and underscores > in the labels. So it will end up being: > > + fpga_bridge0: fpga-bridge@ff400000 { Sorry, don't know what I was looking at. In labels, underscores are fine. This looks fine. Rob