ARM: dts: socfpga: Add missing SDMMC reset
authorTien Fong Chee <tien.fong.chee@intel.com>
Sun, 30 Dec 2018 08:13:45 +0000 (16:13 +0800)
committerMarek Vasut <marex@denx.de>
Fri, 11 Jan 2019 14:51:38 +0000 (15:51 +0100)
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 <tien.fong.chee@intel.com>
arch/arm/dts/socfpga_arria10.dtsi

index 2c5249c1eb4ff93f5e7aa0899ee68a46d39bb462..c11a5c0cc1af10271a78f8e3b966df19f6c90e50 100644 (file)
                        fifo-depth = <0x400>;
                        clocks = <&l4_mp_clk>, <&sdmmc_clk>;
                        clock-names = "biu", "ciu";
+                       resets = <&rst SDMMC_RESET>;
                        status = "disabled";
                };