Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05ced018 authored by Alan Tull's avatar Alan Tull Committed by Rob Herring
Browse files

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



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: default avatarAlan Tull <atull@kernel.org>
Reported-by: default avatarDalon Westergreen <dalon.westergreen@intel.com>
Acked-by: default avatarMoritz Fischer <mdf@kernel.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 8ef46457
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {