diff options
author | Robin van der Gracht <robin@protonic.nl> | 2022-06-21 16:03:34 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-06-27 15:47:12 +0800 |
commit | 4e0ce6e703c24d2d7a2acf027f4b712368a35eb9 (patch) | |
tree | b7e0614b051aa37534f522c9d976a5480bd5e22e | |
parent | 01f8d921f72286dd9145181ede121f4b393fc810 (diff) | |
download | lwn-4e0ce6e703c24d2d7a2acf027f4b712368a35eb9.tar.gz lwn-4e0ce6e703c24d2d7a2acf027f4b712368a35eb9.zip |
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: Robin van der Gracht <robin@protonic.nl>
Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-prti6q.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-prti6q.dtsi b/arch/arm/boot/dts/imx6qdl-prti6q.dtsi index 19578f660b09..f0db0d4471f4 100644 --- a/arch/arm/boot/dts/imx6qdl-prti6q.dtsi +++ b/arch/arm/boot/dts/imx6qdl-prti6q.dtsi @@ -94,6 +94,9 @@ pinctrl-0 = <&pinctrl_usdhc3>; bus-width = <8>; non-removable; + no-1-8-v; + no-sd; + no-sdio; status = "okay"; }; |