projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64abfc9
)
ARM: dts: socfpga: Add missing SDMMC reset
author
Tien Fong Chee
<tien.fong.chee@intel.com>
Sun, 30 Dec 2018 08:13:45 +0000
(16:13 +0800)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_arria10.dtsi
b/arch/arm/dts/socfpga_arria10.dtsi
index 2c5249c1eb4ff93f5e7aa0899ee68a46d39bb462..c11a5c0cc1af10271a78f8e3b966df19f6c90e50 100644
(file)
--- 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";
};