Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c896238c authored by Maxime Ripard's avatar Maxime Ripard Committed by Shawn Guo
Browse files

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: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 433bdb6e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -100,6 +100,8 @@
		usb0: usb@80080000 {
			pinctrl-names = "default";
			pinctrl-0 = <&usb0_otg_cfa10036>;
			dr_mode = "peripheral";
			phy_type = "utmi";
			status = "okay";
		};
	};