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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B54DCCA473 for ; Thu, 9 Jun 2022 15:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242311AbiFIPSq (ORCPT ); Thu, 9 Jun 2022 11:18:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344427AbiFIPSg (ORCPT ); Thu, 9 Jun 2022 11:18:36 -0400 Received: from mail-il1-f177.google.com (mail-il1-f177.google.com [209.85.166.177]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43CDD49F8D; Thu, 9 Jun 2022 08:18:34 -0700 (PDT) Received: by mail-il1-f177.google.com with SMTP id f12so19004074ilj.1; Thu, 09 Jun 2022 08:18:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=1gmOzw7Uedt/uo+o3zQbOPqoyD7maSwLjV34dKxt390=; b=DVVyMZtAgFeYA1laaeWqDoUqnDskeZJiVWdJIaXh1BDs3ug37NAaU9tpbmZ5+edhga lbHLSjmWDEaJbOjO/XpBgy23bBJ8PG3Lf1n1YxovaZXmDCgInjF+dVrdQutnr6L/JE7m 0RRkg5poIqsivQakJGbTXHkh0woONf+fa6+HG1cPp81ERCARKc5/kZ2ghHMUJq6OJBff tCiWSw5e0qceOBvxJ5XRqmP1sm4KBrCKj/tQA4SSHMD+tB06MIPLE7JQwHrHGYOF37cl 3OHJlV8PyVzRaGOArJfoQY+RgZIF5AAbfHbuzEvxY8ZS5ZcSUjLXCkn7+xeTE3q+Outb 4FPQ== X-Gm-Message-State: AOAM533VW43mXMCV3qe/KTOo9KiTv98DLl6vojGUsGRSPEBfKjr7K0ci yKP/f+CXdHEIMWPdaXb7UQ== X-Google-Smtp-Source: ABdhPJxtMHHVPS+lHxLQJsKydz9fs+sGTPoA7UIGtpxvKHKRyH4605h3UklPDvAcj26MB7xJGqasng== X-Received: by 2002:a05:6e02:5cd:b0:2d3:ad26:4b53 with SMTP id l13-20020a056e0205cd00b002d3ad264b53mr21562060ils.117.1654787914056; Thu, 09 Jun 2022 08:18:34 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id i2-20020a92c942000000b002d4070b07b7sm8151707ilq.59.2022.06.09.08.18.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jun 2022 08:18:33 -0700 (PDT) Received: (nullmailer pid 3813967 invoked by uid 1000); Thu, 09 Jun 2022 15:18:31 -0000 Date: Thu, 9 Jun 2022 09:18:31 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Rob Herring , arm@kernel.org, Dmitry Torokhov , Krzysztof Kozlowski , Olof Johansson , soc@kernel.org, Arnd Bergmann Subject: Re: [PATCH v2 02/48] dt-bindings: input: gpio-keys: reference input.yaml and document properties Message-ID: <20220609151831.GA3813893-robh@kernel.org> References: <20220609113721.379932-1-krzysztof.kozlowski@linaro.org> <20220609113911.380368-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220609113911.380368-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 09 Jun 2022 13:39:04 +0200, Krzysztof Kozlowski wrote: > The original text bindings documented "autorepeat" and "label" > properties (in the device node, beside the nodes with keys). DTS use > also poll-interval. Reference the input.yaml to get these top-level > properties. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/input/gpio-keys.yaml | 32 +++++++++++-------- > 1 file changed, 19 insertions(+), 13 deletions(-) > Reviewed-by: Rob Herring