On 03/18/2017 01:25 AM, [email protected] wrote: > From: Patrice Chotard <[email protected]> > > reset-names property is needed to use the reset > API for STi sdhci driver. > > Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]> > --- > arch/arm/dts/stih407-family.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/dts/stih407-family.dtsi > b/arch/arm/dts/stih407-family.dtsi > index af66b53..452ac1c 100644 > --- 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>; > }; > > _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

