Skip to content

Commit e4078eb

Browse files
committed
Merge tag 'riscv-dt-for-v6.6-final' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes
RISC-V Devicetrees for v6.6-final A single fix for the Starfive VisionFive 2 platform so that chip select for SPI matches the vendor documentation. Signed-off-by: Conor Dooley <[email protected]> * tag 'riscv-dt-for-v6.6-final' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux: riscv: dts: starfive: visionfive 2: correct spi's ss pin Link: https://lore.kernel.org/r/20231015-outmatch-tragedy-228f91d396b5@spud Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 5e24617 + cf98fe6 commit e4078eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
};
432432

433433
ss-pins {
434-
pinmux = <GPIOMUX(48, GPOUT_SYS_SPI0_FSS,
434+
pinmux = <GPIOMUX(49, GPOUT_SYS_SPI0_FSS,
435435
GPOEN_ENABLE,
436436
GPI_SYS_SPI0_FSS)>;
437437
bias-disable;

0 commit comments

Comments
 (0)