mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
ARM: dts: cfa10036: Add dr_mode and phy_type properties to the DT
This USB port is only used as peripheral. Set it accordingly in its DT node. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
433bdb6e05
commit
c896238c23
@ -100,6 +100,8 @@
|
|||||||
usb0: usb@80080000 {
|
usb0: usb@80080000 {
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&usb0_otg_cfa10036>;
|
pinctrl-0 = <&usb0_otg_cfa10036>;
|
||||||
|
dr_mode = "peripheral";
|
||||||
|
phy_type = "utmi";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user