Skip to content

Commit fd4334a

Browse files
tq-steinaShawn Guo
authored andcommitted
arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order
The correct clock order is "fspi_en" and "fspi". As they are identical just reordering the names is sufficient. Fixes: 6276d66 ("arm64: dts: imx8dxl: add flexspi0 support") Signed-off-by: Alexander Stein <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent fe15c26 commit fd4334a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8-ss-lsio.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ lsio_subsys: bus@5d000000 {
117117
interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
118118
clocks = <&clk IMX_SC_R_FSPI_0 IMX_SC_PM_CLK_PER>,
119119
<&clk IMX_SC_R_FSPI_0 IMX_SC_PM_CLK_PER>;
120-
clock-names = "fspi", "fspi_en";
120+
clock-names = "fspi_en", "fspi";
121121
power-domains = <&pd IMX_SC_R_FSPI_0>;
122122
status = "disabled";
123123
};

0 commit comments

Comments
 (0)