linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benjamin Gaignard <benjamin.gaignard@st.com>
To: <linus.walleij@linaro.org>, <robh+dt@kernel.org>,
	<mcoquelin.stm32@gmail.com>, <alexandre.torgue@st.com>,
	<gregkh@linuxfoundation.org>
Cc: <linux-gpio@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-usb@vger.kernel.org>,
	Benjamin Gaignard <benjamin.gaignard@st.com>
Subject: [PATCH 13/15] ARM: dts: stm32: update led nodes names for stm32f746-eval
Date: Wed, 13 May 2020 16:59:33 +0200	[thread overview]
Message-ID: <20200513145935.22493-14-benjamin.gaignard@st.com> (raw)
In-Reply-To: <20200513145935.22493-1-benjamin.gaignard@st.com>

Update led nodes names to be aligned with yaml description

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
index d946e0a02f5c..aa47be06cd7a 100644
--- a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
+++ b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
@@ -62,7 +62,7 @@
 
 	led {
 		compatible = "gpio-leds";
-		blue {
+		led-blue {
 			label = "heartbeat";
 			gpios = <&gpiod 11 GPIO_ACTIVE_HIGH>;
 			linux,default-trigger = "heartbeat";
-- 
2.15.0


  parent reply	other threads:[~2020-05-13 15:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-13 14:59 [PATCH 00/15] Fix STM32 DT issues on v5.7-rc4 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 01/15] ARM: dts: stm32: remove useless interrupt-names property on stm32f429 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 02/15] ARM: dts: stm32: update pwm pinctrl node names for stm32f4 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 03/15] ARM: dts: stm32: update led nodes names for stm32f249-disco Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 04/15] ARM: dts: stm32: update led nodes names for stm32f469-disco Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 05/15] ARM: dts: stm32: remove useless interrupt-names property on stm32f746 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 06/15] ARM: dts: stm32: update led nodes names for stm32f429-eval Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 07/15] ARM: dts: stm32: update led nodes names for stm32f769-disco Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 08/15] ARM: dts: stm32: update led nodes names for stm32f746-eval Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 09/15] ARM: dts: stm32: remove useless interrupt-names property on stm32f743 Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 10/15] ARM: dts: stm32: Update nodes names for stm32h743 pinctrl Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 11/15] ARM: dts: stm32: Update nodes names for stm32mp15 pinctrl Benjamin Gaignard
2020-05-13 14:59 ` [PATCH 12/15] ARM: dts: stm32: Add missing #address and #size cells on spi node for stm32mp151 Benjamin Gaignard
2020-05-13 14:59 ` Benjamin Gaignard [this message]
2020-05-13 14:59 ` [PATCH 14/15] dt-bindings: pinctrl: stm32: Add missing interrupts property Benjamin Gaignard
2020-05-28  2:34   ` Rob Herring
2020-06-03 12:10   ` Linus Walleij
2020-05-13 14:59 ` [PATCH 15/15] dt-bindings: usb: dwc2: Fix issues for stm32mp15x SoC Benjamin Gaignard
2020-05-28  2:34   ` Rob Herring
2020-05-14 13:42 ` [PATCH 00/15] Fix STM32 DT issues on v5.7-rc4 Alexandre Torgue
2020-06-15 10:08 ` Alexandre Torgue

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=20200513145935.22493-14-benjamin.gaignard@st.com \
    --to=benjamin.gaignard@st.com \
    --cc=alexandre.torgue@st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=robh+dt@kernel.org \
    /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).