Re: [PATCH] clk: aspeed: Support HPLL strapping on ast2400

2018-07-11 Thread Stephen Boyd
Quoting Joel Stanley (2018-07-10 22:53:52) > Hi Stephen, > > On 7 July 2018 at 03:55, Stephen Boyd wrote: > > Quoting Joel Stanley (2018-06-28 16:15:40) > >> The HPLL can be configured through a register (SCU24), however some > >> platforms chose to configure it through the strapping settings and

Re: [PATCH] clk: aspeed: Support HPLL strapping on ast2400

2018-07-10 Thread Joel Stanley
Hi Stephen, On 7 July 2018 at 03:55, Stephen Boyd wrote: > Quoting Joel Stanley (2018-06-28 16:15:40) >> The HPLL can be configured through a register (SCU24), however some >> platforms chose to configure it through the strapping settings and do >> not use the register. This was not noticed as th

Re: [PATCH] clk: aspeed: Support HPLL strapping on ast2400

2018-07-06 Thread Stephen Boyd
Quoting Joel Stanley (2018-06-28 16:15:40) > The HPLL can be configured through a register (SCU24), however some > platforms chose to configure it through the strapping settings and do > not use the register. This was not noticed as the logic for bit 18 in > SCU24 was confused: set means programmed

[PATCH] clk: aspeed: Support HPLL strapping on ast2400

2018-06-28 Thread Joel Stanley
The HPLL can be configured through a register (SCU24), however some platforms chose to configure it through the strapping settings and do not use the register. This was not noticed as the logic for bit 18 in SCU24 was confused: set means programmed, but the driver read it as set means strapped. Th