Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e124f2d3 authored by Heiko Stuebner's avatar Heiko Stuebner
Browse files

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



dw-mmc got its reset-properties specified, so add the softresets
for it in rk3036.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Reviwed-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
parent 06ecaae9
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -250,6 +250,8 @@
		clock-names = "biu", "ciu";
		clock-names = "biu", "ciu";
		fifo-depth = <0x100>;
		fifo-depth = <0x100>;
		interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
		resets = <&cru SRST_MMC0>;
		reset-names = "reset";
		status = "disabled";
		status = "disabled";
	};
	};


@@ -262,6 +264,8 @@
		clock-names = "biu", "ciu", "ciu_drv", "ciu_sample";
		clock-names = "biu", "ciu", "ciu_drv", "ciu_sample";
		fifo-depth = <0x100>;
		fifo-depth = <0x100>;
		interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
		interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
		resets = <&cru SRST_SDIO>;
		reset-names = "reset";
		status = "disabled";
		status = "disabled";
	};
	};


@@ -286,6 +290,8 @@
		num-slots = <1>;
		num-slots = <1>;
		pinctrl-names = "default";
		pinctrl-names = "default";
		pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
		pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>;
		resets = <&cru SRST_EMMC>;
		reset-names = "reset";
		status = "disabled";
		status = "disabled";
	};
	};