On Wed, 08 Jul 2020 18:40:22 +0800, Louis Kuo wrote: > This patch adds the DT binding documentation for the sensor interface > module in Mediatek SoCs. > > Signed-off-by: Louis Kuo <louis.kuo@xxxxxxxxxxxx> > --- > .../bindings/media/mediatek-seninf.yaml | 223 ++++++++++++++++++ > 1 file changed, 223 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/mediatek-seninf.yaml > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/media/mediatek-seninf.example.dts:23:18: fatal error: dt-bindings/power/mt8183-power.h: No such file or directory #include <dt-bindings/power/mt8183-power.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. scripts/Makefile.lib:315: recipe for target 'Documentation/devicetree/bindings/media/mediatek-seninf.example.dt.yaml' failed make[1]: *** [Documentation/devicetree/bindings/media/mediatek-seninf.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... Makefile:1347: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1325155 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade Please check and re-submit.