mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ARM: dts: rockchip: fixes the emmc error on rk3036 SoCs
As the emmc is supplyed power by vcc_io, that's 3.3v voltage. the default 1.8v volatge will cause the emmc error. as the following: [ 17.096082 ] mmcblk1: error -115 sending stop command, original cmd response 0x900, card status 0xb00 [ 17.127022 ] mmcblk1: error -110 transferring data, sector 664720, nr 72, cmd response 0x900, card status 0xb00 Remove the mmc-ddr-1_8v to keep the default the 3.3v voltage. Change-Id: I9e2539d63fd93e72d9febbb311fbd686c5a11d09 Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
@@ -395,7 +395,6 @@
|
||||
dmas = <&pdma 12>;
|
||||
dma-names = "rx-tx";
|
||||
fifo-depth = <0x100>;
|
||||
mmc-ddr-1_8v;
|
||||
non-removable;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
|
||||
|
||||
Reference in New Issue
Block a user