summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2023-12-19 17:31:25 +0300
committerMichal Simek <michal.simek@amd.com>2024-01-22 16:01:38 +0300
commit93b7a95f6dd97d76dcdc2dbcf1a2e1be826fd38b (patch)
tree6635884db07b3d8d95643318e65e7bd4317c8202 /Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml
parent8e312baaccd296267b41848e362740099157968e (diff)
downloadlinux-93b7a95f6dd97d76dcdc2dbcf1a2e1be826fd38b.tar.xz
dt-bindings: firmware: xilinx: Fix versal-fpga node name
Based on commit 83a368a3fc8a ("docs: dt-bindings: add DTS Coding Style document") using underscore ('_') in node name is not recommended that's why switch to dash ('-'). Acked-by: Xu Yilun <yilun.xu@intel.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/6779af2f9cc21c912f10cf310388d99b980800b2.1702996281.git.michal.simek@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml')
-rw-r--r--Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml b/Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml
index 26f18834caa3..80833462f620 100644
--- a/Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml
+++ b/Documentation/devicetree/bindings/fpga/xlnx,versal-fpga.yaml
@@ -26,7 +26,7 @@ additionalProperties: false
examples:
- |
- versal_fpga: versal_fpga {
+ versal_fpga: versal-fpga {
compatible = "xlnx,versal-fpga";
};