mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ARM: dts: rockchip: rk3036: Change the property for emmc/sdio/sdmmc nodes
Signed-off-by: David Wu <david.wu@rock-chips.com> Change-Id: I332b505d937eb97a26400ff9882b3d58401a00bf
This commit is contained in:
@@ -386,6 +386,8 @@
|
||||
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
|
||||
resets = <&cru SRST_MMC0>;
|
||||
reset-names = "reset";
|
||||
no-mmc;
|
||||
no-sdio;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@@ -400,6 +402,8 @@
|
||||
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
|
||||
resets = <&cru SRST_SDIO>;
|
||||
reset-names = "reset";
|
||||
no-mmc;
|
||||
no-sd;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
@@ -420,6 +424,8 @@
|
||||
dma-names = "rx-tx";
|
||||
fifo-depth = <0x100>;
|
||||
non-removable;
|
||||
no-sdio;
|
||||
no-sd;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
|
||||
resets = <&cru SRST_EMMC>;
|
||||
|
||||
Reference in New Issue
Block a user