On Fri, Jun 19, 2020 at 9:48 AM Thomas Bogendoerfer <tsbog...@alpha.franken.de> wrote: > > On Wed, Jun 03, 2020 at 02:33:54AM +0800, 周琰杰 (Zhou Yanjie) wrote: > > Document the available properties for the SoC root node and the > > CPU nodes of the devicetree for the Ingenic XBurst SoCs. > > > > Tested-by: H. Nikolaus Schaller <h...@goldelico.com> > > Tested-by: Paul Boddie <p...@boddie.org.uk> > > Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyan...@wanyeetech.com> > > --- > > > > Notes: > > v1->v2: > > 1.Remove unnecessary "items". > > 2.Add "clocks" as suggested by Paul Cercueil. > > > > .../bindings/mips/ingenic/ingenic,cpu.yaml | 67 > > ++++++++++++++++++++++ > > 1 file changed, 67 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.yaml > > applied to mips-next.
This causes 'make dt_binding_check' to fail: $ make dt_binding_check CHKDT Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.yaml Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.yaml: while scanning a block scalar in "<unicode string>", line 42, column 5 found a tab character where an indentation space is expected in "<unicode string>", line 46, column 1 Documentation/devicetree/bindings/Makefile:20: recipe for target 'Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.example.dts' failed make[1]: *** [Documentation/devicetree/bindings/mips/ingenic/ingenic,cpu.example.dts] Error 1 Makefile:1343: recipe for target 'dt_binding_check' failed make: *** [dt_binding_check] Error 2