On Thu, 26 Mar 2020 04:16:13 +0200, Leonard Crestez wrote: > Add initial dt bindings for the interconnects inside i.MX chips. > Multiple external IPs are involved but SOC integration means the > software controllable interfaces are very similar. > > Main NOC node acts as interconnect provider if #interconnect-cells is > present. Currently there is a single imx interconnect provider for the > whole SOC. > > Other pieces of scalable interconnects can be present, each with their > own OPP table. > > Signed-off-by: Leonard Crestez <leonard.crestez@xxxxxxx> > --- > .../bindings/interconnect/fsl,imx8m-noc.yaml | 138 ++++++++++++++++++ > 1 file changed, 138 insertions(+) > create mode 100644 Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml > My bot found errors running 'make dt_binding_check' on your patch: Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml: while parsing a block mapping in "<unicode string>", line 4, column 1 did not find expected key in "<unicode string>", line 79, column 9 Documentation/devicetree/bindings/Makefile:12: recipe for target 'Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.example.dts' failed make[1]: *** [Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.example.dts] Error 1 make[1]: *** Waiting for unfinished jobs.... Makefile:1262: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2 See https://patchwork.ozlabs.org/patch/1261720 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.