From nobody Sun Sep 22 01:58:44 2024 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 D1944CCA47B for ; Thu, 9 Jun 2022 11:41:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243875AbiFILlM (ORCPT ); Thu, 9 Jun 2022 07:41:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243929AbiFILkW (ORCPT ); Thu, 9 Jun 2022 07:40:22 -0400 Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0441D1DD4CF for ; Thu, 9 Jun 2022 04:39:51 -0700 (PDT) Received: by mail-ej1-x635.google.com with SMTP id u12so46914926eja.8 for ; Thu, 09 Jun 2022 04:39:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=5S/RV9AELwOaDCH5atX+3Vv8RTm/1jcts99iBeZwt4M=; b=VybmEKPiOUE64UwmqZtxQg6qm2ZaPnWtbGUDCGge+zC1GdHHbotVW725SnVA697hd2 FtuV8Rx86MN3t/2yarLDYZH5tTT4XhvyoCVXprV1T8K8Gvk9vyuHriR1OpiripOoHeJy tzVmjuddPAyiMSGjDQR9y5o1EJzeKNNtm/zdi8GiGfmH/zDlaQJe7FX0rF7lRqgZsWhf jEzvuGbwAxjyaa5n47Sanp8+BQ8r3KfDS3mj0qyfRqsSdLgd6OyE4EhFq/WpqGHT7ZMi fcPNx3nwTrTvG6lefsjWa2Zid9j1Q7SPajzjcOOj33/tYATtCp0tAxlgY0mxKg0/qiH3 VspA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5S/RV9AELwOaDCH5atX+3Vv8RTm/1jcts99iBeZwt4M=; b=ksbkia6+S0oxnpq/0Bdp9ltCBIu4p5eH0bJwg5K3AEFLs2ZQxM0x6HPG5KgOsFdCIL gXOZcCEOMOyNaGwcazqhnzLJq6XT+PxdJA0kSn0T7ZiTUnGMiO76+iKhxY89CvjeoFaN mFYABFsn5BfRNDi3m9+y1L1D2uqUIExKJXea3EblFiOP96vHzLKcgQOu2ytKuKL7N7fI ryXbL5wLv+TcVJUoLRJAg7np/Ore81hOhk8ugubM6X9x7VEkXhUSQnAEpCz08ASboSWF 2E53SUcrDDJvVSUDJ6uIvE8X3OddsHl26l/jEVqPwNvUZjtaLzWhvNoEBQR70Z6iC8kv 5qzg== X-Gm-Message-State: AOAM532Txh0aOu5LVJTnJcvSwEs1KcDymnVgRXuOj3jTWv+b6HjIZKvD O/pjTrpSN71Z9fFQ2hwSkksZng== X-Google-Smtp-Source: ABdhPJyg6YBir+KkL8OFmNyegS0qrWC+mP4wqaObXruXdNrN0aPT77oBLvMMt3CU39pXV0dnJbav+g== X-Received: by 2002:a17:907:7ea9:b0:6fe:d412:ec2c with SMTP id qb41-20020a1709077ea900b006fed412ec2cmr35560777ejc.613.1654774789448; Thu, 09 Jun 2022 04:39:49 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id c10-20020a170906528a00b0070a80f03a44sm9460415ejm.119.2022.06.09.04.39.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jun 2022 04:39:49 -0700 (PDT) From: Krzysztof Kozlowski To: Arnd Bergmann , Olof Johansson , arm@kernel.org, soc@kernel.org, Shawn Guo , Li Yang , Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH v2 14/48] arm64: dts: freescale: align led node names with dtschema Date: Thu, 9 Jun 2022 13:39:33 +0200 Message-Id: <20220609113938.380466-5-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220609113721.379932-1-krzysztof.kozlowski@linaro.org> References: <20220609113721.379932-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" The node names should be generic and DT schema expects certain pattern with 'led'. Signed-off-by: Krzysztof Kozlowski --- arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts | 6 +++--- arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts b/arch/arm= 64/boot/dts/freescale/fsl-ls1088a-ten64.dts index aa38f5379558..ef6c8967533e 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a-ten64.dts @@ -52,17 +52,17 @@ button-admin { leds { compatible =3D "gpio-leds"; =20 - sfp1down { + led-0 { label =3D "ten64:green:sfp1:down"; gpios =3D <&gpio3 11 GPIO_ACTIVE_HIGH>; }; =20 - sfp2up { + led-1 { label =3D "ten64:green:sfp2:up"; gpios =3D <&gpio3 12 GPIO_ACTIVE_HIGH>; }; =20 - admin { + led-2 { label =3D "ten64:admin"; gpios =3D <&sfpgpio 12 GPIO_ACTIVE_HIGH>; }; diff --git a/arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts b/arch/arm64= /boot/dts/freescale/imx8mm-mx8menlo.dts index 92eaf4ef4563..c97f4e06ae5f 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts +++ b/arch/arm64/boot/dts/freescale/imx8mm-mx8menlo.dts @@ -20,13 +20,13 @@ leds { pinctrl-names =3D "default"; pinctrl-0 =3D <&pinctrl_led>; =20 - user1 { + led-1 { label =3D "TestLed601"; gpios =3D <&gpio4 18 GPIO_ACTIVE_HIGH>; linux,default-trigger =3D "mmc0"; }; =20 - user2 { + led-2 { label =3D "TestLed602"; gpios =3D <&gpio4 10 GPIO_ACTIVE_HIGH>; linux,default-trigger =3D "heartbeat"; --=20 2.34.1