linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robert Marko <robert.marko@sartura.hr>
To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	andrew@lunn.ch, gregory.clement@bootlin.com,
	sebastian.hesselbarth@gmail.com, kostap@marvell.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Robert Marko <robert.marko@sartura.hr>
Subject: [PATCH v3 06/11] arm64: dts: marvell: uDPU: align LED-s with bindings
Date: Thu, 12 May 2022 14:49:00 +0200	[thread overview]
Message-ID: <20220512124905.49979-6-robert.marko@sartura.hr> (raw)
In-Reply-To: <20220512124905.49979-1-robert.marko@sartura.hr>

According to bindings they LED-s should be prefixed with "led" in this
use case, so fix accordingly.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts b/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
index 4ae1688e6627..f216777acacc 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts
@@ -31,32 +31,32 @@ leds {
 		pinctrl-names = "default";
 		compatible = "gpio-leds";
 
-		power1 {
+		led-power1 {
 			label = "udpu:green:power";
 			gpios = <&gpionb 11 GPIO_ACTIVE_LOW>;
 		};
 
-		power2 {
+		led-power2 {
 			label = "udpu:red:power";
 			gpios = <&gpionb 12 GPIO_ACTIVE_LOW>;
 		};
 
-		network1 {
+		led-network1 {
 			label = "udpu:green:network";
 			gpios = <&gpionb 13 GPIO_ACTIVE_LOW>;
 		};
 
-		network2 {
+		led-network2 {
 			label = "udpu:red:network";
 			gpios = <&gpionb 14 GPIO_ACTIVE_LOW>;
 		};
 
-		alarm1 {
+		led-alarm1 {
 			label = "udpu:green:alarm";
 			gpios = <&gpionb 15 GPIO_ACTIVE_LOW>;
 		};
 
-		alarm2 {
+		led-alarm2 {
 			label = "udpu:red:alarm";
 			gpios = <&gpionb 16 GPIO_ACTIVE_LOW>;
 		};
-- 
2.36.1


  parent reply	other threads:[~2022-05-12 12:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-12 12:48 [PATCH v3 01/11] dt-bindings: vendor-prefixes: add Methode Electronics Robert Marko
2022-05-12 12:48 ` [PATCH v3 02/11] dt-bindings: marvell: convert Armada 37xx compatibles to YAML Robert Marko
2022-05-13  8:41   ` Krzysztof Kozlowski
2022-05-12 12:48 ` [PATCH v3 03/11] arm64: dts: marvell: espressobin-ultra: add generic Espressobin compatible Robert Marko
2022-05-13  8:43   ` Krzysztof Kozlowski
2022-05-12 12:48 ` [PATCH v3 04/11] arm64: dts: marvell: uDPU: add missing SoC compatible Robert Marko
2022-05-13  8:43   ` Krzysztof Kozlowski
2022-05-12 12:48 ` [PATCH v3 05/11] arm64: dts: marvell: uDPU: align SPI-NOR node with bindings Robert Marko
2022-05-13  8:43   ` Krzysztof Kozlowski
2022-05-12 12:49 ` Robert Marko [this message]
2022-05-13  8:43   ` [PATCH v3 06/11] arm64: dts: marvell: uDPU: align LED-s " Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 07/11] arm64: dts: marvell: uDPU: remove LED node pinctrl-names Robert Marko
2022-05-13  8:44   ` Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 08/11] arm64: dts: marvell: rename temp sensor nodes Robert Marko
2022-05-13  8:44   ` Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 09/11] arm64: dts: marvell: split Methode uDPU DTS Robert Marko
2022-05-13  8:45   ` Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 10/11] dt-bindings: marvell: armada-37xx: add Methode eDPU compatible Robert Marko
2022-05-13  8:45   ` Krzysztof Kozlowski
2022-05-12 12:49 ` [PATCH v3 11/11] arm64: dts: marvell: add support for Methode eDPU Robert Marko
2022-05-13  8:46   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220512124905.49979-6-robert.marko@sartura.hr \
    --to=robert.marko@sartura.hr \
    --cc=andrew@lunn.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=gregory.clement@bootlin.com \
    --cc=kostap@marvell.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=sebastian.hesselbarth@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).