]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: rockchip: add rk3036 dw-mmc resets
authorHeiko Stuebner <heiko@sntech.de>
Wed, 1 Mar 2017 23:42:52 +0000 (00:42 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 16 Mar 2017 12:24:52 +0000 (13:24 +0100)
dw-mmc got its reset-properties specified, so add the softresets
for it in rk3036.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviwed-by: Shawn Lin <shawn.lin@rock-chips.com>
arch/arm/boot/dts/rk3036.dtsi

index ff9b90bfaefde4a1ac69b4bea41c8092f67ada52..ec91325d3b6ebeb50da67b44607c600a88cf64bc 100644 (file)
@@ -250,6 +250,8 @@ sdmmc: dwmmc@10214000 {
                clock-names = "biu", "ciu";
                fifo-depth = <0x100>;
                interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
+               resets = <&cru SRST_MMC0>;
+               reset-names = "reset";
                status = "disabled";
        };
 
@@ -262,6 +264,8 @@ sdio: dwmmc@10218000 {
                clock-names = "biu", "ciu", "ciu_drv", "ciu_sample";
                fifo-depth = <0x100>;
                interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
+               resets = <&cru SRST_SDIO>;
+               reset-names = "reset";
                status = "disabled";
        };
 
@@ -286,6 +290,8 @@ emmc: dwmmc@1021c000 {
                num-slots = <1>;
                pinctrl-names = "default";
                pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
+               resets = <&cru SRST_EMMC>;
+               reset-names = "reset";
                status = "disabled";
        };