mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02: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:
parent
0deb7fe598
commit
166ce57b57
|
|
@ -118,11 +118,16 @@ &io_domains {
|
|||
};
|
||||
|
||||
&u2phy {
|
||||
otg-vbus-gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
|
||||
status = "okay";
|
||||
|
||||
u2phy_host: host-port {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
u2phy_otg: otg-port {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
||||
&u3phy {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user