On Mon, Dec 16, 2024 at 8:04 AM Prasad Kumpatla <quic_pkumpatl@xxxxxxxxxxx> wrote: > > Introduce a property specifies the frequency of the master clock "a property that specifies" > - enum: [ 0, 2, 4, 8 ] > + enum: [0, 2, 4, 8] > > micbias-voltage-m-volts: > description: The bias voltage to be used in mVolts. The voltage can take > values from 1.25V to 3V by 250mV steps. If this node is not mentioned > or the value is unknown, then the value is set to 1.25V. > $ref: /schemas/types.yaml#/definitions/uint32 > - enum: [ 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000 ] > + enum: [1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000] > > lrclk-strength: > description: | > @@ -64,7 +64,7 @@ properties: > 2 = 3.33 mA 5.74 mA 8.03 mA > 3 = 4.99 mA 8.61 mA 12.05 mA > $ref: /schemas/types.yaml#/definitions/uint32 > - enum: [ 0, 1, 2, 3 ] > + enum: [0, 1, 2, 3] > > sclk-strength: > description: | > @@ -77,12 +77,20 @@ properties: > 2 = 3.33 mA 5.74 mA 8.03 mA > 3 = 4.99 mA 8.61 mA 12.05 mA > $ref: /schemas/types.yaml#/definitions/uint32 > - enum: [ 0, 1, 2, 3 ] > + enum: [0, 1, 2, 3] All these enum changes are unrelated.