Skip to content

Commit cd0dc23

Browse files
dts: arm: silabs: update IADC driver binding for all series 2 board
Update compatibility from "silabs,gecko-iadc" to "silabs,iadc". It allows to use the new driver which are more custom to series 2 boards. Signed-off-by: Martin Hoff <[email protected]>
1 parent 8ca1307 commit cd0dc23

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

doc/releases/migration-guide-4.3.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Device Drivers and Devicetree
3636

3737
.. zephyr-keep-sorted-start re(^\w)
3838
39+
ADC
40+
===
41+
42+
* :dtcompatible:`silabs,gecko-iadc` has been replaced by :dtcompatible:`silabs,iadc`.
43+
3944
Sensors
4045
=======
4146

dts/arm/silabs/xg22/xg22.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
};
489489

490490
adc0: adc@5a004000 {
491-
compatible = "silabs,gecko-iadc";
491+
compatible = "silabs,iadc";
492492
reg = <0x5a004000 0x4000>;
493493
interrupts = <48 2>;
494494
clocks = <&cmu CLOCK_IADC0 CLOCK_BRANCH_IADCCLK>;

dts/arm/silabs/xg23/xg23.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@
548548
};
549549

550550
adc0: adc@59004000 {
551-
compatible = "silabs,gecko-iadc";
551+
compatible = "silabs,iadc";
552552
reg = <0x59004000 0x4000>;
553553
interrupts = <50 2>;
554554
clocks = <&cmu CLOCK_IADC0 CLOCK_BRANCH_IADCCLK>;

dts/arm/silabs/xg24/xg24.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
};
519519

520520
adc0: adc@59004000 {
521-
compatible = "silabs,gecko-iadc";
521+
compatible = "silabs,iadc";
522522
reg = <0x59004000 0x4000>;
523523
interrupts = <49 2>;
524524
clocks = <&cmu CLOCK_IADC0 CLOCK_BRANCH_IADCCLK>;

dts/arm/silabs/xg27/xg27.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
};
498498

499499
adc0: adc@5a004000 {
500-
compatible = "silabs,gecko-iadc";
500+
compatible = "silabs,iadc";
501501
reg = <0x5a004000 0x4000>;
502502
interrupts = <54 2>;
503503
clocks = <&cmu CLOCK_IADC0 CLOCK_BRANCH_IADCCLK>;

dts/arm/silabs/xg29/xg29.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
};
531531

532532
adc0: adc@5a004000 {
533-
compatible = "silabs,gecko-iadc";
533+
compatible = "silabs,iadc";
534534
reg = <0x5a004000 0x4000>;
535535
interrupts = <54 2>;
536536
interrupt-names = "iadc0";

0 commit comments

Comments
 (0)