From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Wed, 29 Mar 2017 21:20:29 +0200 Subject: [U-Boot] [PATCH v3 2/2] dts: rk3399-puma: disable 'fifo-mode' in sdmmc In-Reply-To: <1490815229-40730-1-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1490815229-40730-1-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: <1490815229-40730-2-git-send-email-philipp.tomsich@theobroma-systems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Philipp Tomsich --- Changes in v3: None arch/arm/dts/rk3399-puma.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/dts/rk3399-puma.dts b/arch/arm/dts/rk3399-puma.dts index 09b3858..50e43c7 100644 --- a/arch/arm/dts/rk3399-puma.dts +++ b/arch/arm/dts/rk3399-puma.dts @@ -91,7 +91,6 @@ &sdmmc { u-boot,dm-pre-reloc; bus-width = <4>; - fifo-mode; /* until we fix DMA in SPL */ status = "okay"; }; -- 1.9.1