Re: [PATCH v17 2/6] ARM: socfpga: add bindings document for fpga bridge drivers
From: atull
Date: Tue Mar 15 2016 - 18:10:13 EST
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 {
Alan