diff mbox series

[2/5] arm: dts: mt8516-pumpkin: enable usb port

Message ID 20201016154009.3097917-3-fparent@baylibre.com
State Accepted
Commit 3dbff96256f557314f4c109998d91a913954a647
Delegated to: Tom Rini
Headers show
Series board: mediatek: pumpkin: add fastboot support | expand

Commit Message

Fabien Parent Oct. 16, 2020, 3:40 p.m. UTC
Enable the USB port for MT8516 Pumpkin Board.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
---
 arch/arm/dts/mt8516-pumpkin.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Tom Rini Jan. 19, 2021, 1:02 p.m. UTC | #1
On Fri, Oct 16, 2020 at 05:40:06PM +0200, Fabien Parent wrote:

> Enable the USB port for MT8516 Pumpkin Board.
> 
> Signed-off-by: Fabien Parent <fparent@baylibre.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/mt8516-pumpkin.dts b/arch/arm/dts/mt8516-pumpkin.dts
index cd43c1f5e32c..292b00f0ffb1 100644
--- a/arch/arm/dts/mt8516-pumpkin.dts
+++ b/arch/arm/dts/mt8516-pumpkin.dts
@@ -108,3 +108,13 @@ 
 &watchdog {
 	status = "okay";
 };
+
+&usb0 {
+	status = "okay";
+	dr_mode = "peripheral";
+
+	usb_con_c: connector {
+		compatible = "usb-c-connector";
+		label = "USB-C";
+	};
+};