diff options
author | Kevin Hilman <khilman@linaro.org> | 2015-12-12 01:14:34 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-12-12 01:14:34 +0100 |
commit | 7f4c977849d494a1ff173fbc226b69192ec02c90 (patch) | |
tree | 32308c431266cf92ab3971632a238836df2de28f /arch/arm/boot/dts/vf610-colibri.dtsi | |
parent | ls2080a/dts: Add little endian property for GPIO IP block (diff) | |
parent | ARM: dts: vf610: use reset values for L2 cache latencies (diff) | |
download | linux-7f4c977849d494a1ff173fbc226b69192ec02c90.tar.xz linux-7f4c977849d494a1ff173fbc226b69192ec02c90.zip |
Merge tag 'imx-fixes-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
Merge "ARM: imx: fixes for 4.4, 2nd round" from Shawn Guo:
The i.MX fixes for 4.4, 2nd round:
- Fix vf610 SAI clock configuration bug which is discovered by the newly
added master mode support in SAI audio driver.
- Fix buggy L2 cache latency values in vf610 device trees, which may
cause system hang when cpu runs at a higher frequency.
* tag 'imx-fixes-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
ARM: dts: vf610: use reset values for L2 cache latencies
ARM: dts: vf610: fix clock definition for SAI2
ARM: imx: clk-vf610: fix SAI clock tree
Diffstat (limited to 'arch/arm/boot/dts/vf610-colibri.dtsi')
-rw-r--r-- | arch/arm/boot/dts/vf610-colibri.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/vf610-colibri.dtsi b/arch/arm/boot/dts/vf610-colibri.dtsi index 19fe045b8334..2d7eab755210 100644 --- a/arch/arm/boot/dts/vf610-colibri.dtsi +++ b/arch/arm/boot/dts/vf610-colibri.dtsi @@ -18,8 +18,3 @@ reg = <0x80000000 0x10000000>; }; }; - -&L2 { - arm,data-latency = <2 1 2>; - arm,tag-latency = <3 2 3>; -}; |