diff mbox series

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

Message ID 20220621140334.568446-1-robin@protonic.nl (mailing list archive)
State New, archived
Headers show
Series ARM: dts: imx6qdl-prti6q.dtsi: Add applicable properties to usdhc3 | expand

Commit Message

Robin van der Gracht June 21, 2022, 2:03 p.m. UTC
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>
---
 arch/arm/boot/dts/imx6qdl-prti6q.dtsi | 3 +++
 1 file changed, 3 insertions(+)

Comments

Ahmad Fatoum June 21, 2022, 4:29 p.m. UTC | #1
On 21.06.22 16:03, Robin van der Gracht wrote:
> 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>

> ---
>  arch/arm/boot/dts/imx6qdl-prti6q.dtsi | 3 +++
>  1 file changed, 3 insertions(+)
> 
> 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 @@ &usdhc3 {
>  	pinctrl-0 = <&pinctrl_usdhc3>;
>  	bus-width = <8>;
>  	non-removable;
> +	no-1-8-v;
> +	no-sd;
> +	no-sdio;
>  	status = "okay";
>  };
>
Shawn Guo June 27, 2022, 7:47 a.m. UTC | #2
On Tue, Jun 21, 2022 at 04:03:34PM +0200, Robin van der Gracht wrote:
> 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>

Applied, thanks!
diff mbox series

Patch

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 @@  &usdhc3 {
 	pinctrl-0 = <&pinctrl_usdhc3>;
 	bus-width = <8>;
 	non-removable;
+	no-1-8-v;
+	no-sd;
+	no-sdio;
 	status = "okay";
 };