Message ID | 908739807bd46fca81a4636bef0736a68de8c431.1622651232.git.gszymaszek@short.pl |
---|---|
State | Accepted |
Commit | 51a2ac966e2ce45ae3b6d43975977db84759ed91 |
Delegated to: | Patrice Chotard |
Headers | show |
Series | arm: dts: stm32mp157c-odyssey-som: sync SDMMC2 with Linux and TF‑A | expand |
On 6/2/21 7:09 PM, Grzegorz Szymaszek wrote: > Set the SDMMC2 VQMMC supply to vdd (buck3). Note that in the > corresponding Linux kernel device tree, the supply is set to v3v3 > (buck4), which is wrong. > > Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl> > Cc: Patrice Chotard <patrice.chotard@foss.st.com> > Cc: Patrick Delaunay <patrick.delaunay@foss.st.com> > Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> > --- > Changes for v2: > - rebased on current master (patch not changed) > - added Patrice Chotard’s Reviewed-by > > arch/arm/dts/stm32mp157c-odyssey-som.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi > index 7323325e60..583812f137 100644 > --- a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi > +++ b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi > @@ -273,6 +273,7 @@ > st,neg-edge; > bus-width = <8>; > vmmc-supply = <&v3v3>; > + vqmmc-supply = <&vdd>; > status = "okay"; > }; > > Applied on u-boot-stm32/next Thanks
On 6/18/21 9:59 AM, Patrice CHOTARD wrote: > > > On 6/2/21 7:09 PM, Grzegorz Szymaszek wrote: >> Set the SDMMC2 VQMMC supply to vdd (buck3). Note that in the >> corresponding Linux kernel device tree, the supply is set to v3v3 >> (buck4), which is wrong. >> >> Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl> >> Cc: Patrice Chotard <patrice.chotard@foss.st.com> >> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com> >> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> >> --- >> Changes for v2: >> - rebased on current master (patch not changed) >> - added Patrice Chotard’s Reviewed-by >> >> arch/arm/dts/stm32mp157c-odyssey-som.dtsi | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi >> index 7323325e60..583812f137 100644 >> --- a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi >> +++ b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi >> @@ -273,6 +273,7 @@ >> st,neg-edge; >> bus-width = <8>; >> vmmc-supply = <&v3v3>; >> + vqmmc-supply = <&vdd>; >> status = "okay"; >> }; >> >> > Applied on u-boot-stm32/next > > Thanks > Applied on u-boot-stm32/next Thanks
diff --git a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi index 7323325e60..583812f137 100644 --- a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi +++ b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi @@ -273,6 +273,7 @@ st,neg-edge; bus-width = <8>; vmmc-supply = <&v3v3>; + vqmmc-supply = <&vdd>; status = "okay"; };