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 10/15] ARM: dts: stm32: Update nodes names for stm32h743 pinctrl
Date: Wed, 13 May 2020 16:59:30 +0200	[thread overview]
Message-ID: <20200513145935.22493-11-benjamin.gaignard@st.com> (raw)
In-Reply-To: <20200513145935.22493-1-benjamin.gaignard@st.com>

Fix the nodes names to be aligned with yaml description

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
---
 arch/arm/boot/dts/stm32h743-pinctrl.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/stm32h743-pinctrl.dtsi b/arch/arm/boot/dts/stm32h743-pinctrl.dtsi
index e44e7baa3f17..fa5dcb6a5fdd 100644
--- a/arch/arm/boot/dts/stm32h743-pinctrl.dtsi
+++ b/arch/arm/boot/dts/stm32h743-pinctrl.dtsi
@@ -163,7 +163,7 @@
 				#interrupt-cells = <2>;
 			};
 
-			i2c1_pins_a: i2c1@0 {
+			i2c1_pins_a: i2c1-0 {
 				pins {
 					pinmux = <STM32_PINMUX('B', 6, AF4)>, /* I2C1_SCL */
 						 <STM32_PINMUX('B', 7, AF4)>; /* I2C1_SDA */
@@ -173,7 +173,7 @@
 				};
 			};
 
-			ethernet_rmii: rmii@0 {
+			ethernet_rmii: rmii-0 {
 				pins {
 					pinmux = <STM32_PINMUX('G', 11, AF11)>,
 						 <STM32_PINMUX('G', 13, AF11)>,
@@ -256,7 +256,7 @@
 				};
 			};
 
-			usart1_pins: usart1@0 {
+			usart1_pins: usart1-0 {
 				pins1 {
 					pinmux = <STM32_PINMUX('B', 14, AF4)>; /* USART1_TX */
 					bias-disable;
@@ -269,7 +269,7 @@
 				};
 			};
 
-			usart2_pins: usart2@0 {
+			usart2_pins: usart2-0 {
 				pins1 {
 					pinmux = <STM32_PINMUX('D', 5, AF7)>; /* USART2_TX */
 					bias-disable;
@@ -282,7 +282,7 @@
 				};
 			};
 
-			usbotg_hs_pins_a: usbotg-hs@0 {
+			usbotg_hs_pins_a: usbotg-hs-0 {
 				pins {
 					pinmux = <STM32_PINMUX('H', 4, AF10)>,	/* ULPI_NXT */
 							 <STM32_PINMUX('I', 11, AF10)>, /* ULPI_DIR> */
-- 
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 ` Benjamin Gaignard [this message]
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 ` [PATCH 13/15] ARM: dts: stm32: update led nodes names for stm32f746-eval Benjamin Gaignard
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-11-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).