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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D099AC433DB for ; Mon, 18 Jan 2021 13:10:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8C948224B0 for ; Mon, 18 Jan 2021 13:10:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391988AbhARNKP (ORCPT ); Mon, 18 Jan 2021 08:10:15 -0500 Received: from gloria.sntech.de ([185.11.138.130]:47678 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390510AbhARNB4 (ORCPT ); Mon, 18 Jan 2021 08:01:56 -0500 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l1U9i-000465-AA; Mon, 18 Jan 2021 14:01:14 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Johan Jonker Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, linux-rockchip@lists.infradead.org Subject: Re: (subset) [PATCH 1/3] ARM: dts: rockchip: rename thermal subnodes for rk3288.dtsi Date: Mon, 18 Jan 2021 14:01:13 +0100 Message-ID: <7391521.gsGJI6kyIV@diego> In-Reply-To: <161097370156.287816.791052279750108287.b4-ty@sntech.de> References: <20210117150953.16475-1-jbx6244@gmail.com> <161097370156.287816.791052279750108287.b4-ty@sntech.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 18. Januar 2021, 13:57:33 CET schrieb Heiko Stuebner: > On Sun, 17 Jan 2021 16:09:51 +0100, Johan Jonker wrote: > > A test with the command below gives for example this error: > > /arch/arm/boot/dts/rk3288-tinker.dt.yaml: > > thermal-zones: 'cpu_thermal', 'gpu_thermal', 'reserve_thermal' > > do not match any of the regexes: > > '^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$', 'pinctrl-[0-9]+' > > > > Rename Rockchip rk3288 thermal subnodes > > so that it ends with "-thermal" > > > > [...] > > Applied, thanks! > > [2/3] arm64: dts: rockchip: rename thermal subnodes for rk3368.dtsi > commit: 7c96a5cf680ac7339999becd454e1f2fd9b258fb > [3/3] arm64: dts: rockchip: rename thermal subnodes for rk3399.dtsi > commit: e58061b59787270a57839397e50bb4400b9e2de9 I of course also applied 1/3 in https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/commit/?h=v5.12-armsoc/dts32&id=b840662bd55fb6dc9204585f071518123a87b59d Just b4 didn't seem to be able to cope with 2 separate fetches for arm32+arm64. Heiko