On 28-04-20, 17:02, Matthias Kaehlcke wrote: > Judging from SDM845 (which has more OPP tables) the convention seems to be > to add OPP tables to the nodes that use them, which seems reasonable and I don't think that's right. The same DT opp tables are used for multiple CPUs and they are placed outside of any device's node. And that is the reason we have handled that specially in kernel (which Rajendra shared in another email), to not create a platform device for the opp table. -- viresh