diff mbox

ARM: dts: imx6q-bx50v3: disable SD card

Message ID 20170630133557.17129-1-romain.perier@collabora.com (mailing list archive)
State New, archived
Headers show

Commit Message

Romain Perier June 30, 2017, 1:35 p.m. UTC
From: Ian Ray <ian.ray@ge.com>

Default boot medium must be internal eMMC, we don't want the SDIO to be
used for these devices. This commit disables the SD card interface
for GE Healthcare Bx50v3 devices.

Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Romain Perier <romain.perier@collabora.com>
---
 arch/arm/boot/dts/imx6q-bx50v3.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Shawn Guo July 12, 2017, 8:28 a.m. UTC | #1
On Fri, Jun 30, 2017 at 03:35:57PM +0200, Romain Perier wrote:
> From: Ian Ray <ian.ray@ge.com>
> 
> Default boot medium must be internal eMMC, we don't want the SDIO to be
> used for these devices. This commit disables the SD card interface
> for GE Healthcare Bx50v3 devices.
> 
> Signed-off-by: Ian Ray <ian.ray@ge.com>
> Signed-off-by: Romain Perier <romain.perier@collabora.com>
> ---
>  arch/arm/boot/dts/imx6q-bx50v3.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi
> index 75201ca..25466372 100644
> --- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi
> +++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi
> @@ -326,3 +326,7 @@
>  		tcxo-clock-frequency = <26000000>;
>  	};
>  };
> +
> +&usdhc2 {
> +	status = "disabled";
> +};

Please keep the node alphabetically sorted.

Shawn

> -- 
> 1.8.3.1
>
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi
index 75201ca..25466372 100644
--- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi
+++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi
@@ -326,3 +326,7 @@ 
 		tcxo-clock-frequency = <26000000>;
 	};
 };
+
+&usdhc2 {
+	status = "disabled";
+};