diff options
author | 2025-04-03 13:59:53 +0200 | |
---|---|---|
committer | 2025-05-14 10:36:14 +0200 | |
commit | 4fa5147389685380c5da9532ef1f28a94c1fa092 (patch) | |
tree | 8cd246b294cb27fb0a613baff9d1d3d2fadcf226 | |
parent | Linux 6.15-rc1 (diff) | |
download | linux-rng-4fa5147389685380c5da9532ef1f28a94c1fa092.tar.xz linux-rng-4fa5147389685380c5da9532ef1f28a94c1fa092.zip |
ARM: dts: stm32: add vrefint calibration on stm32mp13
Describe vrefint calibration cell to be retrieved through bsec,
on STM32MP13x SoCs family.
Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Link: https://lore.kernel.org/r/20250403115954.1061528-2-olivier.moysan@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
-rw-r--r-- | arch/arm/boot/dts/st/stm32mp131.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp131.dtsi b/arch/arm/boot/dts/st/stm32mp131.dtsi index 8512a6e46b33..3cc5623d52ca 100644 --- a/arch/arm/boot/dts/st/stm32mp131.dtsi +++ b/arch/arm/boot/dts/st/stm32mp131.dtsi @@ -1018,6 +1018,9 @@ reg = <0x4 0x2>; bits = <0 12>; }; + vrefint: vrefin-cal@52 { + reg = <0x52 0x2>; + }; ts_cal1: calib@5c { reg = <0x5c 0x2>; }; |