Skip to content

Commit

Permalink
dts: arm: stm32f7 vref calibration address fixed
Browse files Browse the repository at this point in the history
 This PR set the correct value for the stm32F7 devices.
And change vrefint-cal-addr to <0x1FF07A2A> for stm32F722-F723
soc serie.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
  • Loading branch information
FRASTM authored and henrikbrixandersen committed Dec 4, 2023
1 parent 535ca1c commit a65ebbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dts/arm/st/f7/stm32f7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@

vref: vref {
compatible = "st,stm32-vref";
vrefint-cal-addr = <0x1FFF7A2A>;
vrefint-cal-addr = <0x1FF0F44A>;
vrefint-cal-mv = <3300>;
io-channels = <&adc1 17>;
status = "disabled";
Expand Down
5 changes: 5 additions & 0 deletions dts/arm/st/f7/stm32f723.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
};
};

vref: vref {
compatible = "st,stm32-vref";
vrefint-cal-addr = <0x1FF07A2A>;
};

die_temp: dietemp {
ts-cal1-addr = <0x1FF07A2C>;
ts-cal2-addr = <0x1FF07A2E>;
Expand Down

0 comments on commit a65ebbd

Please sign in to comment.