On Sun, 25 Jun 2023 23:25:22 +0300, Dmitry Baryshkov wrote: > Exted the opp-v2-kryo-cpu.yaml to support defining OPP tables for the > previous generation of Qualcomm CPUs, 32-bit Krait-based platforms. > > It makes no sense to use 'operating-points-v2-kryo-cpu' compatibility > node for the Krait cores. Add support for the Krait-specific > 'operating-points-v2-krait-cpu' compatibility string and the relevant > opp-microvolt subclasses properties. > > The listed opp-supported-hw values are applicable only to msm8996 / > msm8996pro platforms. Remove the enum as other platforms will use other > bit values. It makes little sense to list all possible values for all > the platforms here. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../devicetree/bindings/opp/opp-v2-kryo-cpu.yaml | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>