Message ID | 20200526023023.293909-5-marex@denx.de |
---|---|
State | Accepted |
Commit | 08f372ac2ade7a87581c00aa8fc59a2878525cb2 |
Headers | show |
Series | [1/5] ARM: stm32: Re-enable KS8851 on DHCOM | expand |
Hi Marek, > From: Marek Vasut <marex at denx.de> > Sent: mardi 26 mai 2020 04:30 > > Disable SDR104 mode until we know it is really stable. > > Signed-off-by: Marek Vasut <marex at denx.de> > Cc: Patrick Delaunay <patrick.delaunay at st.com> > Cc: Patrice Chotard <patrice.chotard at st.com> > --- > arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Patrick Delaunay <patrick.delaunay at st.com> Thanks Patrick
On 5/27/20 3:45 PM, Patrick DELAUNAY wrote: > Hi Marek, Hi, >> From: Marek Vasut <marex at denx.de> >> Sent: mardi 26 mai 2020 04:30 >> >> Disable SDR104 mode until we know it is really stable. >> >> Signed-off-by: Marek Vasut <marex at denx.de> >> Cc: Patrick Delaunay <patrick.delaunay at st.com> >> Cc: Patrice Chotard <patrice.chotard at st.com> >> --- >> arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts | 1 - >> 1 file changed, 1 deletion(-) >> > > Reviewed-by: Patrick Delaunay <patrick.delaunay at st.com> This is for 2020.07 , it's the remaining stuff which fell through the cracks . And then that's it :)
Hi :qrekm > From: Marek Vasut <marex at denx.de> > Sent: mercredi 27 mai 2020 19:48 > > On 5/27/20 3:45 PM, Patrick DELAUNAY wrote: > > Hi Marek, > > Hi, > > >> From: Marek Vasut <marex at denx.de> > >> Sent: mardi 26 mai 2020 04:30 > >> > >> Disable SDR104 mode until we know it is really stable. > >> > >> Signed-off-by: Marek Vasut <marex at denx.de> > >> Cc: Patrick Delaunay <patrick.delaunay at st.com> > >> Cc: Patrice Chotard <patrice.chotard at st.com> > >> --- > >> arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts | 1 - > >> 1 file changed, 1 deletion(-) > >> > > > > Reviewed-by: Patrick Delaunay <patrick.delaunay at st.com> > > This is for 2020.07 , it's the remaining stuff which fell through the cracks . And > then that's it :) Sure. For the serie: Applied to u-boot-stm/master, thanks! And I am preparing the pull request for v2020.07-rc4. Regards Patrick
On 5/28/20 9:43 AM, Patrick DELAUNAY wrote: > Hi :qrekm Hi, >> From: Marek Vasut <marex at denx.de> >> Sent: mercredi 27 mai 2020 19:48 >> >> On 5/27/20 3:45 PM, Patrick DELAUNAY wrote: >>> Hi Marek, >> >> Hi, >> >>>> From: Marek Vasut <marex at denx.de> >>>> Sent: mardi 26 mai 2020 04:30 >>>> >>>> Disable SDR104 mode until we know it is really stable. >>>> >>>> Signed-off-by: Marek Vasut <marex at denx.de> >>>> Cc: Patrick Delaunay <patrick.delaunay at st.com> >>>> Cc: Patrice Chotard <patrice.chotard at st.com> >>>> --- >>>> arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts | 1 - >>>> 1 file changed, 1 deletion(-) >>>> >>> >>> Reviewed-by: Patrick Delaunay <patrick.delaunay at st.com> >> >> This is for 2020.07 , it's the remaining stuff which fell through the cracks . And >> then that's it :) > > Sure. > > For the serie: > > Applied to u-boot-stm/master, thanks! > > And I am preparing the pull request for v2020.07-rc4. Thanks
diff --git a/arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts b/arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts index 7f2e4b98a7..c1cc80bcf5 100644 --- a/arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts +++ b/arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts @@ -144,7 +144,6 @@ st,sig-dir; st,neg-edge; st,use-ckin; - sd-uhs-sdr104; bus-width = <4>; vmmc-supply = <&vdd_sd>; vqmmc-supply = <&sd_switch>;
Disable SDR104 mode until we know it is really stable. Signed-off-by: Marek Vasut <marex at denx.de> Cc: Patrick Delaunay <patrick.delaunay at st.com> Cc: Patrice Chotard <patrice.chotard at st.com> --- arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts | 1 - 1 file changed, 1 deletion(-)