projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79e9650
)
ARM: dts: stm32: use correct vqmmc regu for eMMC on stm32mp1 ED1/EV1 boards
author
Yann Gautier
<yann.gautier@st.com>
Wed, 4 Mar 2020 08:09:56 +0000
(09:09 +0100)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Fri, 13 Mar 2020 16:03:06 +0000
(17:03 +0100)
On those boards, as stated in schematics files, the regulator used for IOs
is VDD. It was wrongly set to v3v3.
Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ed1.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32mp157c-ed1.dts
b/arch/arm/boot/dts/stm32mp157c-ed1.dts
index
8f452d4
..
9d2592d
100644
(file)
--- a/
arch/arm/boot/dts/stm32mp157c-ed1.dts
+++ b/
arch/arm/boot/dts/stm32mp157c-ed1.dts
@@
-334,7
+334,7
@@
st,neg-edge;
bus-width = <8>;
vmmc-supply = <&v3v3>;
- vqmmc-supply = <&v
3v3
>;
+ vqmmc-supply = <&v
dd
>;
mmc-ddr-3_3v;
status = "okay";
};