diff options
author | Tien Fong Chee <tien.fong.chee@intel.com> | 2018-12-30 16:13:45 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-01-11 15:51:38 +0100 |
commit | 70cae47014c270515b2e60b81094b219eb693add (patch) | |
tree | adf6c2ef0b2adcf7e5e4de572af9d8bcb1770ef6 /arch/arm/dts/socfpga_arria10.dtsi | |
parent | 64abfc9b6bb3721621d5132e112ae2e91c57d8bb (diff) |
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 <tien.fong.chee@intel.com>
Diffstat (limited to 'arch/arm/dts/socfpga_arria10.dtsi')
-rw-r--r-- | arch/arm/dts/socfpga_arria10.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; |