File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 6767* ``iadc_gecko.c `` driver is replaced by ``adc_silabs_iadc.c ``.
6868 :dtcompatible: `silabs,gecko-iadc ` is replaced by :dtcompatible: `silabs,iadc `.
6969
70+ * :dtcompatible: `st,stm32-adc ` and its derivatives now require the ``clock-names `` property to be
71+ defined and to match the number of clocks in the ``clocks `` property. The expected clock names are
72+ ``adcx `` for the register clock, ``adc-ker `` for the kernel source clock, and ``adc-pre `` to set
73+ the ADC prescaler (for series where it is located in the RCC registers).
74+
75+ Clocks
76+ ======
77+
78+ * :dtcompatible: `st,stm32f1-rcc ` and :dtcompatible: `st,stm32f3-rcc ` do not exist anymore. Therefore
79+ ``adc-prescaler ``, ``adc12-prescaler `` and ``adc34-prescaler `` properties are no longer defined
80+ either. They are replaced by adding the prescaler as an additional clock in the ADC ``clocks ``
81+ property.
82+
7083Comparator
7184==========
7285
You can’t perform that action at this time.
0 commit comments