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 26957C38A2D for ; Mon, 24 Oct 2022 13:31:14 +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:Date:Subject:Message-Id: 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=gN6RlAie/3EXBX7h6xSKfEG6No13soR6Pxb98W6go9o=; b=p69DNrXpw6uwFU prbt7N43f1m+3iMBwkoF2CT7o4iWBVpIC33T7mxYZMXU8m0APGHhaeCTh69QOvoKkaMmerEOXa3hi WXTM9Z/3EERzH2Gpn5b763yhHl7AjkXK00XHSIGR1CExgrWyD3nhIk+CivOl9zTdOqx2jEKcLOZUb 5Ot/K5NpjNtyiwE0v44qKcNExp4VaD8ATur1sYq297BSRtkCbDCuVkD2eG5ucdiMnuZ430HQksMRz QcZlNpTp4TDGIZwktzqbzcm1TeGmSFn2dLSg7nlnJBxX17zznCGvo6P2QyBwucNfJ+t18aaZmDAhb BLECX2FgkCEnWL+7GQ6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1omxWs-001iF7-Ga; Mon, 24 Oct 2022 13:30:10 +0000 Received: from mail-oa1-f53.google.com ([209.85.160.53]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1omxWp-001iDW-B8 for linux-arm-kernel@lists.infradead.org; Mon, 24 Oct 2022 13:30:08 +0000 Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-13ba9a4430cso3110671fac.11 for ; Mon, 24 Oct 2022 06:30:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=date:subject:message-id:references:in-reply-to:cc:to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Jt2lFq6dbGdtBXekxOfaNEZN/Q3vZqwLHuw1ZuGP6SI=; b=5DQBDfwWaDb1Qp3Th6YODST8gf09mAdQ2SldJ6TZHMfvc25ZoxxiNfFPx4H8xChW+Q GqoflzGINGcUO2YRxCaLyxvggMAB/Cr/4tOkesVDkXrA4fK3a5xA1pP+apqAg1lDCoqu CEUdT0uXT2hf3ThjLQPQiMVFgy5Uy4f1t35IbAIZPiwJ9UUxpSzs4KfxP5vP+al6g85l s01l3U1SuGCynPcO0nN3raNG4eXZIX1b2zPKHAbT5bNcWXw7YDVC6C+BCGDmNCTkcN98 0683GN47mmPYPxSH7QmHgWp87OBXqET5Hck6t80wBgBqjWd2XAjv/BdBU2MJRYFCo2QX QYZw== X-Gm-Message-State: ACrzQf1lHjIIyT6aajlAYNDxc5HlnHAqTIXTqoXHZlmo0wKoMdAF6hPs pCd1the1XLty44Jpu4glIA== X-Google-Smtp-Source: AMsMyM65vyCZmrc6iE43AdD0YaQicAamKi0gPl15tMyryUnDapOZDkfhwpb+7+SFF1/+YvncsLwmmA== X-Received: by 2002:a05:6870:d285:b0:12b:cdce:63d8 with SMTP id d5-20020a056870d28500b0012bcdce63d8mr36138626oae.140.1666618205246; Mon, 24 Oct 2022 06:30:05 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id v5-20020a05683024a500b0066102eb189fsm4381512ots.26.2022.10.24.06.30.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Oct 2022 06:30:04 -0700 (PDT) Received: (nullmailer pid 1686095 invoked by uid 1000); Mon, 24 Oct 2022 13:30:04 -0000 From: Rob Herring To: Alistair Francis Cc: s.hauer@pengutronix.de, dmitry.torokhov@gmail.com, linux-kernel@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org, andreas@kemnade.info, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-input@vger.kernel.org, linus.walleij@linaro.org, alistair23@gmail.com, shawnguo@kernel.org, rydberg@bitmath.org In-Reply-To: <20221024111017.43859-3-alistair@alistair23.me> References: <20221024111017.43859-1-alistair@alistair23.me> <20221024111017.43859-3-alistair@alistair23.me> Message-Id: <166661790048.1678635.3297196935905640224.robh@kernel.org> Subject: Re: [PATCH v9 2/4] dt-bindings: input: Add Cypress TT2100 touchscreen controller Date: Mon, 24 Oct 2022 08:30:04 -0500 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221024_063007_400445_C104FE6E X-CRM114-Status: GOOD ( 14.16 ) 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 Mon, 24 Oct 2022 21:10:15 +1000, Alistair Francis wrote: > Add the Cypress TrueTouch Generation 5 touchscreen device tree bindings > documentation. It can use I2C or SPI bus. > This touchscreen can handle some defined zone that are designed and > sent as button. To be able to customize the keycode sent, the > "linux,code" property in a "button" sub-node can be used. > > Signed-off-by: Alistair Francis > Reviewed-by: Linus Walleij > Reviewed-by: Rob Herring > --- > .../input/touchscreen/cypress,tt21000.yaml | 100 ++++++++++++++++++ > 1 file changed, 100 insertions(+) > create mode 100644 Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.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: ./Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml: Unable to find schema file matching $id: http://devicetree.org/schemas/input/touchscreen/input.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dtb: touchscreen@24: button@0: False schema does not allow {'reg': [[0]], 'linux,keycodes': [[172]]} From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dtb: touchscreen@24: button@1: False schema does not allow {'reg': [[1]], 'linux,keycodes': [[139]]} From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dtb: touchscreen@24: button@2: False schema does not allow {'reg': [[2]], 'linux,keycodes': [[158]]} From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.example.dtb: touchscreen@24: Unevaluated properties are not allowed ('#address-cells', '#size-cells' were unexpected) From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/input/touchscreen/cypress,tt21000.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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