On Mon, Jun 24, 2024 at 03:57:35PM +0200, Konrad Dybcio wrote: > > > On 6/23/24 13:06, Akhil P Oommen wrote: > > Add the necessary dt nodes for gpu support in X1E80100. > > > > Signed-off-by: Akhil P Oommen <quic_akhilpo@xxxxxxxxxxx> > > --- > > [...] > > > + > > + opp-1100000000 { > > + opp-hz = /bits/ 64 <1100000000>; > > + opp-level = <RPMH_REGULATOR_LEVEL_TURBO_L1>; > > + opp-peak-kBps = <16500000>; > > No speedbins? Coming soon! I am waiting for some confirmations on some SKU related data. This is the lowest Fmax among all SKUs which we can safely enable for now. -Akhil. > > Konrad