Re: [PATCH 2/3] dt-bindings: firmware: stratix10: Convert to json-schema
From: Mahesh Rao <hidden>
Date: 2025-01-27 17:07:15
Also in:
linux-fpga, lkml
From: Mahesh Rao <hidden>
Date: 2025-01-27 17:07:15
Also in:
linux-fpga, lkml
Hi Conor Dooley, On Wed, 22 Jan 2025 18:40:41 +0000, Conor Dooley wrote:
quoted
Convert intel,stratix10-svc service layer devicetree binding file from freeform format to json-schema.
quoted
+ + method: + enum: [smc, hvc] + description: supervisory call method to be used for the service layer.This looks to be missing a type (string) and an explanation of what "smc" and "hvc" are.
Thanks for pointing out , will do the change in next revision.
quoted
+ + fpga-mgr: + $ref: /schemas/fpga/intel,stratix10-soc-fpga-mgr.yaml + description: Optional child node for fpga manager to perform fabricconfiguration. This is new and not justified in your commit message. Please explain where this has come from in v2. Cheers, Conor.
Sure, this is an optional child node/driver present in the device tree for the Agilex SoC devices, but it was not mentioned in the text documentation. Therefore, I had included it here. I will provide more details about this change in the next version. Best Regards Mahesh Rao