diff options
| author | Grzegorz Szymaszek <[email protected]> | 2021-06-02 19:09:08 +0200 |
|---|---|---|
| committer | Patrice Chotard <[email protected]> | 2021-06-18 08:34:16 +0200 |
| commit | 51a2ac966e2ce45ae3b6d43975977db84759ed91 (patch) | |
| tree | b89997b4515375181e6181104afdd311bed04063 | |
| parent | b1c8ad53f5df284b7ba989cb9e2cda52c15277c4 (diff) | |
arm: dts: stm32mp157c-odyssey-som: set the SDMMC2 VQMMC supply
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 <[email protected]>
Cc: Patrice Chotard <[email protected]>
Cc: Patrick Delaunay <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
| -rw-r--r-- | arch/arm/dts/stm32mp157c-odyssey-som.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/stm32mp157c-odyssey-som.dtsi b/arch/arm/dts/stm32mp157c-odyssey-som.dtsi index 7323325e604..583812f1375 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"; }; |
