mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -1435,6 +1435,8 @@
|
||||
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";
|
||||
};
|
||||
|
||||
@@ -420,6 +420,8 @@
|
||||
mmc-hs200-1_8v;
|
||||
rockchip,default-sample-phase = <90>;
|
||||
supports-emmc;
|
||||
/delete-property/ pinctrl-names;
|
||||
/delete-property/ pinctrl-0;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user