diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2025-06-27 15:49:48 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-10-15 11:57:50 +0200 |
| commit | ca782b2a61d69201af53939674d61acae03f18e7 (patch) | |
| tree | 8ea6d00864aadee480eef0bb1c8cb52c620ee73f /arch | |
| parent | 5c6246bc147d78edd22b26324f6af51adf8111ce (diff) | |
| download | linux-ca782b2a61d69201af53939674d61acae03f18e7.tar.gz linux-ca782b2a61d69201af53939674d61acae03f18e7.tar.bz2 linux-ca782b2a61d69201af53939674d61acae03f18e7.zip | |
ARM: dts: renesas: porter: Fix CAN pin group
[ Upstream commit 287066b295051729fb08c3cff12ae17c6fe66133 ]
According to the schematics, the CAN transceiver is connected to pins
GP7_3 and GP7_4, which correspond to CAN0 data group B.
Fixes: 0768fbad7fba1d27 ("ARM: shmobile: porter: add CAN0 DT support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/70ad9bc44d6cea92197c42eedcad6b3d0641d26a.1751032025.git.geert+renesas@glider.be
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/renesas/r8a7791-porter.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/renesas/r8a7791-porter.dts b/arch/arm/boot/dts/renesas/r8a7791-porter.dts index fcc9a2313e1d..0cd08f7b8d8e 100644 --- a/arch/arm/boot/dts/renesas/r8a7791-porter.dts +++ b/arch/arm/boot/dts/renesas/r8a7791-porter.dts @@ -266,7 +266,7 @@ }; can0_pins: can0 { - groups = "can0_data"; + groups = "can0_data_b"; function = "can0"; }; |
