linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc
@ 2018-09-06 18:01 Alan Tull
  2018-09-06 18:23 ` Moritz Fischer
  2018-09-25 21:09 ` Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Alan Tull @ 2018-09-06 18:01 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Moritz Fischer
  Cc: devicetree, linux-kernel, linux-fpga, 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 <atull@kernel.org>
Reported-by: Dalon Westergreen <dalon.westergreen@intel.com>
---
 Documentation/devicetree/bindings/fpga/fpga-region.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/fpga/fpga-region.txt b/Documentation/devicetree/bindings/fpga/fpga-region.txt
index 6db8aed..90c4469 100644
--- a/Documentation/devicetree/bindings/fpga/fpga-region.txt
+++ b/Documentation/devicetree/bindings/fpga/fpga-region.txt
@@ -415,7 +415,7 @@ DT Overlay contains:
 			firmware-name = "base.rbf";
 
 			fpga-bridge@4400 {
-				compatible = "altr,freeze-bridge";
+				compatible = "altr,freeze-bridge-controller";
 				reg = <0x4400 0x10>;
 
 				fpga_region1: fpga-region1 {
@@ -427,7 +427,7 @@ DT Overlay contains:
 			};
 
 			fpga-bridge@4420 {
-				compatible = "altr,freeze-bridge";
+				compatible = "altr,freeze-bridge-controller";
 				reg = <0x4420 0x10>;
 
 				fpga_region2: fpga-region2 {
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc
  2018-09-06 18:01 [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc Alan Tull
@ 2018-09-06 18:23 ` Moritz Fischer
  2018-09-06 18:29   ` Alan Tull
  2018-09-25 21:09 ` Rob Herring
  1 sibling, 1 reply; 4+ messages in thread
From: Moritz Fischer @ 2018-09-06 18:23 UTC (permalink / raw)
  To: Alan Tull
  Cc: Rob Herring, Mark Rutland, Moritz Fischer, devicetree,
	linux-kernel, linux-fpga

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:
> 
>  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 <atull@kernel.org>

Acked-by: Moritz Fischer <mdf@kernel.org>

Cheers,

Moritz

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc
  2018-09-06 18:23 ` Moritz Fischer
@ 2018-09-06 18:29   ` Alan Tull
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Tull @ 2018-09-06 18:29 UTC (permalink / raw)
  To: Moritz Fischer
  Cc: Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-kernel, linux-fpga

On Thu, Sep 6, 2018 at 1:24 PM Moritz Fischer <mdf@kernel.org> 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 <atull@kernel.org>
>
> Acked-by: Moritz Fischer <mdf@kernel.org>
>
> Cheers,
>
> Moritz

Thanks Moritz!

Alan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc
  2018-09-06 18:01 [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc Alan Tull
  2018-09-06 18:23 ` Moritz Fischer
@ 2018-09-25 21:09 ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2018-09-25 21:09 UTC (permalink / raw)
  To: Alan Tull
  Cc: Mark Rutland, Moritz Fischer, devicetree, linux-kernel, linux-fpga

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 <atull@kernel.org>
> Reported-by: Dalon Westergreen <dalon.westergreen@intel.com>
> ---
>  Documentation/devicetree/bindings/fpga/fpga-region.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied.

Rob

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-25 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-06 18:01 [PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc Alan Tull
2018-09-06 18:23 ` Moritz Fischer
2018-09-06 18:29   ` Alan Tull
2018-09-25 21:09 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).