ARM: dts: rockchip: rv1126 add pinctrl for emmc but not for evb

Since rv1126 evb has both spi nor flash and emmc on board, the
emmc driver not want to set pinctrl, so delete pinctrl property
of emmc node.

Change-Id: I85e9bdfa4ef7d09f306dc43586cbf57feb1edfbb
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu 2020-03-26 15:38:54 +08:00 committed by Tao Huang
parent f7caa411fc
commit 0059f0f2ef
2 changed files with 4 additions and 0 deletions

View File

@ -1435,6 +1435,8 @@ emmc: dwmmc@ffc50000 {
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
fifo-depth = <0x100>;
max-frequency = <200000000>;
pinctrl-names = "default";
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
power-domains = <&power RV1126_PD_NVM>;
status = "disabled";
};

View File

@ -420,6 +420,8 @@ &emmc {
mmc-hs200-1_8v;
rockchip,default-sample-phase = <90>;
supports-emmc;
/delete-property/ pinctrl-names;
/delete-property/ pinctrl-0;
status = "okay";
};