[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191029112655.15058-7-frieder.schrempf@kontron.de>
Date: Tue, 29 Oct 2019 11:28:00 +0000
From: Schrempf Frieder <frieder.schrempf@...tron.de>
To: Krzysztof Kozlowski <krzk@...nel.org>,
Fabio Estevam <festevam@...il.com>,
Schrempf Frieder <frieder.schrempf@...tron.de>,
Mark Rutland <mark.rutland@....com>,
NXP Linux Team <linux-imx@....com>,
"Pengutronix Kernel Team" <kernel@...gutronix.de>,
Rob Herring <robh+dt@...nel.org>,
"Sascha Hauer" <s.hauer@...gutronix.de>,
Shawn Guo <shawnguo@...nel.org>
CC: "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH v2 06/11] ARM: dts: imx6ul-kontron-n6x1x-s: Specify bus-width
for SD card and eMMC
From: Frieder Schrempf <frieder.schrempf@...tron.de>
Both, the SD card and the eMMC are connected to the usdhc controller
by four data lines. Therefore we set 'bus-width = <4>' for both
interfaces.
Signed-off-by: Frieder Schrempf <frieder.schrempf@...tron.de>
---
arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi b/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
index 7c98a1a46fb1..2299cad900af 100644
--- a/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
+++ b/arch/arm/boot/dts/imx6ul-kontron-n6x1x-s.dtsi
@@ -209,6 +209,7 @@
wakeup-source;
vmmc-supply = <®_3v3>;
voltage-ranges = <3300 3300>;
+ bus-width = <4>;
no-1-8-v;
status = "okay";
};
@@ -223,6 +224,7 @@
wakeup-source;
vmmc-supply = <®_3v3>;
voltage-ranges = <3300 3300>;
+ bus-width = <4>;
no-1-8-v;
status = "okay";
};
--
2.17.1
Powered by blists - more mailing lists