diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-07-23 15:56:29 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 23:29:46 +0800 |
commit | ea257a0328c201cc29dd49d01d3682f106c1249e (patch) | |
tree | c187055ab68d7426ea3d75f6c5d2f053ea9e4b11 /arch/arm/boot/dts/imx53.dtsi | |
parent | 951ebf58bf2a668c385df4ce8f2f3285afa0763c (diff) | |
download | lwn-ea257a0328c201cc29dd49d01d3682f106c1249e.tar.gz lwn-ea257a0328c201cc29dd49d01d3682f106c1249e.zip |
ARM: imx: add ocram clock for imx53
Add missing ocram gate clock for imx53 and also represent it in device
tree ocram node.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 44a0170c425b..4307e80b2d2e 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -1121,6 +1121,7 @@ ocram: sram@f8000000 { compatible = "mmio-sram"; reg = <0xf8000000 0x20000>; + clocks = <&clks 186>; }; }; }; |