> > + > > +properties: > > + compatible: > > + enum: > > + - qcom,msm8939-cci > > + > > + clocks: > > + maxItems: 1 > > + > > + operating-points-v2: true > > + opp-table: > > + type: object > > + > > +required: > > + - compatible > > + - clocks > > + - operating-points-v2 > > + - nvmem-cells > > ?? You cannot require properties which are not present. > > > + - power-domains > > Same here. > So the properties should be added later, after cpr and fuse nodes are available in mainline, right? - Jun