diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-28 21:33:09 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 08:42:13 -0400 |
commit | 8f7cf8815f7d87534dda3657f03e925e58c1f5e1 (patch) | |
tree | 02c73d48dcb2d821029c10af1294d4a12a21a223 /arch/arm/boot/dts/imx23.dtsi | |
parent | c226221359f3edf2f53c802dd60f69b7295a3f5c (diff) |
ARM: mxs: get reset address from device tree
Instead of using static address definition, get reset address from
device tree with mapping, so that core_initcall mxs_arch_reset_init()
can be killed.
The "rtc" clock code in mxs_arch_reset_init() seems to be zombie, since
there is no clk lookup defined in clock driver at all. Remove it
together.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx23.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 8d37aa7430a3..30b410b2e243 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi | |||
@@ -361,7 +361,7 @@ | |||
361 | ranges; | 361 | ranges; |
362 | 362 | ||
363 | clks: clkctrl@80040000 { | 363 | clks: clkctrl@80040000 { |
364 | compatible = "fsl,imx23-clkctrl"; | 364 | compatible = "fsl,imx23-clkctrl", "fsl,clkctrl"; |
365 | reg = <0x80040000 0x2000>; | 365 | reg = <0x80040000 0x2000>; |
366 | #clock-cells = <1>; | 366 | #clock-cells = <1>; |
367 | }; | 367 | }; |