mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
disable watchdog for bcm6345 until it gets fixed
SVN-Revision: 17148
This commit is contained in:
parent
fd666e7c7e
commit
dd78f746a5
@ -31,5 +31,8 @@ int __init bcm63xx_wdt_register(void)
|
|||||||
wdt_resources[0].start = bcm63xx_regset_address(RSET_WDT);
|
wdt_resources[0].start = bcm63xx_regset_address(RSET_WDT);
|
||||||
wdt_resources[0].end = wdt_resources[0].start;
|
wdt_resources[0].end = wdt_resources[0].start;
|
||||||
wdt_resources[0].end += RSET_WDT_SIZE - 1;
|
wdt_resources[0].end += RSET_WDT_SIZE - 1;
|
||||||
|
|
||||||
|
/* Disable watchdog for 6345 until we fix it */
|
||||||
|
if (!BCMCPU_IS_6345())
|
||||||
return platform_device_register(&bcm63xx_wdt_device);
|
return platform_device_register(&bcm63xx_wdt_device);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user