Skip to content

Commit 9fadff9

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 eec2e99 commit 9fadff9

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
@@ -48,6 +48,11 @@ Device Drivers and Devicetree
4848

4949
.. zephyr-keep-sorted-start re(^\w)
5050
51+
ADC
52+
===
53+
54+
* :dtcompatible:`silabs,gecko-iadc` has been replaced by :dtcompatible:`silabs,iadc`.
55+
5156
Phy
5257
===
5358

dts/arm/silabs/xg22/xg22.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
};
496496

497497
adc0: adc@5a004000 {
498-
compatible = "silabs,gecko-iadc";
498+
compatible = "silabs,iadc";
499499
reg = <0x5a004000 0x4000>;
500500
interrupts = <48 2>;
501501
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
@@ -555,7 +555,7 @@
555555
};
556556

557557
adc0: adc@59004000 {
558-
compatible = "silabs,gecko-iadc";
558+
compatible = "silabs,iadc";
559559
reg = <0x59004000 0x4000>;
560560
interrupts = <50 2>;
561561
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
@@ -525,7 +525,7 @@
525525
};
526526

527527
adc0: adc@59004000 {
528-
compatible = "silabs,gecko-iadc";
528+
compatible = "silabs,iadc";
529529
reg = <0x59004000 0x4000>;
530530
interrupts = <49 2>;
531531
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
@@ -504,7 +504,7 @@
504504
};
505505

506506
adc0: adc@5a004000 {
507-
compatible = "silabs,gecko-iadc";
507+
compatible = "silabs,iadc";
508508
reg = <0x5a004000 0x4000>;
509509
interrupts = <54 2>;
510510
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
@@ -548,7 +548,7 @@
548548
};
549549

550550
adc0: adc@5a004000 {
551-
compatible = "silabs,gecko-iadc";
551+
compatible = "silabs,iadc";
552552
reg = <0x5a004000 0x4000>;
553553
interrupts = <54 2>;
554554
interrupt-names = "iadc0";

0 commit comments

Comments
 (0)