mirror of https://github.com/hak5/openwrt.git
23 lines
775 B
Diff
23 lines
775 B
Diff
From 51db62f58431d9a89c55f59f98879829dcfddcaf Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <blogic@openwrt.org>
|
|
Date: Sun, 28 Jul 2013 13:50:11 +0200
|
|
Subject: [PATCH 15/25] MIPS: ralink: mt7620: add wdt clock definition
|
|
|
|
The definition of the wdt clock is missing.
|
|
|
|
Signed-off-by: John Crispin <blogic@openwrt.org>
|
|
---
|
|
arch/mips/ralink/mt7620.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/mips/ralink/mt7620.c
|
|
+++ b/arch/mips/ralink/mt7620.c
|
|
@@ -166,6 +166,7 @@ void __init ralink_clk_init(void)
|
|
|
|
ralink_clk_add("cpu", cpu_rate);
|
|
ralink_clk_add("10000100.timer", 40000000);
|
|
+ ralink_clk_add("10000120.watchdog", 40000000);
|
|
ralink_clk_add("10000500.uart", 40000000);
|
|
ralink_clk_add("10000b00.spi", 40000000);
|
|
ralink_clk_add("10000c00.uartlite", 40000000);
|