|
|
@@ -1,14 +1,23 @@
|
|
|
-From 73f63c66bf80bebd46d38a2660078dbe3fe11170 Mon Sep 17 00:00:00 2001
|
|
|
+From 261ab1fd5c5d2d7ff7d5bab3f5db3c69c4bcea58 Mon Sep 17 00:00:00 2001
|
|
|
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
|
|
|
-Date: Thu, 14 Jan 2021 12:02:28 +0100
|
|
|
+Date: Fri, 5 Mar 2021 16:24:06 +0100
|
|
|
Subject: [PATCH] phy: phy-brcm-usb: select SOC_BRCMSTB on brcmstb only
|
|
|
MIME-Version: 1.0
|
|
|
Content-Type: text/plain; charset=UTF-8
|
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
|
|
-BCM4908 doesn't need brcmstb SoC stuff compiled.
|
|
|
+phy-brcm-usb has some conditional init code required on selected brcmstb
|
|
|
+devices. Execution of that code depends on family / product detected by
|
|
|
+brcmstb soc code.
|
|
|
|
|
|
+For ARCH_BCM4908 brcmstb soc code always return 0 values as ids. Don't
|
|
|
+bother selecting & compiling that redundant driver.
|
|
|
+
|
|
|
+Depends-on: 149ae80b1d50 ("soc: bcm: brcmstb: add stubs for getting platform IDs")
|
|
|
Signed-off-by: Rafał Miłecki <[email protected]>
|
|
|
+Acked-by: Florian Fainelli <[email protected]>
|
|
|
+Link: https://lore.kernel.org/r/[email protected]
|
|
|
+Signed-off-by: Vinod Koul <[email protected]>
|
|
|
---
|
|
|
drivers/phy/broadcom/Kconfig | 2 +-
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|