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 779ADC433EF for ; Wed, 22 Jun 2022 08:34:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352839AbiFVIeN (ORCPT ); Wed, 22 Jun 2022 04:34:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352086AbiFVIeM (ORCPT ); Wed, 22 Jun 2022 04:34:12 -0400 Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EAAEF2622 for ; Wed, 22 Jun 2022 01:34:11 -0700 (PDT) Received: by mail-ej1-x62d.google.com with SMTP id g26so11217137ejb.5 for ; Wed, 22 Jun 2022 01:34:11 -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=R4vnmBvyTgB7VQL9L4DU93Y2xJoD4qlt6c7m9FRyXPk=; b=caR2ZF88qlkUmI4v1K+MclQl1/pHAU7wiNKGA/LNsnrgGRCC2kOUVhSYvi3yZ5NQyP fWKooHD2934ov3/ibtMvscDHBKdY3k+smTlOA7lJX2t+Q0pOWgy39MJhY/NI+DMYXmAw 0v2qd5M9VX6/a2CzHsyYqsZU+r0ZdLFiqbvSnWVm+/QXm88TtyxSLvHYLBmjxMOMZ08C W79o0ntOhC+mdTK3Wr8VaSPMnF+xIsmqMXvovNSmiNvTYOnXJl1+htsMstWDqe4ff9LR XRiws1J3h+Q3mZOFBGH5vbKAeS343RUCuxZuT5mFQPX1paC3Ath2gO0yjE/lcOgLlk6T lYKg== 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=R4vnmBvyTgB7VQL9L4DU93Y2xJoD4qlt6c7m9FRyXPk=; b=mmF3hwybU8okSFGNLcK+L4tsKvQYIbKavRFFL0P3/e9gnCGNY7lWOboJLZ+Ke7Rcnn q/HhoH+E2sg01KpIE+1AC/u2/30IbS6arHFfyjmhRzuI6WS9NBYnZRdcG//HvPDojQr0 fqn+bpsiGHkXS3T6Vzz9oq1/oHxtEU4wDIHATTY2aCjEe6HUXvgwY3r/RM7auDnhxdyW 6lTaD/5xp8WuqxAdvU36agHe/lqFKfWI3kwXzOVgLstNC4xf4lBIe8lV0ZzVO0atHSeA QsttgoW6c3qduFNwrONYi+FO0C5l0tNquD+men84WOb/h1BTi1LWkouO4RREnkO4KtG5 iiyA== X-Gm-Message-State: AJIora9t41ZmdArrgz/vO/q6oAERjoJXmmIG20b6uBjv3fbZJ4cjPw4C xesya/WnV7DXdGwb2w+DrJv7jg== X-Google-Smtp-Source: AGRyM1uLZ9XyaZBzuTPCedQ4tW57nGzMUgHyHNrqdKha/oPbwDycCtpdirMnJIx8fCOMyRMPoAspxw== X-Received: by 2002:a17:906:7292:b0:712:3880:3e7b with SMTP id b18-20020a170906729200b0071238803e7bmr1984178ejl.118.1655886850491; Wed, 22 Jun 2022 01:34:10 -0700 (PDT) Received: from [192.168.0.223] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id m13-20020a056402510d00b0042ddd08d5f8sm14817652edd.2.2022.06.22.01.34.09 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 22 Jun 2022 01:34:09 -0700 (PDT) Message-ID: Date: Wed, 22 Jun 2022 10:34:08 +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 v3 26/40] arm64: dts: rockchip: align gpio-key node names with dtschema Content-Language: en-US To: arm@kernel.org, soc@kernel.org, Arnd Bergmann , Olof Johansson , Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org References: <20220616005224.18391-1-krzysztof.kozlowski@linaro.org> <20220616005333.18491-26-krzysztof.kozlowski@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20220616005333.18491-26-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 16/06/2022 02:53, 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 > > --- > > Changes since v2: > 1. rk3308-evb.dts, rk3326-odroid-go2.dts: different names according to > discussion. > --- Heiko, Any comments on Rockchip parts? Can you pick them or shall I grab them with rest of cleanups? Best regards, Krzysztof