Running make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/trivial-devices.yaml on a recent linux kernel yields TypeError: __init__() got an unexpected keyword argument 'resolver'. What is going wrong?
EDIT it really doesn't seem to matter on what files I am trying to run dt-doc-validate: dt-doc-validate -u Documentation/devicetree/bindings Documentation/devicetree/bindings/i2c/i2c-owl.yaml yields exactly the same error.
Running
make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/trivial-devices.yaml
on a recent linux kernel yieldsTypeError: __init__() got an unexpected keyword argument 'resolver'
. What is going wrong? EDIT it really doesn't seem to matter on what files I am trying to run dt-doc-validate:dt-doc-validate -u Documentation/devicetree/bindings Documentation/devicetree/bindings/i2c/i2c-owl.yaml
yields exactly the same error.