ARM: dts: stm32: add vrefint support to adc on stm32mp13
Set STM32 ADC1&2 as consumers of BSEC, to retrieve vrefint calibration data on STM32MP13x SoCs. Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com> Link: https://lore.kernel.org/r/20250403115954.1061528-3-olivier.moysan@foss.st.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
committed by
Alexandre Torgue
parent
4fa5147389
commit
9358c00cbc
@@ -1066,6 +1066,8 @@
|
||||
interrupts = <0>;
|
||||
dmas = <&dmamux1 10 0x400 0x80000001>;
|
||||
dma-names = "rx";
|
||||
nvmem-cells = <&vrefint>;
|
||||
nvmem-cell-names = "vrefint";
|
||||
status = "disabled";
|
||||
|
||||
channel@13 {
|
||||
|
||||
@@ -60,6 +60,8 @@
|
||||
interrupts = <0>;
|
||||
dmas = <&dmamux1 9 0x400 0x80000001>;
|
||||
dma-names = "rx";
|
||||
nvmem-cells = <&vrefint>;
|
||||
nvmem-cell-names = "vrefint";
|
||||
status = "disabled";
|
||||
|
||||
channel@18 {
|
||||
|
||||
Reference in New Issue
Block a user