linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qdl-prti6q.dtsi: Add applicable properties to usdhc3
@ 2022-06-21 14:03 Robin van der Gracht
  2022-06-21 16:29 ` Ahmad Fatoum
  2022-06-27  7:47 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Robin van der Gracht @ 2022-06-21 14:03 UTC (permalink / raw)
  To: Rob Herring
  Cc: Krzysztof Kozlowski, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	devicetree, linux-arm-kernel, linux-kernel, David Jander,
	Robin van der Gracht

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(+)

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";
 };
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: imx6qdl-prti6q.dtsi: Add applicable properties to usdhc3
  2022-06-21 14:03 [PATCH] ARM: dts: imx6qdl-prti6q.dtsi: Add applicable properties to usdhc3 Robin van der Gracht
@ 2022-06-21 16:29 ` Ahmad Fatoum
  2022-06-27  7:47 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2022-06-21 16:29 UTC (permalink / raw)
  To: Robin van der Gracht, Rob Herring
  Cc: devicetree, Krzysztof Kozlowski, Shawn Guo, Sascha Hauer,
	linux-kernel, NXP Linux Team, Pengutronix Kernel Team,
	David Jander, Fabio Estevam, linux-arm-kernel

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";
>  };
>  


-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: imx6qdl-prti6q.dtsi: Add applicable properties to usdhc3
  2022-06-21 14:03 [PATCH] ARM: dts: imx6qdl-prti6q.dtsi: Add applicable properties to usdhc3 Robin van der Gracht
  2022-06-21 16:29 ` Ahmad Fatoum
@ 2022-06-27  7:47 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2022-06-27  7:47 UTC (permalink / raw)
  To: Robin van der Gracht
  Cc: Rob Herring, Krzysztof Kozlowski, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	devicetree, linux-arm-kernel, linux-kernel, David Jander

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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-27  7:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 14:03 [PATCH] ARM: dts: imx6qdl-prti6q.dtsi: Add applicable properties to usdhc3 Robin van der Gracht
2022-06-21 16:29 ` Ahmad Fatoum
2022-06-27  7:47 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).