Skip to content

Commit c457eba

Browse files
arthur-mmlwkartben
authored andcommitted
boards: st: Set csbounds explicitly instead of relying on default value
The default value has changed in previous commits, so set it explicitly in the devicetree with the new st,csbound property. Signed-off-by: Arthur Gay <[email protected]>
1 parent d1ea753 commit c457eba

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

boards/st/b_u585i_iot02a/b_u585i_iot02a-common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ stm32_lp_tick_source: &lptim1 {
151151
max-frequency = <DT_FREQ_M(133)>;
152152
fixed-latency;
153153
burst-length = <3>;
154+
st,csbound = <10>;
154155
status = "okay";
155156
};
156157
};

boards/st/stm32h7s78_dk/stm32h7s78_dk.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@
217217
read-latency = <4>;
218218
write-latency = <1>;
219219
burst-length = <0>;
220+
st,csbound = <11>;
220221
status = "okay";
221222
};
222223
};

boards/st/stm32n6570_dk/stm32n6570_dk_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ zephyr_udc0: &usbotg_hs1 {
342342
read-latency = <4>;
343343
write-latency = <1>;
344344
burst-length = <0>;
345+
st,csbound = <11>;
345346
status = "okay";
346347
};
347348
};

0 commit comments

Comments
 (0)