mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rockchip: rk3128-evb-ddr3-v10-linux: Fix sdmmc
sdmmc card wasn't functional at all as some properties copied from old kernel can't work any more. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Change-Id: Ib1deb1d5387bbca0e3be22c3175f301005bcee1d
This commit is contained in:
@@ -926,13 +926,13 @@
|
||||
&sdmmc {
|
||||
cap-mmc-highspeed;
|
||||
cap-sd-highspeed;
|
||||
supports-sd;
|
||||
no-sdio;
|
||||
no-mmc;
|
||||
vmmc-supply = <&vcc_sdmmc>;
|
||||
broken-cd;
|
||||
card-detect-delay = <800>;
|
||||
ignore-pm-notify;
|
||||
keep-power-in-suspend;
|
||||
cd-gpios = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>; /* CD GPIO */
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4 &sdmmc_det>;
|
||||
rockchip,default-sample-phase=<90>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user