dts/arm/st: Keep systick disabled by default
Change #28199 introduced systick configuration from device tree. For now this should not be used on platforms that support alternate tick source, as this is the case on l4 and wb series with LPTIM. Until dts allows to configure lptim from dts, keep systick disabled by default on these platforms. Fixes #28280 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
b72f534e9d
commit
bd416e61d6
|
@ -378,3 +378,7 @@
|
|||
&nvic {
|
||||
arm,num-irq-priority-bits = <4>;
|
||||
};
|
||||
|
||||
&systick {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
@ -364,3 +364,7 @@
|
|||
&nvic {
|
||||
arm,num-irq-priority-bits = <4>;
|
||||
};
|
||||
|
||||
&systick {
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue