ARM64: dts: rk3399-monkey: set usbdrd_dwc3_0 in peripheral mode
authorWu Liang feng <wulf@rock-chips.com>
Fri, 25 Mar 2016 03:58:43 +0000 (11:58 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Fri, 25 Mar 2016 04:27:48 +0000 (12:27 +0800)
Set dwc3_0 in peripheral only mode until Type-C function is
ready, and then we can set dwc3_0 in drd mode.

Change-Id: I0ccb92db97244d7a34dd17c58757fc5aa1b11dac
Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-monkey.dts

index e352c9945aa96eeba269f99ff8a0a3fea7a8949d..9ba5aa63494c82caa6339ed364b6b4caf89e529f 100644 (file)
         status = "okay";
 };
 
+&usbdrd_dwc3_0 {
+       dr_mode = "peripheral";
+};
+