arm64: dts: imx8mp: Reorder flexspi clock-names entry
authorKuldeep Singh <kuldeep.singh@nxp.com>
Wed, 8 Sep 2021 06:51:26 +0000 (12:21 +0530)
committerShawn Guo <shawnguo@kernel.org>
Wed, 22 Sep 2021 08:19:33 +0000 (16:19 +0800)
Reorder flexspi clock-names entry to make it compliant with bindings.

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index 9b07b26..04d259d 100644 (file)
                                interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clk IMX8MP_CLK_QSPI_ROOT>,
                                         <&clk IMX8MP_CLK_QSPI_ROOT>;
-                               clock-names = "fspi", "fspi_en";
+                               clock-names = "fspi_en", "fspi";
                                assigned-clock-rates = <80000000>;
                                assigned-clocks = <&clk IMX8MP_CLK_QSPI>;
                                #address-cells = <1>;