[PATCH] ARM: dts: da850-evm: Enable usb_phy, usb0 and usb1

Adam Ford aford173 at gmail.com
Mon Mar 19 09:21:22 PDT 2018


The EVM kit has two USB ports.  This patch will enable both
when booting with device tree.

Signed-off-by: Adam Ford <aford173 at gmail.com>

diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
index c755079..cc77735 100644
--- a/arch/arm/boot/dts/da850-evm.dts
+++ b/arch/arm/boot/dts/da850-evm.dts
@@ -304,6 +304,18 @@
 	};
 };
 
+&usb_phy {
+	status = "okay";
+};
+
+&usb0 {
+	status = "okay";
+};
+
+&usb1 {
+	status = "okay";
+};
+
 &vpif {
 	pinctrl-names = "default";
 	pinctrl-0 = <&vpif_capture_pins>, <&vpif_display_pins>;
-- 
2.7.4




More information about the linux-arm-kernel mailing list