ARM64: dts: rk3399-monkey: set usbdrd_dwc3_0 in peripheral mode

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>
This commit is contained in:
Wu Liang feng 2016-03-25 11:58:43 +08:00 committed by Gerrit Code Review
parent ec831aa320
commit 5dea212de4

View File

@ -133,3 +133,7 @@ &saradc {
status = "okay";
};
&usbdrd_dwc3_0 {
dr_mode = "peripheral";
};