Re: [PATCH] arm: dts: bcm2711: Fix typo in gpio-line-names
From: Peter Robinson
Date: Wed May 27 2026 - 06:19:17 EST
On Wed, 27 May 2026 at 11:05, Jinseok Kim <always.starving0@xxxxxxxxx> 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@xxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxxxxxx
> http://lists.infradead.org/mailman/listinfo/linux-rpi-kernel