dt-bindings: clock: imx8qxp-lpcg: correct the example clock-names
authorPeng Fan <peng.fan@nxp.com>
Thu, 25 Feb 2021 03:10:01 +0000 (11:10 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 Mar 2021 04:22:07 +0000 (12:22 +0800)
Align with all other i.MX using the mmc controller, align
the clock-names.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Documentation/devicetree/bindings/clock/imx8qxp-lpcg.yaml

index 940486ef1051d10fbbf6c0c70f3aebaa2f5e0ec1..0f6fe365ebf3068f38f59967d8b9a4957b688c86 100644 (file)
@@ -107,8 +107,8 @@ examples:
         interrupts = <GIC_SPI 232 IRQ_TYPE_LEVEL_HIGH>;
         reg = <0x5b010000 0x10000>;
         clocks = <&sdhc0_lpcg IMX_LPCG_CLK_4>,
-                 <&sdhc0_lpcg IMX_LPCG_CLK_0>,
-                 <&sdhc0_lpcg IMX_LPCG_CLK_5>;
-        clock-names = "ipg", "per", "ahb";
+                 <&sdhc0_lpcg IMX_LPCG_CLK_5>,
+                 <&sdhc0_lpcg IMX_LPCG_CLK_0>;
+        clock-names = "ipg", "ahb", "per";
         power-domains = <&pd IMX_SC_R_SDHC_0>;
     };