* Rob Herring <robh@xxxxxxxxxx> [240212 13:51]: > On Mon, Feb 12, 2024 at 12:30:12PM +0100, Krzysztof Kozlowski wrote: > > On 12/02/2024 09:17, Tony Lindgren wrote: > > > usage: yamllint [-h] [-] [-c CONFIG_FILE | -d CONFIG_DATA] [--list-files] [-f {parsable,standard,colored,github,auto}] [-s] [--no-warnings] [-v] [FILE_OR_DIR ...] > > > yamllint: error: one of the arguments FILE_OR_DIR - is required > > > CHKDT Documentation/devicetree/bindings/processed-schema.json > > > SCHEMA Documentation/devicetree/bindings/processed-schema.json > > > > > > After removing the ">2&1" from the Makefile, there's some more info: > > > > > > yamllint: error: one of the arguments FILE_OR_DIR - is required > > > > > > Where DT_SCHEMA_FILES ends up empty. I guess dt_binding_check needs > > > to be now run with just: > > > > > > $ make dt_binding_check DT_SCHEMA_FILES=toshiba,tc358775.yaml > > > > > > > Yes, since June last year. Rob later brought (in July) backwards > > compatible way, but apparently something changed now in Makefile. > > It broke in 6.8-rc1. I have a fix in my tree which I'll send to Linus > this week. OK good to hear, thanks! Tony