ARM: dts: imx6qdl-prti6q.dtsi: Add applicable properties to usdhc3
authorRobin van der Gracht <robin@protonic.nl>
Tue, 21 Jun 2022 14:03:34 +0000 (16:03 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Jun 2022 07:47:12 +0000 (15:47 +0800)
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: Robin van der Gracht <robin@protonic.nl>
Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-prti6q.dtsi

index 19578f660b092b6c07df90f27ba7797125d74c5c..f0db0d4471f40f014d69613b7822fbd22fe27ae4 100644 (file)
@@ -94,6 +94,9 @@
        pinctrl-0 = <&pinctrl_usdhc3>;
        bus-width = <8>;
        non-removable;
+       no-1-8-v;
+       no-sd;
+       no-sdio;
        status = "okay";
 };