From: Tien Fong Chee Date: Sun, 30 Dec 2018 08:13:45 +0000 (+0800) Subject: ARM: dts: socfpga: Add missing SDMMC reset X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=70cae47014c270515b2e60b81094b219eb693add;p=u-boot.git ARM: dts: socfpga: Add missing SDMMC reset The SDMMC reset is missing from DT, so the reset manager cannot unreset the SDMMC. Add the missing DT reset entry. Signed-off-by: Tien Fong Chee --- diff --git a/arch/arm/dts/socfpga_arria10.dtsi b/arch/arm/dts/socfpga_arria10.dtsi index 2c5249c1eb..c11a5c0cc1 100644 --- a/arch/arm/dts/socfpga_arria10.dtsi +++ b/arch/arm/dts/socfpga_arria10.dtsi @@ -660,6 +660,7 @@ fifo-depth = <0x400>; clocks = <&l4_mp_clk>, <&sdmmc_clk>; clock-names = "biu", "ciu"; + resets = <&rst SDMMC_RESET>; status = "disabled"; };