diff options
author | Heiko Stuebner <heiko@sntech.de> | 2017-03-17 11:38:06 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-03-22 13:57:13 +0300 |
commit | 04dc7f62037b0d3aead0dc62231efad89affa9f3 (patch) | |
tree | 08897931dc305fcf51cba6e7ec110351cbe80f95 /arch/arm64/boot/dts/rockchip | |
parent | d0302e06798f553992e2879f3eeba4cdff64595e (diff) | |
download | linux-04dc7f62037b0d3aead0dc62231efad89affa9f3.tar.xz |
arm64: dts: rockchip: add rk3399 dw-mmc resets
dw-mmc got its reset-properties specified, so add the softresets
for it on the rk3399.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Shawn Lin <shawn.lin@rock-chips.com>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index d8dda8b97b43..6aa647629e82 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -285,6 +285,8 @@ <&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>; clock-names = "biu", "ciu", "ciu-drive", "ciu-sample"; fifo-depth = <0x100>; + resets = <&cru SRST_SDIO0>; + reset-names = "reset"; status = "disabled"; }; @@ -299,6 +301,8 @@ clock-names = "biu", "ciu", "ciu-drive", "ciu-sample"; fifo-depth = <0x100>; power-domains = <&power RK3399_PD_SD>; + resets = <&cru SRST_SDMMC>; + reset-names = "reset"; status = "disabled"; }; |