projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
819c626
)
ARM: dts: stih410-family: Add missing reset_names for mmc1 node
author
Patrice Chotard
<patrice.chotard@st.com>
Tue, 5 Sep 2017 09:04:19 +0000
(11:04 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 22 Sep 2017 11:39:57 +0000
(07:39 -0400)
reset-names property is needed to use the reset
API for STi sdhci driver.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/stih407-family.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/stih407-family.dtsi
b/arch/arm/dts/stih407-family.dtsi
index
af66b53
..
452ac1c
100644
(file)
--- a/
arch/arm/dts/stih407-family.dtsi
+++ b/
arch/arm/dts/stih407-family.dtsi
@@
-563,6
+563,7
@@
clocks = <&clk_s_c0_flexgen CLK_MMC_1>,
<&clk_s_c0_flexgen CLK_RX_ICN_HVA>;
resets = <&softreset STIH407_MMC1_SOFTRESET>;
+ reset-names = "softreset";
bus-width = <4>;
};