On Tue, 12 Nov 2019 at 07:56, Cédric Le Goater <c...@kaod.org> wrote: > > On 12/11/2019 07:40, Joel Stanley wrote: > > The AST2600 control register sneakily changed the meaning of bit 4 > > without anyone noticing. It no longer controls the 1MHz vs APB clock > > select, and instead always runs at 1MHz. > > > > The AST2500 was always 1MHz too, but it retained bit 4, making it read > > only. We can model both using the same fixed 1MHz calculation. > > > > Fixes: ea29711f467f ("watchdog/aspeed: Fix AST2600 control reg behaviour") > > which commit is that ^ ? Did you mean : > > Fixes: 6b2b2a703cad ("hw: wdt_aspeed: Add AST2600 support")
Yes. Thanks for catching that.