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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 08066C43334 for ; Wed, 15 Jun 2022 22:17:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-ID:Date:To:Cc:From:Subject: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VQ4WeP6VHLGxzECvzOlqF7hvJNDykX5mHD9GJPFXtGs=; b=qtGPL3fHjC1edv Dmwdi/fbw2k5jz6Gwb/aija6WzmiBf2LCnaPewsEt1fR97Dakg30Tfmo9lUdXPTTCTuvnhJnbrSSK YkPIUs+Q0AvzSeEDHoTP02/BohJzV3Q1mbOiP4VneTiDiqhijRSFPW58gbAylLRPAuKoIAC7FBWV8 v+Jz3sVboFv4WbruZBATNojNiteZ3UlS1yflQfKFVhZx/P+gVlwiDVZLNzJMOxWw5G5ebCV9dSc56 DABSiCzOHvE3rT7wRVmtrDdm51mTfxCcmeMEy5VgzjKFXL5K/fuFFnKqdr+4IhvpkuP2r/rZU7Q7t ybX+3S2Mqt4KPWZVW0cw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1bJl-00GdgC-CD; Wed, 15 Jun 2022 22:16:53 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1bJi-00GdcR-Sj for linux-arm-kernel@lists.infradead.org; Wed, 15 Jun 2022 22:16:52 +0000 Received: from pendragon.ideasonboard.com (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 413F0A49; Thu, 16 Jun 2022 00:16:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1655331403; bh=yA2gBDBPa+6cUOO6rFtlR4Do8bbHMQYzER1gtXSv4vA=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=lqKl2VYX7J1Oqu1SWBF3bxJkXm4pv077iVkf0vdY855+9EJbVXtZXqRq/BipUs2/J PkIKQtmUKUzp/r3WjARaiY/f2221WUNnb19FxKlVz31HxO2dIpziy0LjiDWn28oOjD 9oj6yKbbikDphcOUw15fM8XzxbbkrSCgVWkim9P4= MIME-Version: 1.0 In-Reply-To: References: Subject: Re: [PATCH] ARM: dts: rza2mevb: Fix LED node names From: Kieran Bingham Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven To: Chris Brandt , Geert Uytterhoeven , Magnus Damm Date: Wed, 15 Jun 2022 23:16:40 +0100 Message-ID: <165533140031.2586493.6360954956195081827@Monstersaurus> User-Agent: alot/0.10 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220615_151651_093323_A39C028B X-CRM114-Status: GOOD ( 11.51 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Geert Uytterhoeven (2022-06-15 15:01:10) > "make dtbs_check": > > arch/arm/boot/dts/r7s9210-rza2mevb.dtb: leds: 'green', 'red' do not match any of the regexes: '(^led-[0-9a-f]$|led)', 'pinctrl-[0-9]+' > From schema: Documentation/devicetree/bindings/leds/leds-gpio.yaml > > Fix this by prefixing the LED node names with "led-". > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Kieran Bingham > --- > To be queued in renesas-devel for v5.20. > > arch/arm/boot/dts/r7s9210-rza2mevb.dts | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/r7s9210-rza2mevb.dts b/arch/arm/boot/dts/r7s9210-rza2mevb.dts > index 9c0d9686fe01133b..69a5a44b8a2fdd74 100644 > --- a/arch/arm/boot/dts/r7s9210-rza2mevb.dts > +++ b/arch/arm/boot/dts/r7s9210-rza2mevb.dts > @@ -71,10 +71,10 @@ lbsc { > leds { > compatible = "gpio-leds"; > > - red { > + led-red { > gpios = <&pinctrl RZA2_PIN(PORT6, 0) GPIO_ACTIVE_HIGH>; > }; > - green { > + led-green { > gpios = <&pinctrl RZA2_PIN(PORTC, 1) GPIO_ACTIVE_HIGH>; > }; > }; > -- > 2.25.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel