On Tue, Jun 13, 2023 at 12:18:10AM -0600, Rob Herring wrote: > > On Tue, 13 Jun 2023 13:46:00 +0800, Kim Seer Paller wrote: > > The MAX14001 is a configurable, isolated 10-bit ADC for multi-range > > binary inputs. > > > > Signed-off-by: Kim Seer Paller <kimseer.paller@xxxxxxxxxx> > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > V3 -> V4: Added space between prefixes in commit description. > > > > .../bindings/iio/adc/adi,max14001.yaml | 54 +++++++++++++++++++ > > MAINTAINERS | 7 +++ > > 2 files changed, 61 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,max14001.yaml > > > > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' > on your patch (DT_CHECKER_FLAGS is new in v5.13): > > yamllint warnings/errors: > > dtschema/dtc warnings/errors: > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.yaml: $defs:qcom-pmic-mpp-state:properties:qcom,paired: [{'description': 'Indicates that the pin should be operating in paired mode.'}] is not of type 'object', 'boolean' > from schema $id: http://devicetree.org/meta-schemas/core.yaml# Unrelated, this can be ignored. Rob