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

Peter Robinson pbrobinson at gmail.com
Wed May 27 03:10:42 PDT 2026


On Wed, 27 May 2026 at 11:05, Jinseok Kim <always.starving0 at 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 at 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 at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rpi-kernel



More information about the linux-arm-kernel mailing list