From 22f616af7f1f6a13449c15cce27788062f03f973 Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Sun, 8 Sep 2024 16:01:11 -0400 Subject: [PATCH] realtek: 6.6: refresh patch 304-spi-update-dependency-for-spi-realtek-rtl No content changes. Only take over the new patch locations. Signed-off-by: Markus Stockhausen --- .../304-spi-update-dependency-for-spi-realtek-rtl.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/realtek/patches-6.6/304-spi-update-dependency-for-spi-realtek-rtl.patch b/target/linux/realtek/patches-6.6/304-spi-update-dependency-for-spi-realtek-rtl.patch index f2b57bacde..01530257b8 100644 --- a/target/linux/realtek/patches-6.6/304-spi-update-dependency-for-spi-realtek-rtl.patch +++ b/target/linux/realtek/patches-6.6/304-spi-update-dependency-for-spi-realtek-rtl.patch @@ -14,7 +14,7 @@ Submitted-by: INAGAKI Hiroshi --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile -@@ -97,7 +97,7 @@ obj-$(CONFIG_SPI_QUP) += spi-qup.o +@@ -114,7 +114,7 @@ obj-$(CONFIG_SPI_QUP) += spi-qup.o obj-$(CONFIG_SPI_ROCKCHIP) += spi-rockchip.o obj-$(CONFIG_SPI_ROCKCHIP_SFC) += spi-rockchip-sfc.o obj-$(CONFIG_SPI_RB4XX) += spi-rb4xx.o @@ -22,4 +22,4 @@ Submitted-by: INAGAKI Hiroshi +obj-$(CONFIG_RTL83XX) += spi-realtek-rtl.o obj-$(CONFIG_SPI_RPCIF) += spi-rpc-if.o obj-$(CONFIG_SPI_RSPI) += spi-rspi.o - obj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o + obj-$(CONFIG_SPI_RZV2M_CSI) += spi-rzv2m-csi.o -- 2.30.2