Message ID | 20181206171516.15891-1-gregory.clement@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | Add CPU clock support for Armada 7K/8K | expand |
Quoting Gregory CLEMENT (2018-12-06 09:15:11) > Hello, > > This is the second version of a series allowing to manage the cpu > clock for Armada 7K/8K. For these SoCs, the CPUs share the same clock > by cluster, so actually the clock management is done at cluster level. > > As for the other Armada 7K/8K clocks it is possible to have multiple > AP so here again we need to have unique name: the purpose of the second > patch is to share a common code which will be used in 3 drivers. > > The last 2 patch enable the driver at dt and platform level and will > be applied through the mvebu subsystem. The binding "marvell,ap806-cpu-clock" is not documented. It was in the previous series but then got dropped from this one? Why?
Hi Stephen, On ven., déc. 14 2018, Stephen Boyd <sboyd@kernel.org> wrote: > Quoting Gregory CLEMENT (2018-12-06 09:15:11) >> Hello, >> >> This is the second version of a series allowing to manage the cpu >> clock for Armada 7K/8K. For these SoCs, the CPUs share the same clock >> by cluster, so actually the clock management is done at cluster level. >> >> As for the other Armada 7K/8K clocks it is possible to have multiple >> AP so here again we need to have unique name: the purpose of the second >> patch is to share a common code which will be used in 3 drivers. >> >> The last 2 patch enable the driver at dt and platform level and will >> be applied through the mvebu subsystem. > > The binding "marvell,ap806-cpu-clock" is not documented. It was in the > previous series but then got dropped from this one? Why? I made a mistake and start my git-format on the wrong commit, I am sending a new series right now with this missing patch. Gregory >