mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
dtsi: sdmmc: add card_detect for udbg
Signed-off-by: lintao <lintao@rock-chips.com>
This commit is contained in:
@@ -498,7 +498,7 @@
|
||||
pinctrl-names = "default", "idle", "udbg";
|
||||
pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
|
||||
pinctrl-1 = <&sdmmc0_gpio>;
|
||||
pinctrl-2 = <&uart2_xfer>;
|
||||
pinctrl-2 = <&uart2_xfer &sdmmc0_dectn>;
|
||||
cd-gpios = <&gpio1 GPIO_C1 GPIO_ACTIVE_HIGH>;/*CD GPIO*/
|
||||
clocks = <&clk_sdmmc0>, <&clk_gates5 10>;
|
||||
clock-names = "clk_mmc", "hclk_mmc";
|
||||
|
||||
@@ -549,7 +549,7 @@
|
||||
pinctrl-names = "default", "idle", "udbg";
|
||||
pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_dectn &sdmmc0_bus4>;
|
||||
pinctrl-1 = <&sdmmc0_gpio>;
|
||||
pinctrl-2 = <&uart2_xfer>;
|
||||
pinctrl-2 = <&uart2_xfer &sdmmc0_dectn>;
|
||||
clocks = <&clk_sdmmc0>, <&clk_gates5 10>;
|
||||
clock-names = "clk_mmc", "hclk_mmc";
|
||||
dmas = <&pdma 10>;
|
||||
|
||||
Reference in New Issue
Block a user