diff options
author | Kuldeep Singh <kuldeep.singh@nxp.com> | 2021-09-08 09:51:26 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-09-22 11:19:33 +0300 |
commit | d7cd74466651e166c0f6272190966496453faa0c (patch) | |
tree | 888c8fcff118e3f6cf67ed12397fa85890fef3e1 | |
parent | c179ee1e2c2ee49f1d3bc968000aaaac8e6d57d1 (diff) | |
download | linux-d7cd74466651e166c0f6272190966496453faa0c.tar.xz |
arm64: dts: imx8mp: Reorder flexspi clock-names entry
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index 9b07b26230a1..04d259de5667 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -785,7 +785,7 @@ 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>; |