mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
arm: dts: bcm2711: Fix typo in gpio-line-names
Replace "RGMIO_MDC" with "RGMII_MDC" in gpio-line-names. Signed-off-by: Jinseok Kim <always.starving0@gmail.com> Link: https://lore.kernel.org/r/20260527103930.2973-1-always.starving0@gmail.com Fixes:cd87c180b3("ARM: dts: bcm2711-rpi-4-b: Add SoC GPIO labels") Fixes:ea93ada05c("ARM: dts: Add Raspberry Pi Compute Module 4 IO Board") Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
parent
f6c6b4d1c8
commit
245552af86
|
|
@ -110,7 +110,7 @@ &gpio {
|
|||
"GPIO26",
|
||||
"GPIO27",
|
||||
"RGMII_MDIO",
|
||||
"RGMIO_MDC",
|
||||
"RGMII_MDC",
|
||||
/* Used by BT module */
|
||||
"CTS0", /* 30 */
|
||||
"RTS0",
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ &gpio {
|
|||
"GPIO26",
|
||||
"GPIO27",
|
||||
"RGMII_MDIO",
|
||||
"RGMIO_MDC",
|
||||
"RGMII_MDC",
|
||||
/* Used by BT module */
|
||||
"CTS0",
|
||||
"RTS0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user