Re: [PATCH v3 2/2] dt-bindings: fpga: altera: Convert bridge bindings to yaml

From: Rob Herring
Date: Thu Jan 11 2024 - 16:09:43 EST



On Tue, 09 Jan 2024 14:32:39 +0100, Michal Simek wrote:
> Convert Altera's bridges to yaml with using fpga-bridge.yaml.
>
> Signed-off-by: Michal Simek <michal.simek@xxxxxxx>
> Reviewed-by: Xu Yilun <yilun.xu@xxxxxxxxx>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - Add Yilun tag
> - Add missing license to altera-hps2fpga-bridge.yaml
> - Drop reg as required property from altera-fpga2sdram-bridge.yaml
> - Align file names with compatible string
> - Drop | from description entry because no need to preserve formatting
> - Keep only one example in altr,socfpga-hps2fpga-bridge.yaml
>
> .../fpga/altera-fpga2sdram-bridge.txt | 13 -----
> .../bindings/fpga/altera-freeze-bridge.txt | 20 --------
> .../bindings/fpga/altera-hps2fpga-bridge.txt | 36 --------------
> .../fpga/altr,freeze-bridge-controller.yaml | 41 ++++++++++++++++
> .../fpga/altr,socfpga-fpga2sdram-bridge.yaml | 33 +++++++++++++
> .../fpga/altr,socfpga-hps2fpga-bridge.yaml | 49 +++++++++++++++++++
> 6 files changed, 123 insertions(+), 69 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/fpga/altera-fpga2sdram-bridge.txt
> delete mode 100644 Documentation/devicetree/bindings/fpga/altera-freeze-bridge.txt
> delete mode 100644 Documentation/devicetree/bindings/fpga/altera-hps2fpga-bridge.txt
> create mode 100644 Documentation/devicetree/bindings/fpga/altr,freeze-bridge-controller.yaml
> create mode 100644 Documentation/devicetree/bindings/fpga/altr,socfpga-fpga2sdram-bridge.yaml
> create mode 100644 Documentation/devicetree/bindings/fpga/altr,socfpga-hps2fpga-bridge.yaml
>

Applied, thanks!