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

Commit 0751e1bd authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman
Browse files

arm64: dts: r8a7795: salvator-x: add bias setting for usb1_pins



Since this board doesn't mount pull-up/down registers for
USB1_{OVC,PWEN} pins, we should enable bias setting to pull these
pins up/down.

Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 38548328
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
@@ -309,10 +309,22 @@
	};

	usb1_pins: usb1 {
		mux {
			groups = "usb1";
			function = "usb1";
		};

		ovc {
			pins = "GP_6_27";
			bias-pull-up;
		};

		pwen {
			pins = "GP_6_26";
			bias-pull-down;
		};
	};

	usb2_pins: usb2 {
		groups = "usb2";
		function = "usb2";