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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 EAFF6C43334 for ; Wed, 22 Jun 2022 12:53:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id A6F85C3411B; Wed, 22 Jun 2022 12:53:08 +0000 (UTC) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id E37EFC34114; Wed, 22 Jun 2022 12:53:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org E37EFC34114 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=sntech.de Received: from [62.91.21.7] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1o3zqr-0001t1-JW; Wed, 22 Jun 2022 14:52:57 +0200 From: Heiko Stuebner List-Id: To: arm@kernel.org, soc@kernel.org, Arnd Bergmann , Olof Johansson , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v3 26/40] arm64: dts: rockchip: align gpio-key node names with dtschema Date: Wed, 22 Jun 2022 14:52:54 +0200 Message-ID: <4976966.7s5MMGUR32@phil> In-Reply-To: References: <20220616005224.18391-1-krzysztof.kozlowski@linaro.org> <20220616005333.18491-26-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi Krzysztof, Am Mittwoch, 22. Juni 2022, 10:34:08 CEST schrieb Krzysztof Kozlowski: > 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? no it looks good and I'll just pick up the patch. Thanks Heiko