[PATCH] arm: dts: bcm2711: Fix typo in gpio-line-names

Jinseok Kim posted 1 patch 1 week, 5 days ago
There is a newer version of this series
arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] arm: dts: bcm2711: Fix typo in gpio-line-names
Posted by Jinseok Kim 1 week, 5 days ago
Replace "RGMIO_MDC" with "RGMII_MDC" in gpio-line-names.

Signed-off-by: Jinseok Kim <always.starving0@gmail.com>
---
 arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts
index 353bb50ce542..5469fa663526 100644
--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts
+++ b/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts
@@ -110,7 +110,7 @@ &gpio {
 			  "GPIO26",
 			  "GPIO27",
 			  "RGMII_MDIO",
-			  "RGMIO_MDC",
+			  "RGMII_MDC",
 			  /* Used by BT module */
 			  "CTS0",		/* 30 */
 			  "RTS0",
--
2.43.0
Re: [PATCH] arm: dts: bcm2711: Fix typo in gpio-line-names
Posted by Peter Robinson 1 week, 5 days ago
On Wed, 27 May 2026 at 11:05, Jinseok Kim <always.starving0@gmail.com> wrote:
>
> Replace "RGMIO_MDC" with "RGMII_MDC" in gpio-line-names.

The bcm2711-rpi-cm4-io.dts looks to have the same typo so likely good
to fix them both at the same time. Should probably also add the
appropriate Fixes: tag,

> Signed-off-by: Jinseok Kim <always.starving0@gmail.com>
> ---
>  arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts
> index 353bb50ce542..5469fa663526 100644
> --- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts
> +++ b/arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts
> @@ -110,7 +110,7 @@ &gpio {
>                           "GPIO26",
>                           "GPIO27",
>                           "RGMII_MDIO",
> -                         "RGMIO_MDC",
> +                         "RGMII_MDC",
>                           /* Used by BT module */
>                           "CTS0",               /* 30 */
>                           "RTS0",
> --
> 2.43.0
>
> _______________________________________________
> linux-rpi-kernel mailing list
> linux-rpi-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rpi-kernel