Skip to content

Commit 26e29a2

Browse files
committed
Merge tag 'riscv-dt-fixes-for-v6.14-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes
RISC-V Devicetree fix for v6.14-rc6 A single fix for an incorrect define in the jh7110 pinctrl header. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> * tag 'riscv-dt-fixes-for-v6.14-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux: riscv: dts: starfive: Fix a typo in StarFive JH7110 pin function definitions Link: https://lore.kernel.org/r/20250305-sip-unable-d56ef7dbf86b@spud Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 0d11b39 + 1b13312 commit 26e29a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/boot/dts/starfive/jh7110-pinfunc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
#define GPOUT_SYS_SDIO1_DATA1 59
9090
#define GPOUT_SYS_SDIO1_DATA2 60
9191
#define GPOUT_SYS_SDIO1_DATA3 61
92-
#define GPOUT_SYS_SDIO1_DATA4 63
92+
#define GPOUT_SYS_SDIO1_DATA4 62
9393
#define GPOUT_SYS_SDIO1_DATA5 63
9494
#define GPOUT_SYS_SDIO1_DATA6 64
9595
#define GPOUT_SYS_SDIO1_DATA7 65

0 commit comments

Comments
 (0)