mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-21 04:36:18 -04:00
TRATS: use the generic watchdog timer
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: HeungJun, Kim <riverful.kim@samsung.com>
This commit is contained in:
parent
851db35e2d
commit
85948a8b9a
@ -310,14 +310,6 @@ static void board_clock_init(void)
|
|||||||
writel(CLK_GATE_BLOCK_VAL, (unsigned int)&clk->gate_block);
|
writel(CLK_GATE_BLOCK_VAL, (unsigned int)&clk->gate_block);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void board_watchdog_disable(void)
|
|
||||||
{
|
|
||||||
struct exynos4_watchdog *wd =
|
|
||||||
(struct exynos4_watchdog *)samsung_get_base_watchdog();
|
|
||||||
|
|
||||||
writel(~(WTCON_EN | WTCON_INT), (unsigned int)&wd->wtcon);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void board_power_init(void)
|
static void board_power_init(void)
|
||||||
{
|
{
|
||||||
struct exynos4_power *pwr =
|
struct exynos4_power *pwr =
|
||||||
@ -368,8 +360,7 @@ static void board_uart_init(void)
|
|||||||
|
|
||||||
int board_early_init_f(void)
|
int board_early_init_f(void)
|
||||||
{
|
{
|
||||||
board_watchdog_disable();
|
wdt_stop();
|
||||||
|
|
||||||
pmic_reset();
|
pmic_reset();
|
||||||
board_clock_init();
|
board_clock_init();
|
||||||
board_uart_init();
|
board_uart_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user