All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6: RDU2: detail USDHC description
@ 2018-02-12 13:08 Lucas Stach
  2018-02-12 14:44 ` Fabio Estevam
  2018-02-24  7:51 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Lucas Stach @ 2018-02-12 13:08 UTC (permalink / raw)
  To: linux-arm-kernel

None of the slots support 1.8V signaling or SDIO. There is no point in
probing for a SD card on the eMMC controller.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index 72f52fcecee1..b5cda226b755 100644
--- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
@@ -602,6 +602,8 @@
 	wp-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
 	vmmc-supply = <&reg_3p3v_sd>;
 	vqmmc-supply = <&reg_3p3v>;
+	no-1-8-v;
+	no-sdio;
 	status = "okay";
 };
 
@@ -613,6 +615,8 @@
 	wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
 	vmmc-supply = <&reg_3p3v_sd>;
 	vqmmc-supply = <&reg_3p3v>;
+	no-1-8-v;
+	no-sdio;
 	status = "okay";
 };
 
@@ -622,7 +626,10 @@
 	bus-width = <8>;
 	vmmc-supply = <&reg_3p3v>;
 	vqmmc-supply = <&reg_3p3v>;
+	no-1-8-v;
 	non-removable;
+	no-sdio;
+	no-sd;
 	status = "okay";
 };
 
-- 
2.15.1

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

* [PATCH] ARM: dts: imx6: RDU2: detail USDHC description
  2018-02-12 13:08 [PATCH] ARM: dts: imx6: RDU2: detail USDHC description Lucas Stach
@ 2018-02-12 14:44 ` Fabio Estevam
  2018-02-24  7:51 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2018-02-12 14:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Feb 12, 2018 at 11:08 AM, Lucas Stach <l.stach@pengutronix.de> wrote:
> None of the slots support 1.8V signaling or SDIO. There is no point in
> probing for a SD card on the eMMC controller.
>
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>

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

* [PATCH] ARM: dts: imx6: RDU2: detail USDHC description
  2018-02-12 13:08 [PATCH] ARM: dts: imx6: RDU2: detail USDHC description Lucas Stach
  2018-02-12 14:44 ` Fabio Estevam
@ 2018-02-24  7:51 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2018-02-24  7:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Feb 12, 2018 at 02:08:18PM +0100, Lucas Stach wrote:
> None of the slots support 1.8V signaling or SDIO. There is no point in
> probing for a SD card on the eMMC controller.
> 
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>

Applied, thanks.

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

end of thread, other threads:[~2018-02-24  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-12 13:08 [PATCH] ARM: dts: imx6: RDU2: detail USDHC description Lucas Stach
2018-02-12 14:44 ` Fabio Estevam
2018-02-24  7:51 ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.