mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rockchip: enable otg-port node of usb2-phy for rk3328-evb
This patch enable otg-port node of usb2-phy for dwc2 otg controller on rk3328-evb board. Change-Id: Ic6ce4beb2ba1814554e709a7d8af83a9ece9d7c9 Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
This commit is contained in:
@@ -118,11 +118,16 @@
|
||||
};
|
||||
|
||||
&u2phy {
|
||||
otg-vbus-gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
|
||||
u2phy_host: host-port {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
u2phy_otg: otg-port {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&u3phy {
|
||||
|
||||
Reference in New Issue
Block a user