Commit 06ecaae9 authored by Heiko Stuebner's avatar Heiko Stuebner

ARM: dts: rockchip: add rk3288 dw-mmc resets

dw-mmc got its reset-properties specified, so add the softresets
for it in rk3288.
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Reviwed-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
parent 22359951
......@@ -236,6 +236,8 @@ sdmmc: dwmmc@ff0c0000 {
fifo-depth = <0x100>;
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
reg = <0xff0c0000 0x4000>;
resets = <&cru SRST_MMC0>;
reset-names = "reset";
status = "disabled";
};
......@@ -248,6 +250,8 @@ sdio0: dwmmc@ff0d0000 {
fifo-depth = <0x100>;
interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>;
reg = <0xff0d0000 0x4000>;
resets = <&cru SRST_SDIO0>;
reset-names = "reset";
status = "disabled";
};
......@@ -260,6 +264,8 @@ sdio1: dwmmc@ff0e0000 {
fifo-depth = <0x100>;
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
reg = <0xff0e0000 0x4000>;
resets = <&cru SRST_SDIO1>;
reset-names = "reset";
status = "disabled";
};
......@@ -272,6 +278,8 @@ emmc: dwmmc@ff0f0000 {
fifo-depth = <0x100>;
interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>;
reg = <0xff0f0000 0x4000>;
resets = <&cru SRST_EMMC>;
reset-names = "reset";
status = "disabled";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment