[PATCH] ARM: dts: BCM5301X: Enable USB 3 PHY on Luxul XWR-3150

Rafał Miłecki zajec5 at gmail.com
Fri Nov 13 04:50:12 EST 2020


From: Rafał Miłecki <rafal at milecki.pl>

This device has a functional USB 3 port so PHY is required.

Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
 arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts b/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
index 4d5c5aa7dc42..1a6b9f56d67a 100644
--- a/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
+++ b/arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
@@ -71,6 +71,10 @@ &usb3 {
 	vcc-gpio = <&chipcommon 18 GPIO_ACTIVE_HIGH>;
 };
 
+&usb3_phy {
+	status = "okay";
+}
+
 &spi_nor {
 	status = "okay";
 };
-- 
2.27.0




More information about the linux-arm-kernel mailing list