mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
ARM: dts: rockchip: rv1126: Add sdmmc idle state support
In order to avoid power leak for affacting SD cards, add idle state to all related boards for RV1126 and change default state to normal state for the driver to totally control it. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Change-Id: If00ed994eb2a467bd5ef16fd52f51b490bea4b27
This commit is contained in:
@@ -2371,8 +2371,9 @@
|
||||
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
|
||||
fifo-depth = <0x100>;
|
||||
max-frequency = <200000000>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-names = "normal", "idle";
|
||||
pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_det &sdmmc0_bus4>;
|
||||
pinctrl-1 = <&sdmmc0_idle_pins &sdmmc0_det>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user