Re: [PATCH v17 2/6] ARM: socfpga: add bindings document for fpga bridge drivers

From: Rob Herring
Date: Mon Mar 28 2016 - 18:09:33 EST


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