diff options
author | Olivier Moysan <olivier.moysan@foss.st.com> | 2023-05-30 14:45:30 +0200 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@foss.st.com> | 2023-06-02 12:24:41 +0200 |
commit | 5988bd535975486a0a550fa8fe8a4ca2fd9231c9 (patch) | |
tree | b0b5d3ba104e81c23984715aa802b1080a453ffe /arch/arm/boot/dts/stm32mp151.dtsi | |
parent | ARM: dts: stm32: add adc internal channels to stm32mp15 (diff) | |
download | linux-5988bd535975486a0a550fa8fe8a4ca2fd9231c9.tar.xz linux-5988bd535975486a0a550fa8fe8a4ca2fd9231c9.zip |
ARM: dts: stm32: add vrefint calibration on stm32mp15
Describe vrefint calibration cell to be retrieved through bsec.
Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32mp151.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stm32mp151.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp151.dtsi b/arch/arm/boot/dts/stm32mp151.dtsi index 7b360ee1ba2b..3d0c39d847b5 100644 --- a/arch/arm/boot/dts/stm32mp151.dtsi +++ b/arch/arm/boot/dts/stm32mp151.dtsi @@ -1630,6 +1630,9 @@ part_number_otp: part-number-otp@4 { reg = <0x4 0x1>; }; + vrefint: vrefin-cal@52 { + reg = <0x52 0x2>; + }; ts_cal1: calib@5c { reg = <0x5c 0x2>; }; |