Message ID | 1581696052-11540-2-git-send-email-richard.gong@linux.intel.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
Series | Add compatible value to Intel Stratix10 FPGA manager and service layer | expand |
On Fri, 14 Feb 2020 10:00:46 -0600, richard.gong@linux.intel.com wrote: > From: Richard Gong <richard.gong@intel.com> > > Add a compatible property value to Stratix10 SoC FPGA manager binding file > > Signed-off-by: Richard Gong <richard.gong@intel.com> > --- > .../devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
On Fri, Feb 14, 2020 at 10:00:46AM -0600, richard.gong@linux.intel.com wrote: > From: Richard Gong <richard.gong@intel.com> > > Add a compatible property value to Stratix10 SoC FPGA manager binding file > > Signed-off-by: Richard Gong <richard.gong@intel.com> > --- > .../devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt b/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt > index 6e03f79..0f87413 100644 > --- a/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt > +++ b/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt > @@ -4,7 +4,8 @@ Required properties: > The fpga_mgr node has the following mandatory property, must be located under > firmware/svc node. > > -- compatible : should contain "intel,stratix10-soc-fpga-mgr" > +- compatible : should contain "intel,stratix10-soc-fpga-mgr" or > + "intel,agilex-soc-fpga-mgr" > > Example: > > -- > 2.7.4 > Applied to for-next, Thanks
diff --git a/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt b/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt index 6e03f79..0f87413 100644 --- a/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt +++ b/Documentation/devicetree/bindings/fpga/intel-stratix10-soc-fpga-mgr.txt @@ -4,7 +4,8 @@ Required properties: The fpga_mgr node has the following mandatory property, must be located under firmware/svc node. -- compatible : should contain "intel,stratix10-soc-fpga-mgr" +- compatible : should contain "intel,stratix10-soc-fpga-mgr" or + "intel,agilex-soc-fpga-mgr" Example: