Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ba019f1 authored by Adam Ford's avatar Adam Ford Committed by Sekhar Nori
Browse files

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



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

Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent 60cc43fc
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -309,6 +309,18 @@
	};
};

&usb_phy {
	status = "okay";
};

&usb0 {
	status = "okay";
};

&usb1 {
	status = "okay";
};

&vpif {
	pinctrl-names = "default";
	pinctrl-0 = <&vpif_capture_pins>, <&vpif_display_pins>;