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 515C6C433EF for ; Mon, 27 Jun 2022 06:48:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232313AbiF0Gsl (ORCPT ); Mon, 27 Jun 2022 02:48:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230220AbiF0Gsg (ORCPT ); Mon, 27 Jun 2022 02:48:36 -0400 Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A84B6B30 for ; Sun, 26 Jun 2022 23:48:34 -0700 (PDT) Received: by mail-ej1-x633.google.com with SMTP id h23so16954676ejj.12 for ; Sun, 26 Jun 2022 23:48:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=RWjYnqvzKyDfj8b/7IK5P24LKA/09SVZpmj45NDb/k8=; b=NYZ/s/Tb3UkyIWJGVPhIHRe0KWMNs9rwQ4YOsUw1UvszbA5TvQMvy+KyUh1UFtUoK7 /KOtH1L96WVtgL9WhUpN4VeybY8vsqKQ/koqr+bwHvw/HMGBuHEHDSKR5pKAYq46PmRP JbVNxPjBKnofexI/kw5mShTGzugVNA3efhisLiMm6gTzwsf3OG54qwgRT0li2ULmi0q/ gVwOxsB3d25vCgr0kJKuve2crC1u0yjACp+L9VPIMAFKK1ijJ7cA2RkVa2dP1YknLbSS 3zcVxmOE1Os+4nCKlPdfd2BNeDbqWdnfJT5B8TKtRwbOtowOuEcNZPjPY1kp7uJmyE0U Mdqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=RWjYnqvzKyDfj8b/7IK5P24LKA/09SVZpmj45NDb/k8=; b=G3SIQGu8I2dLa4fxuYTDol3WL654MyvyfRHsw+5vAMTbN7fLFMd2eUbszV4z7e13P4 wfetmf0VIS2nOgE4Mg7uxRHCeonpUphVr4fz+S1hktHTSlee8IefDPXiEuVmO1vUP9P2 Y5co+dYGpV/GV5bcXE+QxqlK4i+qh7T1XEX+jTZ0qPyJKq2i8VQhTfIeiW9bdZtMmGZB HN7pTGFo3kMX20LHVV1hTp6uc35+1+8PQTWotPqqFDtI3N2WKW5V5N6j1i47hj07UAtb 8gcIgmQEx0VByNEfPjspGVrb7gQJRgESZv8+9WglPWv2jnoMeNh1h096XYmChZVvNEk/ kvfA== X-Gm-Message-State: AJIora8RUx5J/J3ejAv6T8PuBPINgOhkakV6E+C3djLX333zlIG7ryE/ mA3X2eRT6TV504AU+iGeyoVnVA== X-Google-Smtp-Source: AGRyM1vJDZS0a5cPJDbxysakksp3r4tjzZ0oY+DetVZ8VFerGJs8WYrxYY1hEVLNOUj1BrAazRNjyA== X-Received: by 2002:a17:907:3e84:b0:6fe:8c5f:d552 with SMTP id hs4-20020a1709073e8400b006fe8c5fd552mr11407516ejc.710.1656312513224; Sun, 26 Jun 2022 23:48:33 -0700 (PDT) Received: from [192.168.0.246] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id h26-20020aa7c61a000000b00435cfa7c6f5sm6794624edq.46.2022.06.26.23.48.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 26 Jun 2022 23:48:32 -0700 (PDT) Message-ID: <9dbe7dc9-aac9-7d1b-eccf-5d4c8683065b@linaro.org> Date: Mon, 27 Jun 2022 08:48:31 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH] riscv: dts: align gpio-key node names with dtschema Content-Language: en-US To: Conor.Dooley@microchip.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org References: <20220624170811.66395-1-krzysztof.kozlowski@linaro.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 26/06/2022 22:56, Conor.Dooley@microchip.com wrote: > > > On 24/06/2022 18:08, Krzysztof Kozlowski wrote: >> The node names should be generic and DT schema expects certain pattern >> (e.g. with key/button/switch). >> >> Signed-off-by: Krzysztof Kozlowski > > Reviewed-by: Conor Dooley > > Are you planning to change them all & then change the pattern > property to complain if "key" is missing? Yes, I put the link to original patchset doing this: > Thanks, > Conor. > >> >> --- >> >> See: https://lore.kernel.org/all/20220616005224.18391-1-krzysztof.kozlowski@linaro.org/ Specifically one of the first patches: https://lore.kernel.org/all/20220616005333.18491-1-krzysztof.kozlowski@linaro.org/ Best regards, Krzysztof