From patchwork Fri Feb 10 15:48:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TWljaGFsIFZva8OhxI0=?= X-Patchwork-Id: 13135966 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 7E8A5C05027 for ; Fri, 10 Feb 2023 15:51:33 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=srF0hNj9oacEvBq8M1Jjsss4racWU8RVYlQFqh5qbwk=; b=1PSmGCB1DXQmoc hxxnlHuxIM0kotukZjQY7p9PcFgjXiv2R4HPD7p34Fs+Sf0PFiWpWZkfqIU2v4Urd+wAd78NOR5jI e99NVI36/XJ+ll5YRfgJWNFV727xM2F5JX5BtYi76ztAneBD51457jOj0UxPp77e9xe3IW63V+seM oQB8OrokxU4NThVV3PNez7K869KFlye6UgYneNRp5KfKAQ7ewSWTlT2N4nIyO5EFArOxa+fHy7gcE gNs9x9TVXXVt7Kc0MFWo9qq9hMa17p1zraPHCnrjsoL/7ffbM1NfdJa65Yn5A2GMn/kMdltJkSNxN 1ClksSwLhPIvNuogf3TQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQVfG-006Psa-EJ; Fri, 10 Feb 2023 15:50:18 +0000 Received: from uho.ysoft.cz ([81.19.3.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pQVeo-006PlU-Qj for linux-arm-kernel@lists.infradead.org; Fri, 10 Feb 2023 15:49:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1676044184; bh=xhuEnx2CumrOZ+cKIjzr+gDXyBCBui5kdVMb7hJPh5M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SghtOdBJ+dMJIBcjcQvfAuEK+sHvLe4wW7KTAcH5oU/OXvA6VgDcJAmjGqeY6UxRE RpPuG0qngh6tDXzmqFWZIvPH4CSd1KGULeQsBDuLKmRQ/UoKnmN2UznIu+KwLD3+vQ 6ys0z7qhqPNZ4z8dpmj84nzrJ9oOAwo8fY4UwpE0= Received: from vokac-Latitude-7410.ysoft.local (unknown [10.1.8.111]) by uho.ysoft.cz (Postfix) with ESMTP id 134C7A010B; Fri, 10 Feb 2023 16:49:44 +0100 (CET) From: =?utf-8?b?TWljaGFsIFZva8OhxI0=?= To: Rob Herring , Shawn Guo Cc: Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, =?utf-8?b?TWljaGFsIFZva8OhxI0=?= Subject: [PATCH 2/6] ARM: dts: imx6dl-yapp4: Change LED channel names according to dt-binding Date: Fri, 10 Feb 2023 16:48:51 +0100 Message-Id: <20230210154855.3086900-3-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230210154855.3086900-1-michal.vokac@ysoft.com> References: <20230210154855.3086900-1-michal.vokac@ysoft.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230210_074951_248004_C0DFA8D6 X-CRM114-Status: GOOD ( 11.38 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The lp55xx LED controller binding was converted to schema and dtbs_check now complains: led-controller@30: 'chan@0', 'chan@1', 'chan@2' do not match any of the regexes Use correct names to fix that. Signed-off-by: Michal Vokáč --- arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi index 52162e8c7274..aacbf317feea 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi @@ -274,7 +274,7 @@ leds: led-controller@30 { #address-cells = <1>; #size-cells = <0>; - chan@0 { + led@0 { chan-name = "R"; led-cur = /bits/ 8 <0x20>; max-cur = /bits/ 8 <0x60>; @@ -282,7 +282,7 @@ chan@0 { color = ; }; - chan@1 { + led@1 { chan-name = "G"; led-cur = /bits/ 8 <0x20>; max-cur = /bits/ 8 <0x60>; @@ -290,7 +290,7 @@ chan@1 { color = ; }; - chan@2 { + led@2 { chan-name = "B"; led-cur = /bits/ 8 <0x20>; max-cur = /bits/ 8 <0x60>;