From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Tull Subject: Re: [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc Date: Thu, 6 Sep 2018 13:29:30 -0500 Message-ID: References: <20180906180152.3620-1-atull@kernel.org> <20180906182359.GB20419@archbook> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20180906182359.GB20419@archbook> Sender: linux-kernel-owner@vger.kernel.org To: Moritz Fischer Cc: Rob Herring , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-kernel , linux-fpga@vger.kernel.org List-Id: devicetree@vger.kernel.org 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 anybody to notice and complain about it :) so the effect has not been very terrible. But it's good to correct it since it's been noticed. > > 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" > > as set forth in altera-freeze-bridge.txt. > > > > Signed-off-by: Alan Tull > > Acked-by: Moritz Fischer > > Cheers, > > Moritz Thanks Moritz! Alan