Skip to content

Commit

Permalink
V1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Oct 13, 2022
1 parent 5df9c08 commit 3350c96
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 117 deletions.
2 changes: 1 addition & 1 deletion OrangePiRDA/kernel/arch/arm/configs/i96_linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION="-legendary-v1.32"
CONFIG_LOCALVERSION="-legendary-v1.33"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_LZMA=y
Expand Down
2 changes: 1 addition & 1 deletion OrangePiRDA/kernel/arch/arm/mach-rda/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ static struct spi_board_info rda_spi_board_info[] = {
},
#ifdef CONFIG_CAN_MCP251X
{
.modalias = "mcp2510", // driver name
.modalias = "mcp2515", // driver name
.max_speed_hz = 20000000,
.mode = SPI_MODE_2,
.bus_num = 1, // mcp251x on spi1 CS_1
Expand Down
Loading

0 comments on commit 3350c96

Please sign in to comment.