Skip to content

Commit e6cb52e

Browse files
asmellbycfriedt
authored andcommitted
dts: arm: silabs: Remove CMU clock controller node for HFRCO
The CMU clock controller node for HFRCO was wrongly interpreted as a PLL reference clock. This prevented configuring the HFRCO in open-loop mode. Since the node isn't used for anything, remove it as a minimal stopgap solution. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
1 parent 27c245a commit e6cb52e

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

dts/arm/silabs/xg22/xg22.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@
214214
reg = <0x50010000 0x4000>;
215215
#clock-cells = <0>;
216216
clock-frequency = <DT_FREQ_M(19)>;
217-
clocks = <&cmu CLOCK_HFRCO0 CLOCK_BRANCH_INVALID>;
218217
interrupt-names = "hfrco0";
219218
interrupts = <45 2>;
220219
};

dts/arm/silabs/xg23/xg23.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@
225225
reg = <0x50010000 0x4000>;
226226
#clock-cells = <0>;
227227
clock-frequency = <DT_FREQ_M(19)>;
228-
clocks = <&cmu CLOCK_HFRCO0 CLOCK_BRANCH_INVALID>;
229228
interrupt-names = "hfrco0";
230229
interrupts = <46 2>;
231230
};

dts/arm/silabs/xg24/xg24.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
reg = <0x50010000 0x4000>;
220220
#clock-cells = <0>;
221221
clock-frequency = <DT_FREQ_M(19)>;
222-
clocks = <&cmu CLOCK_HFRCO0 CLOCK_BRANCH_INVALID>;
223222
interrupt-names = "hfrco0";
224223
interrupts = <45 2>;
225224
};

dts/arm/silabs/xg26/xg26.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@
233233
reg = <0x50010000 0x4000>;
234234
#clock-cells = <0>;
235235
clock-frequency = <DT_FREQ_M(19)>;
236-
clocks = <&cmu CLOCK_HFRCO0 CLOCK_BRANCH_INVALID>;
237236
interrupt-names = "hfrco0";
238237
interrupts = <61 2>;
239238
};

dts/arm/silabs/xg27/xg27.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@
214214
reg = <0x50010000 0x4000>;
215215
#clock-cells = <0>;
216216
clock-frequency = <DT_FREQ_M(19)>;
217-
clocks = <&cmu CLOCK_HFRCO0 CLOCK_BRANCH_INVALID>;
218217
interrupt-names = "hfrco0";
219218
interrupts = <51 2>;
220219
};

dts/arm/silabs/xg28/xg28.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@
225225
reg = <0x50010000 0x4000>;
226226
#clock-cells = <0>;
227227
clock-frequency = <DT_FREQ_M(19)>;
228-
clocks = <&cmu CLOCK_HFRCO0 CLOCK_BRANCH_INVALID>;
229228
interrupt-names = "hfrco0";
230229
interrupts = <46 2>;
231230
};

dts/arm/silabs/xg29/xg29.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@
219219
reg = <0x50010000 0x4000>;
220220
#clock-cells = <0>;
221221
clock-frequency = <DT_FREQ_M(19)>;
222-
clocks = <&cmu CLOCK_HFRCO0 CLOCK_BRANCH_INVALID>;
223222
interrupt-names = "hfrco0";
224223
interrupts = <51 2>;
225224
};

0 commit comments

Comments
 (0)