diff mbox

[U-Boot,v3,2/2] dts: rk3399-puma: disable 'fifo-mode' in sdmmc

Message ID 1490815229-40730-2-git-send-email-philipp.tomsich@theobroma-systems.com
State Accepted
Commit 35d1b6dc08b6b1ed39ce5039df731ec0032ba6b2
Delegated to: Simon Glass
Headers show

Commit Message

Philipp Tomsich March 29, 2017, 7:20 p.m. UTC
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
---

Changes in v3: None

 arch/arm/dts/rk3399-puma.dts | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass April 1, 2017, 4:23 a.m. UTC | #1
On 29 March 2017 at 13:20, Philipp Tomsich
<philipp.tomsich@theobroma-systems.com> wrote:
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Always nice to have a commit message. Also, please can you always add
a 'rockchip: ' tag?
> ---
>
> Changes in v3: None
>
>  arch/arm/dts/rk3399-puma.dts | 1 -
>  1 file changed, 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>
Simon Glass April 14, 2017, 10:15 a.m. UTC | #2
On 31 March 2017 at 22:23, Simon Glass <sjg@chromium.org> wrote:
> On 29 March 2017 at 13:20, Philipp Tomsich
> <philipp.tomsich@theobroma-systems.com> wrote:
>> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
>
> Always nice to have a commit message. Also, please can you always add
> a 'rockchip: ' tag?
>> ---
>>
>> Changes in v3: None
>>
>>  arch/arm/dts/rk3399-puma.dts | 1 -
>>  1 file changed, 1 deletion(-)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Added rockchip tag and:

Applied to u-boot-rockchip, thanks!
diff mbox

Patch

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