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:
Erwan Gouriou 2020-09-10 17:05:59 +02:00 committed by Maureen Helm
parent b72f534e9d
commit bd416e61d6
2 changed files with 8 additions and 0 deletions

View File

@ -378,3 +378,7 @@
&nvic {
arm,num-irq-priority-bits = <4>;
};
&systick {
status = "disabled";
};

View File

@ -364,3 +364,7 @@
&nvic {
arm,num-irq-priority-bits = <4>;
};
&systick {
status = "disabled";
};