On Mon, Aug 22, 2022 at 10:23 AM Jean-Philippe Brucker <jean-philippe@xxxxxxxxxx> wrote: > > The DT validator reports an error in the schema: > > Documentation/devicetree/bindings/regulator/qcom,spmi-regulator.yaml: ignoring, error in schema: patternProperties: ^(5vs[1-2]|(l|s)[1-9][0-9]?|lvs[1-3])$: properties > > Move the unevaluatedProperties statement out of the properties section > to fix it. > > Fixes: 0b3bbd7646b0 ("regulator: qcom,spmi-regulator: Convert to dtschema") > Signed-off-by: Jean-Philippe Brucker <jean-philippe@xxxxxxxxxx> > --- > .../devicetree/bindings/regulator/qcom,spmi-regulator.yaml | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by: Rob Herring <robh@xxxxxxxxxx>