dt-bindings: firmware: xilinx: Sort node names (clock-controller)
authorMichal Simek <michal.simek@amd.com>
Thu, 21 Dec 2023 12:27:55 +0000 (13:27 +0100)
committerMichal Simek <michal.simek@amd.com>
Mon, 22 Jan 2024 13:03:07 +0000 (14:03 +0100)
Nodes should be sorted that's why move clock-controller to the top of list.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/ccb6bd5f4d1d28983c73497ada596e893fece499.1703161663.git.michal.simek@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Documentation/devicetree/bindings/firmware/xilinx/xlnx,zynqmp-firmware.yaml

index 9eaa74d0503c225c723da8d428ba143ae4a1c2a5..7586fbff7ad6f799a4aeb14d6eb36e9e4568f28a 100644 (file)
@@ -47,6 +47,15 @@ properties:
   "#power-domain-cells":
     const: 1
 
+  clock-controller:
+    $ref: /schemas/clock/xlnx,versal-clk.yaml#
+    description: The clock controller is a hardware block of Xilinx versal
+      clock tree. It reads required input clock frequencies from the devicetree
+      and acts as clock provider for all clock consumers of PS clocks.list of
+      clock specifiers which are external input clocks to the given clock
+      controller.
+    type: object
+
   gpio:
     $ref: /schemas/gpio/xlnx,zynqmp-gpio-modepin.yaml#
     description: The gpio node describes connect to PS_MODE pins via firmware
@@ -90,15 +99,6 @@ properties:
       vector.
     type: object
 
-  clock-controller:
-    $ref: /schemas/clock/xlnx,versal-clk.yaml#
-    description: The clock controller is a hardware block of Xilinx versal
-      clock tree. It reads required input clock frequencies from the devicetree
-      and acts as clock provider for all clock consumers of PS clocks.list of
-      clock specifiers which are external input clocks to the given clock
-      controller.
-    type: object
-
 required:
   - compatible