| From 63a6cf0c84aae38bb0dc5e30858d985441f7a8cb Mon Sep 17 00:00:00 2001 |
| From: Sasha Levin <sashal@kernel.org> |
| Date: Tue, 7 Oct 2025 12:38:51 +0200 |
| Subject: ARM: dts: am335x-netcom-plus-2xx: add missing GPIO labels |
| |
| From: Yegor Yefremov <yegorslists@googlemail.com> |
| |
| [ Upstream commit d0c4b1723c419a18cb434903c7754954ecb51d35 ] |
| |
| Fixes: 8e9d75fd2ec2 ("ARM: dts: am335x-netcom: add GPIO names for NetCom Plus 2-port devices") |
| |
| Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> |
| Link: https://lore.kernel.org/r/20251007103851.3765678-1-yegorslists@googlemail.com |
| Signed-off-by: Kevin Hilman <khilman@baylibre.com> |
| Signed-off-by: Sasha Levin <sashal@kernel.org> |
| --- |
| arch/arm/boot/dts/ti/omap/am335x-netcom-plus-2xx.dts | 8 ++++---- |
| 1 file changed, 4 insertions(+), 4 deletions(-) |
| |
| diff --git a/arch/arm/boot/dts/ti/omap/am335x-netcom-plus-2xx.dts b/arch/arm/boot/dts/ti/omap/am335x-netcom-plus-2xx.dts |
| index f66d57bb685ee..f0519ab301416 100644 |
| --- a/arch/arm/boot/dts/ti/omap/am335x-netcom-plus-2xx.dts |
| +++ b/arch/arm/boot/dts/ti/omap/am335x-netcom-plus-2xx.dts |
| @@ -222,10 +222,10 @@ &gpio3 { |
| "ModeA1", |
| "ModeA2", |
| "ModeA3", |
| - "NC", |
| - "NC", |
| - "NC", |
| - "NC", |
| + "ModeB0", |
| + "ModeB1", |
| + "ModeB2", |
| + "ModeB3", |
| "NC", |
| "NC", |
| "NC", |
| -- |
| 2.51.0 |
| |