diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-12-05 19:16:07 +0100 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-12-29 12:24:13 +0100 |
commit | 7a87e9cbc3a2f0ff0955815335e08c9862359130 (patch) | |
tree | 3d4473bd4f6e329f511c4363bb53ec9ce39cb8f7 /arch/arm | |
parent | ARM: clk-imx6q: fix video divider for rev T0 1.0 (diff) | |
download | linux-7a87e9cbc3a2f0ff0955815335e08c9862359130.tar.xz linux-7a87e9cbc3a2f0ff0955815335e08c9862359130.zip |
ARM: dts: imx25: Fix the SPI1 clocks
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx25.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi index 58d3c3cf2923..d238676a9107 100644 --- a/arch/arm/boot/dts/imx25.dtsi +++ b/arch/arm/boot/dts/imx25.dtsi @@ -162,7 +162,7 @@ #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"; |