]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx25: Fix the SPI1 clocks
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 5 Dec 2014 18:16:07 +0000 (16:16 -0200)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 29 Dec 2014 11:24:13 +0000 (19:24 +0800)
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>
Cc: <stable@vger.kernel.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx25.dtsi

index 58d3c3cf2923f5ffae5e1657140fc7b94f4090c1..d238676a910753a4d7b2ff9e80d4599fe36da057 100644 (file)
                                #size-cells = <0>;
                                compatible = "fsl,imx25-cspi", "fsl,imx35-cspi";
                                reg = <0x43fa4000 0x4000>;
-                               clocks = <&clks 62>, <&clks 62>;
+                               clocks = <&clks 78>, <&clks 78>;
                                clock-names = "ipg", "per";
                                interrupts = <14>;
                                status = "disabled";