Re: [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc

2018-09-25 Thread Rob Herring
On Thu, Sep 06, 2018 at 01:01:52PM -0500, Alan Tull wrote: > Documentation/devicetree/bindings/fpga/fpga-region.txt has an error > regarding the freeze controller bridge, secifically: > > compatible = "altr,freeze-bridge"; > > The compatibility string should be "altr,freeze-bridge-controller" >

Re: [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc

2018-09-06 Thread Alan Tull
On Thu, Sep 6, 2018 at 1:24 PM Moritz Fischer wrote: > > Hi Alan, > > looks like it's just the examples, right? Yes, it's in the examples of use, not the actual freeze bridge bindings doc that I'm correcting. > So not sure someone > would be affected by that, yet? It's taken two years for anybo

Re: [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc

2018-09-06 Thread Moritz Fischer
Hi Alan, looks like it's just the examples, right? So not sure someone would be affected by that, yet? On Thu, Sep 06, 2018 at 01:01:52PM -0500, Alan Tull wrote: > Documentation/devicetree/bindings/fpga/fpga-region.txt has an error > regarding the freeze controller bridge, secifically: > > comp

[PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc

2018-09-06 Thread Alan Tull
Documentation/devicetree/bindings/fpga/fpga-region.txt has an error regarding the freeze controller bridge, secifically: compatible = "altr,freeze-bridge"; The compatibility string should be "altr,freeze-bridge-controller" as set forth in altera-freeze-bridge.txt. Signed-off-by: Alan Tull Repo