From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D110FC2D0A3 for ; Mon, 9 Nov 2020 15:45:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 68F8B20789 for ; Mon, 9 Nov 2020 15:45:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604936707; bh=sJ/cCfpbyqV/CFaF94ib/yBSK9zmlVKb0pt//cf3T20=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=C/UUikRfLYMpCdvlRbqME2Lyw6ADYmn6DUyIFiOd1VsF9FB2T/xMuzQGX3UnW9m1T RFJ0xgGTueR7WCurdGweZns4PFQjkQ6N2vQaQImj4EfSL9k1TWsuAmCzYa2hj3PZI/ z6xasRnYmmSVbKiFloNu/TQO6K2ws66+7IXrSgwU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727303AbgKIPpG (ORCPT ); Mon, 9 Nov 2020 10:45:06 -0500 Received: from mail-oo1-f66.google.com ([209.85.161.66]:36630 "EHLO mail-oo1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730087AbgKIPnH (ORCPT ); Mon, 9 Nov 2020 10:43:07 -0500 Received: by mail-oo1-f66.google.com with SMTP id l20so2300143oot.3; Mon, 09 Nov 2020 07:43:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=KQXAVaxmapIU32OVQ6oDnCQfYBC2+6O7V7QppsiIjBA=; b=Oz6hvw6ntyrqwbDV0LJL2BKTyFaDtyyfsHIxL5HEj4bcGC1tK3GwuH6E8nPCzXBmQ7 y6dYvcJkaHAmxU/hFYbgomVJZRhh59CkyNX2SXUqxMPyLAuI5yumjeBRhGwlh+Z2mI7W 44N7qYaJNb5RM9Yo5XRLwm9QeS9x/NkbUq5ByC03ECiDb8vUBQeWl3sMZHiZBXKqzfQb q5+sxY0qeVGSOlAhslUCLTeLAWklX9VoYNvL2sNJ979fvxbjAKL4FCEsy2o4hoIt/Blm vHA6wEO2ua+vRICxqMmj2c9jV7VIS/2DeFNXImVWhoYJlRAMGYOkzSy7u2DNbiG/OAxM SpnA== X-Gm-Message-State: AOAM532YWokHszGkK1PrZ5x1z3hnK7Piq+5fyggrxJ8xzmbhC0ec4ylF C26j3WLSXZ3jYtmCW5SPOw== X-Google-Smtp-Source: ABdhPJwsMGHzrlJK5kP0burDP1pADQSPBBt8XDrr9y/gStG3DCJXsFNBx6VAZSTkbSeN5AclFuYc4g== X-Received: by 2002:a4a:e1c6:: with SMTP id n6mr6052672oot.68.1604936586868; Mon, 09 Nov 2020 07:43:06 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id c21sm2460394oos.30.2020.11.09.07.43.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Nov 2020 07:43:05 -0800 (PST) Received: (nullmailer pid 1342982 invoked by uid 1000); Mon, 09 Nov 2020 15:43:04 -0000 Date: Mon, 9 Nov 2020 09:43:04 -0600 From: Rob Herring To: Adam Ford Cc: linux-kernel@vger.kernel.org, Sascha Hauer , Rob Herring , Shawn Guo , Pengutronix Kernel Team , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, aford@beaconembedded.com, Fabio Estevam , NXP Linux Team Subject: Re: [PATCH V4 1/5] dt-bindings: soc: imx: Add binding doc for spba bus Message-ID: <20201109154304.GA1342665@bogus> References: <20201107115809.1866131-1-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201107115809.1866131-1-aford173@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 07 Nov 2020 05:58:04 -0600, Adam Ford wrote: > Add binding doc for fsl,spba-bus. > > Signed-off-by: Adam Ford > --- > V4: Correct errors in YAML > V3: New to series > > .../devicetree/bindings/bus/fsl,spba-bus.yaml | 66 +++++++++++++++++++ > 1 file changed, 66 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/bus/fsl,spba-bus.yaml: properties:items: [{'const': 'fsl,spba-bus'}, {'const': 'simple-bus'}] is not of type 'object', 'boolean' /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/bus/fsl,spba-bus.yaml: Additional properties are not allowed ('type' was unexpected) /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/bus/fsl,spba-bus.yaml: properties: {'enum': ['$ref', 'additionalItems', 'additionalProperties', 'allOf', 'anyOf', 'const', 'contains', 'default', 'dependencies', 'deprecated', 'description', 'else', 'enum', 'if', 'items', 'maxItems', 'maximum', 'minItems', 'minimum', 'multipleOf', 'not', 'oneOf', 'pattern', 'patternProperties', 'properties', 'propertyNames', 'required', 'then', 'unevaluatedProperties']} is not allowed for 'items' ./Documentation/devicetree/bindings/bus/fsl,spba-bus.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/bus/fsl,spba-bus.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/bus/fsl,spba-bus.yaml: ignoring, error in schema: properties: items warning: no schema found in file: ./Documentation/devicetree/bindings/bus/fsl,spba-bus.yaml See https://patchwork.ozlabs.org/patch/1396117 The base for the patch is generally the last rc1. Any dependencies should be noted. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.