Skip to content

Commit cb5e4f3

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 5f2bc60 commit cb5e4f3

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

doc/releases/migration-guide-4.3.rst

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

5959
.. zephyr-keep-sorted-start re(^\w)
6060
61+
ADC
62+
===
63+
64+
* :dtcompatible:`silabs,gecko-iadc` has been replaced by :dtcompatible:`silabs,iadc`.
65+
6166
MFD
6267
===
6368

dts/arm/silabs/xg21/xg21.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
};
470470

471471
adc0: adc@5a004000 {
472-
compatible = "silabs,gecko-iadc";
472+
compatible = "silabs,iadc";
473473
reg = <0x5a004000 0x4000>;
474474
#io-channel-cells = <1>;
475475
clocks = <&cmu CLOCK_AUTO CLOCK_BRANCH_IADCCLK>;

dts/arm/silabs/xg22/xg22.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
};
511511

512512
adc0: adc@5a004000 {
513-
compatible = "silabs,gecko-iadc";
513+
compatible = "silabs,iadc";
514514
reg = <0x5a004000 0x4000>;
515515
interrupts = <48 2>;
516516
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
@@ -576,7 +576,7 @@
576576
};
577577

578578
adc0: adc@59004000 {
579-
compatible = "silabs,gecko-iadc";
579+
compatible = "silabs,iadc";
580580
reg = <0x59004000 0x4000>;
581581
interrupts = <50 2>;
582582
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
@@ -544,7 +544,7 @@
544544
};
545545

546546
adc0: adc@59004000 {
547-
compatible = "silabs,gecko-iadc";
547+
compatible = "silabs,iadc";
548548
reg = <0x59004000 0x4000>;
549549
interrupts = <49 2>;
550550
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
@@ -511,7 +511,7 @@
511511
};
512512

513513
adc0: adc@5a004000 {
514-
compatible = "silabs,gecko-iadc";
514+
compatible = "silabs,iadc";
515515
reg = <0x5a004000 0x4000>;
516516
#io-channel-cells = <1>;
517517
clocks = <&cmu CLOCK_IADC0 CLOCK_BRANCH_IADCCLK>;

dts/arm/silabs/xg28/xg28.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
};
570570

571571
adc0: adc@59004000 {
572-
compatible = "silabs,gecko-iadc";
572+
compatible = "silabs,iadc";
573573
reg = <0x59004000 0x4000>;
574574
interrupts = <50 2>;
575575
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)