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=-18.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT 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 7311DC4320E for ; Wed, 18 Aug 2021 07:11:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D49E61053 for ; Wed, 18 Aug 2021 07:11:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238875AbhHRHMF (ORCPT ); Wed, 18 Aug 2021 03:12:05 -0400 Received: from uho.ysoft.cz ([81.19.3.130]:13059 "EHLO uho.ysoft.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238094AbhHRHMC (ORCPT ); Wed, 18 Aug 2021 03:12:02 -0400 X-Greylist: delayed 530 seconds by postgrey-1.27 at vger.kernel.org; Wed, 18 Aug 2021 03:12:01 EDT Received: from vokac-Latitude-7410.ysoft.local (unknown [10.1.22.96]) by uho.ysoft.cz (Postfix) with ESMTP id DF667A09E6; Wed, 18 Aug 2021 09:02:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ysoft.com; s=20160406-ysoft-com; t=1629270156; bh=9R2smNe0TvY7IhMVEAeWoQKZlOff3LSIpHUkF/LRuV4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jlxJ1lzQvemq5nspoKZcSQjg23DEm+uQxYoiciKLvWXY07ed9ZOnzjVvNvl8YElaU yfcVEFL0AgCP7yyuq8dp0Qx9yCFx7HA6WcMu3PEyH4w5Vcgkh7OkFvzPPorPVEiDsG ADojrWHEWnZgQ+ltcCXl3HqsLsSaXS7h+z1KsBBg= From: =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= To: Shawn Guo Cc: Rob Herring , Fabio Estevam , Sascha Hauer , Pengutronix Kernel Team , NXP Linux Team , Pavel Machek , Jacek Anaszewski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Michal=20Vok=C3=A1=C4=8D?= Subject: [PATCH 2/2] ARM: dts: imx6dl-yapp4: Remove the unused white LED channel Date: Wed, 18 Aug 2021 09:02:09 +0200 Message-Id: <20210818070209.1540451-2-michal.vokac@ysoft.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210818070209.1540451-1-michal.vokac@ysoft.com> References: <20210818070209.1540451-1-michal.vokac@ysoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since the reg property was added to each channel node in commit b86d3d21cd4c ("ARM: dts: imx6dl-yapp4: Add reg property to the lp5562 channel node") it is possible to skip unused channels. Remove the actually unused white LED channel. Signed-off-by: Michal Vokáč --- arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 8 -------- 1 file changed, 8 deletions(-) diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi index 8c796551352b..3107bf7fbce5 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi @@ -290,14 +290,6 @@ chan@2 { reg = <2>; color = ; }; - - chan@3 { - chan-name = "W"; - led-cur = /bits/ 8 <0x0>; - max-cur = /bits/ 8 <0x0>; - reg = <3>; - color = ; - }; }; eeprom@57 { -- 2.25.1