]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: renesas: r9a06g032-rzn1d400-db: Do not use underscores in node names
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 11 Mar 2026 14:58:07 +0000 (15:58 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 12 Mar 2026 10:55:34 +0000 (11:55 +0100)
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>
Reviewed-by: Herve Codina <herve.codina@bootlin.com>
Link: https://patch.msgid.link/1c1fc11f1f183a8e72f168bf6eb35a40e01ecacb.1773240961.git.geert+renesas@glider.be
arch/arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts

index b720c001e77680a9c5310719c509e375a6b104b1..d0956950472c1fde0f02bffd6169af2af16a7aa9 100644 (file)
        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>;
                         <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)>,
                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)>,
                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)>;
        };