Commit 93b7a95f authored by Michal Simek's avatar Michal Simek
Browse files

dt-bindings: firmware: xilinx: Fix versal-fpga node name



Based on commit 83a368a3 ("docs: dt-bindings: add DTS Coding Style
document") using underscore ('_') in node name is not recommended that's
why switch to dash ('-').

Acked-by: default avatarXu Yilun <yilun.xu@intel.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/6779af2f9cc21c912f10cf310388d99b980800b2.1702996281.git.michal.simek@amd.com


Signed-off-by: default avatarMichal Simek <michal.simek@amd.com>
parent 8e312baa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ properties:
  "#power-domain-cells":
    const: 1

  versal_fpga:
  versal-fpga:
    $ref: /schemas/fpga/xlnx,versal-fpga.yaml#
    description: Compatible of the FPGA device.
    type: object
@@ -90,7 +90,7 @@ examples:
      compatible = "xlnx,versal-firmware";
      method = "smc";

      versal_fpga: versal_fpga {
      versal_fpga: versal-fpga {
        compatible = "xlnx,versal-fpga";
      };

+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ additionalProperties: false

examples:
  - |
    versal_fpga: versal_fpga {
    versal_fpga: versal-fpga {
         compatible = "xlnx,versal-fpga";
    };