Commit 1fb91db57fd102f4522e0b1169aadeaf33ba8cad

Authored by Fabio Estevam
Committed by Greg Kroah-Hartman
1 parent 64c2607ba8

ARM: dts: imx25: Fix the SPI1 clocks

commit 7a87e9cbc3a2f0ff0955815335e08c9862359130 upstream.

From Documentation/devicetree/bindings/clock/imx25-clock.txt:

	cspi1_ipg		78
	cspi2_ipg		79
	cspi3_ipg		80

, so fix the SPI1 clocks accordingly to avoid a kernel hang when trying to
access SPI1.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/arm/boot/dts/imx25.dtsi
... ... @@ -162,7 +162,7 @@
162 162 #size-cells = <0>;
163 163 compatible = "fsl,imx25-cspi", "fsl,imx35-cspi";
164 164 reg = <0x43fa4000 0x4000>;
165   - clocks = <&clks 62>, <&clks 62>;
  165 + clocks = <&clks 78>, <&clks 78>;
166 166 clock-names = "ipg", "per";
167 167 interrupts = <14>;
168 168 status = "disabled";