From a1383655cfaa71609d6236ae0fcf3b6047462b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 29 Feb 2020 09:25:20 +0100 Subject: bcm27xx: add linux 5.4 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested on bcm2710 (Raspberry Pi 3B). Signed-off-by: Álvaro Fernández Rojas --- ...XD2880_SPI_DRV-should-select-DVB_CXD2880-wi.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/bcm27xx/patches-5.4/950-0120-cxd2880-CXD2880_SPI_DRV-should-select-DVB_CXD2880-wi.patch (limited to 'target/linux/bcm27xx/patches-5.4/950-0120-cxd2880-CXD2880_SPI_DRV-should-select-DVB_CXD2880-wi.patch') diff --git a/target/linux/bcm27xx/patches-5.4/950-0120-cxd2880-CXD2880_SPI_DRV-should-select-DVB_CXD2880-wi.patch b/target/linux/bcm27xx/patches-5.4/950-0120-cxd2880-CXD2880_SPI_DRV-should-select-DVB_CXD2880-wi.patch new file mode 100644 index 0000000000..2165e9dfb3 --- /dev/null +++ b/target/linux/bcm27xx/patches-5.4/950-0120-cxd2880-CXD2880_SPI_DRV-should-select-DVB_CXD2880-wi.patch @@ -0,0 +1,20 @@ +From 386a673d4b3a908d5fe4d2d9b425b3f5a9361707 Mon Sep 17 00:00:00 2001 +From: popcornmix +Date: Mon, 17 Sep 2018 17:31:18 +0100 +Subject: [PATCH] cxd2880: CXD2880_SPI_DRV should select DVB_CXD2880 + with MEDIA_SUBDRV_AUTOSELECT + +--- + drivers/media/spi/Kconfig | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/media/spi/Kconfig ++++ b/drivers/media/spi/Kconfig +@@ -23,6 +23,7 @@ menu "Media SPI Adapters" + config CXD2880_SPI_DRV + tristate "Sony CXD2880 SPI support" + depends on DVB_CORE && SPI ++ select DVB_CXD2880 if MEDIA_SUBDRV_AUTOSELECT + default m if !MEDIA_SUBDRV_AUTOSELECT + help + Choose if you would like to have SPI interface support for Sony CXD2880. -- cgit v1.2.3