Skip to content

Commit 7c37b61

Browse files
Gwenhael Goavec-Meroushawnguo2
authored andcommitted
ARM: imx27.dtsi: fix CSPI PER clock id
CSPI PER clock is per2clk (per2_gate id 60) instead of cspiX_ipg_gate. Signed-off-by: Gwenhael Goavec-Merou <[email protected]> Acked-by: Sascha Hauer <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 272b98c commit 7c37b61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm/boot/dts/imx27.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
compatible = "fsl,imx27-cspi";
188188
reg = <0x1000e000 0x1000>;
189189
interrupts = <16>;
190-
clocks = <&clks 53>, <&clks 53>;
190+
clocks = <&clks 53>, <&clks 60>;
191191
clock-names = "ipg", "per";
192192
status = "disabled";
193193
};
@@ -198,7 +198,7 @@
198198
compatible = "fsl,imx27-cspi";
199199
reg = <0x1000f000 0x1000>;
200200
interrupts = <15>;
201-
clocks = <&clks 52>, <&clks 52>;
201+
clocks = <&clks 52>, <&clks 60>;
202202
clock-names = "ipg", "per";
203203
status = "disabled";
204204
};
@@ -309,7 +309,7 @@
309309
compatible = "fsl,imx27-cspi";
310310
reg = <0x10017000 0x1000>;
311311
interrupts = <6>;
312-
clocks = <&clks 51>, <&clks 51>;
312+
clocks = <&clks 51>, <&clks 60>;
313313
clock-names = "ipg", "per";
314314
status = "disabled";
315315
};

0 commit comments

Comments
 (0)