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 76E8DC05027 for ; Fri, 17 Feb 2023 11:05:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229847AbjBQLFu (ORCPT ); Fri, 17 Feb 2023 06:05:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44106 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229679AbjBQLFk (ORCPT ); Fri, 17 Feb 2023 06:05:40 -0500 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id C5398642FB; Fri, 17 Feb 2023 03:05:10 -0800 (PST) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1pSyXr-0008WE-00; Fri, 17 Feb 2023 12:04:51 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 0C3AAC2860; Fri, 17 Feb 2023 12:02:48 +0100 (CET) Date: Fri, 17 Feb 2023 12:02:47 +0100 From: Thomas Bogendoerfer To: arinc9.unal@gmail.com Cc: Rob Herring , Krzysztof Kozlowski , Paul Cercueil , Matthias Brugger , AngeloGioacchino Del Regno , Sergio Paracuellos , Florian Fainelli , =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, erkin.bozoglu@xeront.com Subject: Re: [PATCH 1/2] mips: dts: align LED node names with dtschema Message-ID: <20230217110247.GA7138@alpha.franken.de> References: <20230211104915.116253-1-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230211104915.116253-1-arinc.unal@arinc9.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 11, 2023 at 01:49:14PM +0300, arinc9.unal@gmail.com wrote: > From: Arınç ÜNAL > > The node names should be generic and DT schema expects certain pattern: > > mt7621-gnubee-gb-pc1.dtb: gpio-leds: 'power', 'system' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+' > > Signed-off-by: Arınç ÜNAL > --- > .../dts/cavium-octeon/dlink_dsr-1000n.dts | 10 ++++----- > .../boot/dts/cavium-octeon/dlink_dsr-500n.dts | 6 ++--- > arch/mips/boot/dts/ingenic/ci20.dts | 8 +++---- > arch/mips/boot/dts/pic32/pic32mzda_sk.dts | 6 ++--- > .../boot/dts/qca/ar9132_tl_wr1043nd_v1.dts | 8 +++---- > .../mips/boot/dts/qca/ar9331_dragino_ms14.dts | 8 +++---- > arch/mips/boot/dts/qca/ar9331_omega.dts | 2 +- > arch/mips/boot/dts/qca/ar9331_tl_mr3020.dts | 8 +++---- > .../ralink/gardena_smart_gateway_mt7688.dts | 22 +++++++++---------- > .../boot/dts/ralink/mt7621-gnubee-gb-pc1.dts | 4 ++-- > .../boot/dts/ralink/mt7621-gnubee-gb-pc2.dts | 12 +++++----- > 11 files changed, 47 insertions(+), 47 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]