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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A1A0FC433F5 for ; Tue, 15 Feb 2022 15:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject: References:In-Reply-To:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Y69nSE8aXG84XMehQjuBBZ5LejHBxiDN9nWJPKLohrQ=; b=RYDhGmB7OAIlAw CL2+Fg5q8PyMavMXQRIrmW8pUoAABHtNBiLLJXQR2VS5sT3a818xM48VS04dRhGdmsKJIxQPV/64t AKcstt1/ywxrTM1gGqlZ2V628MOppbQqmwK4RCM14stO1nzVSIBiGHmaCSgEkLpjwhOf/8wNDiyuc +5B5zLyJA6A4CYyo8+hzD4in9P6rhy9vtKkAkOrjBk6kCP+CER5mVtAkkb+nOnWmRtrvsv3yPSugO E8XP4xJuk6P3oBE26FbdhydC3psT/eQzOHqN/rO2CCRVC/HU4LXyeyjQtQ5dlg46/w+6e6pkkl/ly iheqYT9+OGEWD6k+AS/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJzfW-003ELd-3a; Tue, 15 Feb 2022 15:23:06 +0000 Received: from mail-il1-f172.google.com ([209.85.166.172]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJzfJ-003EFi-3O; Tue, 15 Feb 2022 15:22:55 +0000 Received: by mail-il1-f172.google.com with SMTP id d3so15052599ilr.10; Tue, 15 Feb 2022 07:22:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=9Yi5XbmNpmoo9o3CuOwWyFOm0KRNU05ES3XBs2VkmCM=; b=z8zgRKoe1CeMtUv9UaU7BT0PxYbBXRj/0mhTA68wJOrRwH+UF7NZIrTmQ54VZMH/Iq J0WKebRp7cVdl6oJWv4vkyuy8KlmJAyKi9kfFV6WEeP+LG2bUk9FzRwJovfDjiCqphcY J8MT79qNCwyThbDtVfJ3IlPa6hwNmIolqFn0aTelH+5GhyPk5UarzdnWbAiPRNUnkPfr kv0Knhh9GccUnBWIQo42YbT1y4B/tzeWVom70PExKsLhFsX1GEB4/E0rAlkKYMY4LjSf dM7ORwf+kLOXbqr2A2lu7rD33mapYXV6EwsCSA/tb1mxzSPbjdLF2g/MPi1dbiz7HZ0w YCMA== X-Gm-Message-State: AOAM533t6vkzvHKjXOlszrjBpPlGggSs54OX75hSHvYd0D/gyzysbKCp K+JPmq/a6dA8qo8yrgVsbQ== X-Google-Smtp-Source: ABdhPJxJI4sI45YrUD53XFelIt45P/Ir6iJOFDOv5esylmnkWyKhYVlwjj4ywwcZ77eTyP0kEpTDEQ== X-Received: by 2002:a05:6e02:2162:: with SMTP id s2mr2936463ilv.171.1644938571494; Tue, 15 Feb 2022 07:22:51 -0800 (PST) Received: from robh.at.kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id y3sm8878108iov.29.2022.02.15.07.22.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Feb 2022 07:22:50 -0800 (PST) Received: (nullmailer pid 3450864 invoked by uid 1000); Tue, 15 Feb 2022 15:22:45 -0000 From: Rob Herring To: Peter Robinson Cc: devicetree@vger.kernel.org, Rob Herring , Emma Anholt , bcm-kernel-feedback-list@broadcom.com, Arnd Bergmann , Catalin Marinas , Lee Jones , Russell King , Scott Branden , Will Deacon , David Airlie , linux-rpi-kernel@lists.infradead.org, Nicolas Saenz Julienne , Ray Jui , Florian Fainelli , Nicolas Saenz Julienne , linux-arm-kernel@lists.infradead.org, Daniel Vetter In-Reply-To: <20220213225646.67761-2-pbrobinson@gmail.com> References: <20220213225646.67761-1-pbrobinson@gmail.com> <20220213225646.67761-2-pbrobinson@gmail.com> Subject: Re: [PATCH v4 01/15] dt-bindings: soc: bcm: bcm2835-pm: Convert bindings to DT schema Date: Tue, 15 Feb 2022 09:22:45 -0600 Message-Id: <1644938565.082103.3450863.nullmailer@robh.at.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220215_072253_198237_09F9F46B X-CRM114-Status: GOOD ( 15.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, 13 Feb 2022 22:56:33 +0000, Peter Robinson wrote: > From: Nicolas Saenz Julienne > > This converts the brcm,bcm2835-pm bindings from text to proper schema. > > Signed-off-by: Nicolas Saenz Julienne > Reviewed-by: Rob Herring > Signed-off-by: Peter Robinson > --- > .../bindings/soc/bcm/brcm,bcm2835-pm.txt | 46 ----------- > .../bindings/soc/bcm/brcm,bcm2835-pm.yaml | 79 +++++++++++++++++++ > 2 files changed, 79 insertions(+), 46 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.txt > create mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml: properties:reg: {'minItems': 1, 'maxItems': 2, 'items': [{'description': 'PM registers'}, {'description': 'ASB registers'}]} should not be valid under {'required': ['maxItems']} hint: "maxItems" is not needed with an "items" list from schema $id: http://devicetree.org/meta-schemas/items.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml: ignoring, error in schema: properties: reg Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.example.dt.yaml:0:0: /example-0/watchdog@7e100000: failed to match any schema with compatible: ['brcm,bcm2835-pm', 'brcm,bcm2835-pm-wdt'] Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.example.dt.yaml:0:0: /example-0/watchdog@7e100000: failed to match any schema with compatible: ['brcm,bcm2835-pm', 'brcm,bcm2835-pm-wdt'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1592167 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel