Commit 4e0ce6e7 authored by Robin van der Gracht's avatar Robin van der Gracht Committed by Shawn Guo
Browse files

ARM: dts: imx6qdl-prti6q.dtsi: Add applicable properties to usdhc3



The usdhc3 interface is connected to a soldered eMMC chip on all boards
that import this dtsi. Adding these properties speeds up the device probe
during boot.

Signed-off-by: default avatarRobin van der Gracht <robin@protonic.nl>
Reviewed-by: default avatarAhmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 01f8d921
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -94,6 +94,9 @@ &usdhc3 {
	pinctrl-0 = <&pinctrl_usdhc3>;
	bus-width = <8>;
	non-removable;
	no-1-8-v;
	no-sd;
	no-sdio;
	status = "okay";
};