diff options
author | Daniel Golle <daniel@makrotopia.org> | 2024-05-07 14:09:34 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-05-12 12:52:16 +0200 |
commit | 22efab92f5d0f93bdbf03839d30defb6c16ea532 (patch) | |
tree | 7da777c04e46c820d673a7bf85ef76f0f7902a06 /target | |
parent | 577eaa58daa4b0c31cf314ca9b7cdd9ef9aacbc1 (diff) | |
download | openwrt-22efab92f5d0f93bdbf03839d30defb6c16ea532.tar.gz openwrt-22efab92f5d0f93bdbf03839d30defb6c16ea532.tar.bz2 openwrt-22efab92f5d0f93bdbf03839d30defb6c16ea532.zip |
kernel/airoha: refresh patch on top of Linux 6.6
Refresh the only remaining downstream patch.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Link: https://github.com/openwrt/openwrt/pull/15416
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/airoha/patches-6.6/0005-spi-Add-support-for-the-Airoha-EN7523-SoC-SPI-contro.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/airoha/patches-6.6/0005-spi-Add-support-for-the-Airoha-EN7523-SoC-SPI-contro.patch b/target/linux/airoha/patches-6.6/0005-spi-Add-support-for-the-Airoha-EN7523-SoC-SPI-contro.patch index dc28bd1df9..30ba1ab412 100644 --- a/target/linux/airoha/patches-6.6/0005-spi-Add-support-for-the-Airoha-EN7523-SoC-SPI-contro.patch +++ b/target/linux/airoha/patches-6.6/0005-spi-Add-support-for-the-Airoha-EN7523-SoC-SPI-contro.patch @@ -1,6 +1,6 @@ --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig -@@ -330,6 +330,12 @@ config SPI_DLN2 +@@ -353,6 +353,12 @@ config SPI_DLN2 This driver can also be built as a module. If so, the module will be called spi-dln2. @@ -15,7 +15,7 @@ depends on ARCH_EP93XX || COMPILE_TEST --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile -@@ -47,6 +47,7 @@ obj-$(CONFIG_SPI_DW_BT1) += spi-dw-bt1. +@@ -50,6 +50,7 @@ obj-$(CONFIG_SPI_DW_BT1) += spi-dw-bt1. obj-$(CONFIG_SPI_DW_MMIO) += spi-dw-mmio.o obj-$(CONFIG_SPI_DW_PCI) += spi-dw-pci.o obj-$(CONFIG_SPI_EP93XX) += spi-ep93xx.o |