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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 E2529C07E9B for ; Mon, 19 Jul 2021 13:47:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BE76B61026 for ; Mon, 19 Jul 2021 13:47:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240509AbhGSNG7 (ORCPT ); Mon, 19 Jul 2021 09:06:59 -0400 Received: from mail-io1-f52.google.com ([209.85.166.52]:35377 "EHLO mail-io1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240155AbhGSNG4 (ORCPT ); Mon, 19 Jul 2021 09:06:56 -0400 Received: by mail-io1-f52.google.com with SMTP id d9so19943384ioo.2 for ; Mon, 19 Jul 2021 06:47:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=pgPZo7jBGVkZMH4aV5136mZlbnU7I2aNv16J5+JKFFg=; b=OPWo5vYJcbCkX/0ViFc+xVhYvzcNoKmhK7lHYFqGKJT//zUD6OM8ilC3lkKTwkGgmH HbdLVRagP7ZKUMfe77zt53QmDq4hTS0fWa+fdSGkncOcuMJAjRr87XCM0yqh7lUkN1nz mxKd2LmBwcvllvNcf6KPMkb5KHg+Fil2pPuBZJaSJTdYfkJ3Acr2gY0tDvez+5lLMweU b3xTdlGz2duXnVWViNyau2HN4uppqTAJE/r0X+glHSBNdTWx0IjXEUVkYpMxq7Xu0AoP jB8GdXQ5rltFj4JgYia+RQMVC3h6SrriyBe6VtR6PJBAvOQC5gsrIjZUMix0zFsijskO MHPA== X-Gm-Message-State: AOAM530KR5N0LixamnIfzTkDORZN5WhWoDqDx13pTX+QeXzbOGfFjfc+ VlLC4r9k4qEpRN5ZXNRZYA== X-Google-Smtp-Source: ABdhPJzu7MAB+JsIO7mdi7RqPpk6KzUSG7bnSY2JsbMwpHVPQ0xof6mngSlJKnSzCdR7NLUsUvjJDQ== X-Received: by 2002:a02:7a50:: with SMTP id z16mr21462551jad.139.1626702455317; Mon, 19 Jul 2021 06:47:35 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id 15sm10124708ilt.66.2021.07.19.06.47.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Jul 2021 06:47:34 -0700 (PDT) Received: (nullmailer pid 1811198 invoked by uid 1000); Mon, 19 Jul 2021 13:47:28 -0000 From: Rob Herring To: Lucas Stach Cc: Adam Ford , Peng Fan , kernel@pengutronix.de, Marek Vasut , Rob Herring , Shawn Guo , linux-arm-kernel@lists.infradead.org, Frieder Schrempf , patchwork-lst@pengutronix.de, devicetree@vger.kernel.org, NXP Linux Team In-Reply-To: <20210716232916.3572966-11-l.stach@pengutronix.de> References: <20210716232916.3572966-1-l.stach@pengutronix.de> <20210716232916.3572966-11-l.stach@pengutronix.de> Subject: Re: [PATCH 10/17] dt-bindings: soc: add binding for i.MX8MM DISP blk-ctrl Date: Mon, 19 Jul 2021 07:47:28 -0600 Message-Id: <1626702448.408574.1811197.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 17 Jul 2021 01:29:09 +0200, Lucas Stach wrote: > This adds the DT binding for the i.MX8MM VPU blk-ctrl. > > Signed-off-by: Lucas Stach > --- > .../soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml | 97 +++++++++++++++++++ > 1 file changed, 97 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.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/imx/fsl,imx8mm-disp-blk-ctrl.yaml: properties:compatible: [{'const': 'fsl,imx8mm-disp-blk-ctrl'}, {'const': 'syscon'}] is not of type 'object', 'boolean' from schema $id: http://json-schema.org/draft-07/schema# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml: properties:clock-names:items: 'anyOf' conditional failed, one must be fixed: ['csi-bridge-axi', 'csi-bridge-apb', 'csi-bridge-core', 'lcdif-axi', 'lcdif-apb', 'lcdif-pix', 'dsi-pclk', 'dsi-ref', 'csi-aclk', 'csi-pclk'] is not of type 'object', 'boolean' 'csi-bridge-axi' is not of type 'object', 'boolean' 'csi-bridge-apb' is not of type 'object', 'boolean' 'csi-bridge-core' is not of type 'object', 'boolean' 'lcdif-axi' is not of type 'object', 'boolean' 'lcdif-apb' is not of type 'object', 'boolean' 'lcdif-pix' is not of type 'object', 'boolean' 'dsi-pclk' is not of type 'object', 'boolean' 'dsi-ref' is not of type 'object', 'boolean' 'csi-aclk' is not of type 'object', 'boolean' 'csi-pclk' is not of type 'object', 'boolean' from schema $id: http://json-schema.org/draft-07/schema# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml: properties:power-domain-names:items: 'anyOf' conditional failed, one must be fixed: ['bus', 'csi-bridge', 'lcdif', 'mipi-dsi', 'mipi-csi'] is not of type 'object', 'boolean' 'bus' is not of type 'object', 'boolean' 'csi-bridge' is not of type 'object', 'boolean' 'lcdif' is not of type 'object', 'boolean' 'mipi-dsi' is not of type 'object', 'boolean' 'mipi-csi' is not of type 'object', 'boolean' from schema $id: http://json-schema.org/draft-07/schema# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml: $id: 'http://devicetree.org/schemas/soc/imx/fsl,imx8mm-disp-blk-ctrl#' does not match 'http://devicetree.org/schemas/.*\\.yaml#' from schema $id: http://devicetree.org/meta-schemas/base.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml: properties:power-domain-names:minItems: False schema does not allow 5 hint: "minItems/maxItems" equal to the "items" list length are not necessary from schema $id: http://devicetree.org/meta-schemas/items.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml: properties:power-domain-names:maxItems: False schema does not allow 5 hint: "minItems/maxItems" equal to the "items" list length are not necessary from schema $id: http://devicetree.org/meta-schemas/items.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml: properties:clock-names:minItems: False schema does not allow 10 hint: "minItems/maxItems" equal to the "items" list length are not necessary from schema $id: http://devicetree.org/meta-schemas/items.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml: properties:clock-names:maxItems: False schema does not allow 10 hint: "minItems/maxItems" equal to the "items" list length are not necessary from schema $id: http://devicetree.org/meta-schemas/items.yaml# ./Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml: ignoring, error in schema: properties: clock-names: items warning: no schema found in file: ./Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.example.dts:20:51: error: missing terminating > character 20 | #include