diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-09 20:59:11 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-04-10 10:04:08 +0200 |
commit | 95b846fbc0df809602561a316b6cc00e91bb4861 (patch) | |
tree | 86234ef5ad1f83c2c3f916946d1fee94c228ae5e | |
parent | f5adc5bafbc825819fc388357fab1799e2935840 (diff) | |
download | upstream-95b846fbc0df809602561a316b6cc00e91bb4861.tar.gz upstream-95b846fbc0df809602561a316b6cc00e91bb4861.tar.bz2 upstream-95b846fbc0df809602561a316b6cc00e91bb4861.zip |
bmips: allow disabling mdio-mux-bcm6368
This controller is only present on SoCs with B53 MMAP switch.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
-rw-r--r-- | target/linux/bmips/patches-5.15/502-net-mdio-mux-bcm6368-allow-disabling.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/bmips/patches-5.15/502-net-mdio-mux-bcm6368-allow-disabling.patch b/target/linux/bmips/patches-5.15/502-net-mdio-mux-bcm6368-allow-disabling.patch new file mode 100644 index 0000000000..3d9687bfc2 --- /dev/null +++ b/target/linux/bmips/patches-5.15/502-net-mdio-mux-bcm6368-allow-disabling.patch @@ -0,0 +1,10 @@ +--- a/drivers/net/mdio/Kconfig ++++ b/drivers/net/mdio/Kconfig +@@ -219,7 +219,6 @@ config MDIO_BUS_MUX_BCM6368 + tristate "Broadcom BCM6368 MDIO bus multiplexers" + depends on OF && OF_MDIO && (BMIPS_GENERIC || COMPILE_TEST) + select MDIO_BUS_MUX +- default BMIPS_GENERIC + help + This module provides a driver for MDIO bus multiplexers found in + BCM6368 based Broadcom SoCs. This multiplexer connects one of several |