|
@@ -28,6 +28,7 @@
|
|
#include <asm/arch/pxa-regs.h>
|
|
#include <asm/arch/pxa-regs.h>
|
|
#include <asm/arch/pxa2xx-regs.h>
|
|
#include <asm/arch/pxa2xx-regs.h>
|
|
#include <asm/arch/mfp-pxa25x.h>
|
|
#include <asm/arch/mfp-pxa25x.h>
|
|
|
|
+#include <asm/arch/reset.h>
|
|
#include <asm/arch/pm.h>
|
|
#include <asm/arch/pm.h>
|
|
#include <asm/arch/dma.h>
|
|
#include <asm/arch/dma.h>
|
|
|
|
|
|
@@ -348,6 +349,9 @@ static int __init pxa25x_init(void)
|
|
clks_register(&pxa25x_hwuart_clk, 1);
|
|
clks_register(&pxa25x_hwuart_clk, 1);
|
|
|
|
|
|
if (cpu_is_pxa21x() || cpu_is_pxa25x()) {
|
|
if (cpu_is_pxa21x() || cpu_is_pxa25x()) {
|
|
|
|
+
|
|
|
|
+ reset_status = RCSR;
|
|
|
|
+
|
|
clks_register(pxa25x_clks, ARRAY_SIZE(pxa25x_clks));
|
|
clks_register(pxa25x_clks, ARRAY_SIZE(pxa25x_clks));
|
|
|
|
|
|
if ((ret = pxa_init_dma(16)))
|
|
if ((ret = pxa_init_dma(16)))
|