commit | 560d7f466cc29cd9fabd6896542b72d8c4cfad94 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Fri May 03 19:43:07 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat May 18 12:31:59 2019 -0400 |
tree | 7bc46cf4692f59495a88fb11cb7c3949146e89ee | |
parent | 53a81ad83b322a9267a4b5ccfa2268fac7191659 [diff] |
dt: bcm6858: watchdog should use a 50Mhz clock The watchdog should use a clock at 50 Mhz, so instead of using the clock osc (200 Mhz), we define a reference clock at 50Mhz and use it for both watchdog. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Stefan Roese <sr@denx.de>