public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: renesas: r9a06g032-rzn1d400-db: Do not use underscores in node names
@ 2026-03-11 14:58 Geert Uytterhoeven
  2026-03-11 15:16 ` Wolfram Sang
  2026-03-11 16:02 ` Herve Codina
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2026-03-11 14:58 UTC (permalink / raw)
  To: Wolfram Sang, Miquel Raynal, Hervé Codina, Magnus Damm
  Cc: linux-renesas-soc, linux-arm-kernel, Geert Uytterhoeven

Node names should not contain underscores; replace them by hyphens.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-devel for v7.1.

 arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts b/arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts
index b720c001e77680a9..d0956950472c1fde 100644
--- a/arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts
+++ b/arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts
@@ -237,13 +237,13 @@ &pinctrl {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pins_cpld>;
 
-	pins_can0: pins_can0 {
+	pins_can0: pins-can0 {
 		pinmux = <RZN1_PINMUX(162, RZN1_FUNC_CAN)>,	/* CAN0_TXD */
 			 <RZN1_PINMUX(163, RZN1_FUNC_CAN)>;	/* CAN0_RXD */
 		drive-strength = <6>;
 	};
 
-	pins_can1: pins_can1 {
+	pins_can1: pins-can1 {
 		pinmux = <RZN1_PINMUX(109, RZN1_FUNC_CAN)>,	/* CAN1_TXD */
 			 <RZN1_PINMUX(110, RZN1_FUNC_CAN)>;	/* CAN1_RXD */
 		drive-strength = <6>;
@@ -256,7 +256,7 @@ pins_cpld: pins-cpld {
 			 <RZN1_PINMUX(122, RZN1_FUNC_USB)>;
 	};
 
-	pins_eth3: pins_eth3 {
+	pins_eth3: pins-eth3 {
 		pinmux = <RZN1_PINMUX(36, RZN1_FUNC_CLK_ETH_MII_RGMII_RMII)>,
 			 <RZN1_PINMUX(37, RZN1_FUNC_CLK_ETH_MII_RGMII_RMII)>,
 			 <RZN1_PINMUX(38, RZN1_FUNC_CLK_ETH_MII_RGMII_RMII)>,
@@ -273,7 +273,7 @@ pins_eth3: pins_eth3 {
 		bias-disable;
 	};
 
-	pins_eth4: pins_eth4 {
+	pins_eth4: pins-eth4 {
 		pinmux = <RZN1_PINMUX(48, RZN1_FUNC_CLK_ETH_MII_RGMII_RMII)>,
 			 <RZN1_PINMUX(49, RZN1_FUNC_CLK_ETH_MII_RGMII_RMII)>,
 			 <RZN1_PINMUX(50, RZN1_FUNC_CLK_ETH_MII_RGMII_RMII)>,
@@ -290,13 +290,13 @@ pins_eth4: pins_eth4 {
 		bias-disable;
 	};
 
-	pins_i2c2: pins_i2c2 {
+	pins_i2c2: pins-i2c2 {
 		pinmux = <RZN1_PINMUX(115, RZN1_FUNC_I2C)>,
 			 <RZN1_PINMUX(116, RZN1_FUNC_I2C)>;
 		drive-strength = <12>;
 	};
 
-	pins_mdio1: pins_mdio1 {
+	pins_mdio1: pins-mdio1 {
 		pinmux = <RZN1_PINMUX(152, RZN1_FUNC_MDIO1_SWITCH)>,
 			 <RZN1_PINMUX(153, RZN1_FUNC_MDIO1_SWITCH)>;
 	};
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: renesas: r9a06g032-rzn1d400-db: Do not use underscores in node names
  2026-03-11 14:58 [PATCH] ARM: dts: renesas: r9a06g032-rzn1d400-db: Do not use underscores in node names Geert Uytterhoeven
@ 2026-03-11 15:16 ` Wolfram Sang
  2026-03-11 16:02 ` Herve Codina
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2026-03-11 15:16 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Miquel Raynal, Hervé Codina, Magnus Damm, linux-renesas-soc,
	linux-arm-kernel

On Wed, Mar 11, 2026 at 03:58:07PM +0100, Geert Uytterhoeven wrote:
> Node names should not contain underscores; replace them by hyphens.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: renesas: r9a06g032-rzn1d400-db: Do not use underscores in node names
  2026-03-11 14:58 [PATCH] ARM: dts: renesas: r9a06g032-rzn1d400-db: Do not use underscores in node names Geert Uytterhoeven
  2026-03-11 15:16 ` Wolfram Sang
@ 2026-03-11 16:02 ` Herve Codina
  1 sibling, 0 replies; 3+ messages in thread
From: Herve Codina @ 2026-03-11 16:02 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfram Sang, Miquel Raynal, Magnus Damm, linux-renesas-soc,
	linux-arm-kernel

Hi Geert,

On Wed, 11 Mar 2026 15:58:07 +0100
Geert Uytterhoeven <geert+renesas@glider.be> wrote:

> Node names should not contain underscores; replace them by hyphens.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> To be queued in renesas-devel for v7.1.
> 
>  arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 

Reviewed-by: Herve Codina <herve.codina@bootlin.com>

Best regards,
Hervé


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-11 16:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 14:58 [PATCH] ARM: dts: renesas: r9a06g032-rzn1d400-db: Do not use underscores in node names Geert Uytterhoeven
2026-03-11 15:16 ` Wolfram Sang
2026-03-11 16:02 ` Herve Codina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox